Authorization header.
Get your API key
- Sign in at orgo.ai/start.
- Open a workspace and click Settings.
- In the API keys section, click New key.
- Pick a scope (see below) and a name, then click Create key.
- Copy the plaintext value. It is shown once.
Key scopes
Every API key has one of two scopes:
Workspace-scoped keys cannot:
- Create new workspaces.
- List, read, modify, or delete any workspace other than the one they are scoped to.
- Run computer-use agents (
/v1/chat/completions) against computers in other workspaces. - Move a computer to a different workspace.
Rotating a key
Generate a new key, update your client to use it, then delete the old one. Both keys work while you migrate. API key list, creation, and deletion all live in the dashboard’s workspace settings. There is no API to manage keys programmatically yet.Examples
Environment variables
.env
Error responses
See Troubleshooting for the full error reference and recovery steps.
Security tips
- Use environment variables. Never hardcode keys.
- Add
.envto.gitignore. - Create a separate workspace-scoped key per integration. If one leaks, only that workspace is exposed.
- Rotate keys when team members leave.
Need help?
Email spencer@orgo.ai. Always include therequest_id from the error response when reporting a problem.