Skip to main content

Request

No request body or authentication headers are required. Public examples use the production host. Use the endpoint issued to your environment.
Use /api/health for external checks and load balancer probes. The service also exposes /health, but /api/health is the stable public path used in deployment verification.
Health proves the gate endpoint is reachable and configured. It does not prove a customer app is protected. Enforcement is proven only by a routed evaluate call that the application honors before dispatch.

Response

Response fields

If health fails, or invariants_active is less than 7, treat the deployment as degraded and do not route live actions until the gate is healthy again.
See Evaluate for the enforcement contract and Quickstart for the first routed evaluate-before-dispatch proof.