Authentication
Three accepted key locations
| Location | Used by |
|---|---|
Authorization: Bearer atp-… | OpenAI SDK, Anthropic SDK, curl |
x-goog-api-key: atp-… | Google GenAI SDK (recommended for Gemini) |
?key=atp-… | Gemini REST clients. Logs scrub this query param — prefer the header form when possible. |