Skip to main content
Create and manage API keys for programmatic access.

Create API key

  1. Go to Settings > API Keys
  2. Click “Create API Key”
  3. Set permissions
  4. Copy key (shown once)

Use API key

curl -H "X-API-Key: YOUR_API_KEY" \
  https://api.kombify.io/v1/tools

Best practices

  • Rotate keys regularly
  • Use separate keys per application
  • Store securely (environment variables)
  • Revoke unused keys
  • Monitor usage