/v1/health, /v1/openapi.json, and /v1/docs) must include an
Authorization header.
Header Format
Generating an API Key
- Sign in to the OtterlyAI dashboard.
- Open Settings → API Keys.
- Click Create API key, choose the workspaces and permissions, then copy the generated key. You will only see it once.
Permissions
API keys are scoped to:- Workspaces — only data inside the granted workspaces is returned.
- Permissions — typically
readfor data retrieval endpoints.
403 Forbidden
response.
Errors
| Status | Meaning |
|---|---|
401 | Missing or invalid Authorization header |
403 | Key lacks the required permission or workspace access |
429 | Rate limit exceeded |