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:
- Navigate to Settings → API Keys
- Click "Generate New API Key"
- Give it a descriptive name
- Set permissions (read, write, admin)
- 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_KEYImportant: If you suspect your API key has been compromised, revoke it immediately and generate a new one.