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 issues a short-lived HMAC-signed token. The token encodes the subject and optional constraints (model, org, max tokens). The gateway verifies the signature without a DB call.GATELIT_SIGNING_SECRET must match the same value in both your backend and the gateway’s environment.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.