Generate a key
- Sign in to the dashboard and go to Settings → API keys.
- Click Create key, name it something that identifies where it’ll be used (e.g.
production-backend). - Copy the key immediately — it’s shown once, in full, and never again.
Authenticate a request
Send the key in theX-Api-Key header on every request. No other header or query parameter is needed.
Scope
An API key resolves to the account that created it — every request made with it sees exactly what that account’s dashboard sees, nothing from any other tenant. There’s currently no per-key permission scoping below the account level; if you need a request path locked down further, use a dedicated key per integration and revoke it independently when needed.API Reference
See every endpoint you can call with a key.

