Need help setting up enterprise keys?
Book a 15-minute call and we’ll get your team configured.
Authorization header.
Create a key for an org member
Creates an API key for a user (by email), adding them to the organization if they aren’t already a member.
Response:
The full API key is only returned once at creation time. Store it securely — it cannot be retrieved again.
List all keys in the org
Returns all active (non-revoked) API keys in the caller’s organization, including the key prefix, user email, and timestamps.Revoke a key
Revokes an API key by ID. The key must belong to the caller’s organization — you cannot revoke keys from other orgs.
Response:
404 if the key is not found, already revoked, or belongs to a different organization.
Rate limit: 10 requests/minute
