API Keys
API keys provide programmatic access to Klervex.
Create an API Key
- Go to Settings > API Keys
- Click Create API Key
- Enter a descriptive name
- Copy the key immediately — it's only shown once
Using API Keys
Include the key in the Authorization header:
Authorization: Bearer klv_your_api_key_here
Key Management
- Rotate — Create a new key and delete the old one
- Delete — Revoke a key immediately
- Keys are scoped to your team — all data accessible to your team is accessible via the key
Security
- Store keys in environment variables, not in code
- Use different keys for different integrations
- Delete unused keys
- Monitor API usage in the Analytics dashboard