Documentation Index
Fetch the complete documentation index at: https://docs.orova.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
API keys let you authenticate with the Orova API from your server or the embeddable widget. They’re an alternative to JWT tokens for server-to-server communication.Create an API key
Using API keys
Include the key in thex-api-key header:
Security best practices
- Never expose API keys in client-side JavaScript (except the widget
data-api-key) - Rotate keys periodically
- Use separate keys for different environments (dev, staging, production)
- Delete unused keys promptly

