Health
Health check endpoints for monitoring platform subsystem status, including whether feature-flag rollouts are live.
Last updated
Was this helpful?
Was this helpful?
{
"provider_registered": true,
"provider_ready": true,
"env_enabled": true,
"runtime_controllable": true,
"reason": "flag provider active; flips are runtime-controllable"
}{
"provider_registered": true,
"provider_ready": true,
"env_enabled": false,
"runtime_controllable": false,
"reason": "environment gate is not enabled; the flag provider is inert and all flags resolve to code/env defaults (flips/kill-switches are NOT live)"
}