Create an API key
- Visit generalcompute.com and open the dashboard.
- Generate a new key from Developers → API keys.
- Copy the key once it is revealed — you will not be able to view it again.
Base URLs & OpenAI clients
GeneralCompute speaks the exact same dialect as OpenAI. Point any OpenAI-compatible SDK at the domains below:| Environment | Base URL | Region |
|---|---|---|
| Production | https://api.generalcompute.com | us-west-2 |
| Local router | http://localhost:3000 | Local |
openai package (or any compatible SDK). That’s the only change needed besides swapping your API key:
Rotate and scope keys
- Create individual keys per service or environment so you can revoke them without affecting other workloads.
- Rotate long-lived keys on a schedule and update the associated secrets in CI/CD.
- Remove unused keys from the dashboard to minimize blast radius.

