Key Format
API keys use the prefixsk_live_ followed by a random string:
Plan Limits
The number of API keys you can create depends on your plan:| Plan | Max API Keys |
|---|---|
| Solo | 1 |
| Teams | 10 |
Creating an API Key
Navigate to Platform Settings > Org Settings > API Keys (/settings/api-keys).
Using an API Key
Include the key in theX-API-Key header:
Managing Keys
From Org Settings > API Keys (/settings/api-keys), you can:
- View all keys — See key names, descriptions, creation dates, last-used timestamps, and status
- Revoke a key — Click the stop icon to disable a key immediately
- Delete a key — Permanently remove a revoked key by clicking the trash icon
Revoking a key is immediate. Any integrations using the revoked key will stop working right away.
Best Practices
- Use descriptive names so you know what each key is for
- Rotate keys regularly — create a new key, update your integrations, then revoke the old one
- Use one key per integration — this way you can revoke access for a single integration without affecting others
- Monitor last-used timestamps — keys that haven’t been used recently may be stale and should be revoked