LLM Gateway requests use your APIXO API key. The header name follows the compatible provider API so existing SDKs and tools can keep their normal request format. Create a key in the APIXO dashboard, then store it asDocumentation Index
Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
APIXO_API_KEY.
Header by API format
| Compatible API | Header |
|---|---|
| Claude API | x-api-key: $APIXO_API_KEY |
| OpenAI Responses API | Authorization: Bearer $APIXO_API_KEY |
| Gemini API | x-goog-api-key: $APIXO_API_KEY |