API key management
Finding your API key
After subscribing to an API, your key is available in Settings → API Keys or on the subscription detail page. Keys are revealed once — if you miss it, rotate to get a new one.
Rotating a key
- Go to Settings → API Keys
- Find the subscription
- Click Rotate key
- Copy and update your integration immediately — the old key is invalidated
Revoking a key
To revoke a key without generating a new one, cancel the subscription. The key stops working immediately.
Security best practices
- Never commit API keys to source control
- Store keys in environment variables or a secrets manager
- Rotate keys immediately if you suspect exposure
- Use separate keys per environment (dev, staging, production)