All Octavia AI CMS endpoints require authentication using an API key.Documentation Index
Fetch the complete documentation index at: https://developers.octaviatech.app/llms.txt
Use this file to discover all available pages before exploring further.
You can generate and manage your keys directly from your Octavia Dashboard. Include your key in every API request using the
x-api-key header:
401 Unauthorized response.
Example (JavaScript)
Here’s a simple example using fetch to authenticate and retrieve articles:
💡 Replace YOUR_API_KEY with your actual key from the Octavia dashboard.
Always keep your API keys private and never expose them in client-side code.

