G

Glama Gateway API

REST discovered

Details
URL
https://gateway.glama.ai
Spec
https://gateway.glama.ai/openapi.json
Docs
https://glama.ai/ai/gateway/reference
Authentication
Glama Gateway API key bearer discovered Get token ↗

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.