API and MCP
Auth and scopes
Owners/admins create API credentials from the app or an authenticated web session.
Create a key
Code
The plaintext secret is returned once. Store it immediately.
Public endpoints
Code
GET /api/v1/capabilities:settings:read.GET /api/v1/agents:agents:read; ids for agent-mode conversations.GET /api/v1/models:models:read; runtime model ids/default.GET /api/v1/projects:projects:read.GET /api/v1/conversations:conversations:read.POST /api/v1/conversations:conversations:write+Idempotency-Key.
Messages, documents, artifacts, runs, and webhooks are not public v1 contracts yet.
Limits
- Public routes:
120/min/IPplus monthly workspace quota. - Credential creation:
30/min/user, session-authenticated. - Add
x-request-idfor traceable smoke calls. 429includesRetry-After; successful responses areno-store.
Last modified on