Schemes at a glance
Bearer (OIDC)
OIDC authentication is in Alpha. Full self-serve configuration is coming soon.
Contact us if you need OIDC support today.
GatelitSigned
Your backend exchanges a service key for a short-lived HMAC-signed token via the gateway’s token exchange endpoint. The token encodes the subject and optional constraints (model, org, max tokens). The gateway verifies the signature without a DB call.Token exchange requires a service key created in the dashboard. No raw signing secret is ever exposed to your backend.
GatelitKey
A long-lived service key created in the dashboard.Org-scoped provider keys
When your token includes anorgId (either via the JWT claims or a GatelitSigned token), the gateway uses that org’s provider keys configured in the dashboard. This lets each org bring their own provider keys (BYOK) while falling back to your gateway’s default keys.