Send your key
Include the key in theAuthorization header of every request:
failfast_ prefix. A missing, invalid, expired, or disabled key returns 401 with the standard error envelope.
Get a key
API keys are created in the app: open Settings → Workspace → API Keys and choose New API key. The key value is shown once at creation — copy it immediately and store it securely. See API keys for the full workflow. Keys can be given an expiration date, disabled, and deleted. Deleting a key revokes it immediately.Workspace and permission scope
Each key is bound to one workspace and to the member who created it:- Requests only see that workspace’s data.
- The member’s role and record permissions apply — a key cannot read or modify entities its member cannot.
Rate limits
Requests are rate-limited per key — by default 1,000 requests per hour. Every response includes the current state:
When the limit is exceeded, requests return
429 until the window resets.
