# RAW — Servers for AI > 100% API. Create servers. Scale. 100× cheaper, 100× faster, 100× better than AWS. One server = one job. Spin up more. Card is $0 until deploy. User must complete Stripe URL (agents cannot enter a card). Live JSON: GET https://api.rawhq.io/help This file: GET https://api.rawhq.io/llms.txt ## Do this 1. POST /signup {"email":"..."} → save api_token 2. If 403 setup:true → POST /billing/setup → USER opens url (add card, $0) → retry 3. POST /deploy {"type":"raw-5","region":"eu","name":"api"} (charged before compute) 4. Deploy MORE: postgres, redis, gpu — each its own POST /deploy npx rawhq init npx rawhq deploy -t raw-5 -n api -r eu npx rawhq deploy -t raw-5 -n postgres -r eu npx rawhq deploy -t raw-5 -n redis -r eu npx rawhq deploy -t raw-gpu-44 -n llm -r eu Hard rules: always pass type+region. raw-5 / ARM / GPU = eu or eu-fi only. US uses raw-2d+. If checkout:true → POST /checkout {type,region} → user pays that SKU → retry. GET /types is price source of truth.