Skip to main content
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 as APIXO_API_KEY.

Header by API format

Claude required version header

Claude-compatible requests also require the Anthropic protocol version header. Most Claude SDKs add this automatically.

Example

Do not expose APIXO keys in browser-side code. Make LLM Gateway calls from your backend, serverless function, or trusted runtime.