Authentication
Self-serve REST, SDK, and CLI requests use a COLA Cloud API key in theX-API-Key header:
SDKs and CLI
Both SDKs require the API key as a constructor argument:COLACLOUD_API_KEY environment variable or a persistent config file:
Quotas
Usage is metered by detail views (single-record lookups) and list records (items returned by list/search endpoints). Quotas are per-user across all channels (web app, API, SDKs, CLI, and MCP).
Upgrade your tier at Dashboard > API Keys > Upgrade.
Quota Headers
Every response includes these headers:
When you exceed a quota, the API returns
429 Too Many Requests with an upgrade_url in the response body. Per-minute burst limits return a Retry-After header.
Pagination
List endpoints supportpage and per_page parameters:
Responses include pagination metadata:

