Skip to main content

API Keys

API keys provide programmatic access to Klervex.

Create an API Key

  1. Go to Settings > API Keys
  2. Click Create API Key
  3. Enter a descriptive name
  4. 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