
API keys management page
API Keys List
Creating an API Key
1
Click Create Key
From the API Keys page, click “Create API Key”.
2
Enter Name
Give the key a descriptive name (e.g., “Production Server”, “Development”).
3
Copy Key
Copy the full key immediately — it won’t be shown again!
Key Permissions
Using API Keys
Include your API key in theX-API-Key header:
Revoking Keys
To revoke an API key:- Find the key in the list
- Click the menu icon (three dots)
- Select “Revoke Key”
- Confirm revocation
Key Limits
API key limits are based on your plan:Best Practices
- Use descriptive names — Name keys by environment or purpose
- Minimum permissions — Only grant permissions the key needs
- Rotate regularly — Create new keys and revoke old ones periodically
- Never commit keys — Use environment variables, not hardcoded keys
- Monitor usage — Check for unusual activity regularly

