Workspace
A workspace owns the users, agents, teams, tasks, files, API keys, and usage state for your organization.
Workspace Pages
| Page | What it covers |
|---|---|
| Users | Current user profile, avatar upload, workspace membership, and personal remote configuration. |
| Orgs | Workspace records, settings, remote configuration, members, and invites. |
| API Keys | Workspace API keys, scopes, key creation, rotation, updates, and revocation. |
| Usage | Workspace usage summaries. |
Common Tasks
- Create an API key with
apiKeys.create(), and rotate it later withapiKeys.rotate(). - Read the authenticated caller with
me(). - Update your profile with
http.patch('/users/me'). - Invite a teammate with
http.post('/orgs/{orgId}/invites'). - Review workspace spend with
http.get('/orgs/{orgId}/usage').