Create an API Key
- Go to Settings > Organization > API > Keys
- Click Create Key
- Enter a name (e.g., “Production Integration”)
- Click Create
- Copy the key immediately
Key Permissions
Keys inherit the permissions of the user who created them. A key can only access resources within its organization.Manage Keys
From Settings > Organization > API > Keys:- View active keys
- Revoke a key
Security Best Practices
- Store keys in environment variables
- Never commit keys to source control
- Rotate keys periodically
Rate Limits
| Tier | Requests per minute |
|---|---|
| Free | 60 |
| Pro | 300 |
| Enterprise | Custom |