API Keys Guide

Learn how to generate and manage API keys for Orivela AI

Generating API Keys

API keys can be generated from your dashboard settings:

  1. Navigate to Settings → API Keys
  2. Click "Generate New API Key"
  3. Give it a descriptive name
  4. Set permissions (read, write, admin)
  5. Copy and store the key securely

Security Best Practices

  • Never commit API keys to version control
  • Use environment variables for storage
  • Rotate keys regularly
  • Use different keys for different environments
  • Revoke unused keys immediately

Using API Keys

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Important: If you suspect your API key has been compromised, revoke it immediately and generate a new one.