Prometheus metrics
AuthorizationBearer <token>
API key as a bearer token: Authorization: Bearer sk-ollm-<public_id>-<secret>. Required on the dev gateway; the prod gateway is open and ignores this header.
In: header
Response Body
text/plain
curl -X GET "https://api.gateway.orgn.com/metrics""string"Health check GET
Returns the availability of backing services (Postgres, ClickHouse, Valkey). Returns 200 when healthy, otherwise a non-2xx status with per-service detail. Never requires authentication.
Liveness check GET
Returns the gateway status, version, and config hash. Never requires authentication.