G
Glama Gateway API
Details
- URL
-
https://gateway.glama.ai - Spec
- https://gateway.glama.ai/openapi.json
- Docs
- https://glama.ai/ai/gateway/reference
Authentication
Use Glama's PKCE flow described in OAuth PKCE: send the user to `https://glama.ai/oauth/authorize` with callback_url and PKCE parameters, then exchange the returned code at `https://gateway.glama.ai/v1/auth/exchange-code` to receive an apiKey. Store that API key and send it as Authorization: Bearer <GLAMA_API_KEY> to the gateway.