Documentation Index
Fetch the complete documentation index at: https://octanist.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
All endpoints require an API key passed in theX-API-KEY header.
Getting Your API Key
You can find your API key in your Octanist dashboard under Settings > General > API Keys.Using Your API Key
Include your API key in theX-API-KEY header with every request:
Security Best Practices
- Store your API key in environment variables
- Rotate your API keys regularly
- Monitor API usage for unusual activity