Health & limits
GET /api/live/health is a public liveness probe (overall status only). Per-runner key presence and circuit-breaker state are admin-only.
Health check
GET /api/live/health →
{
"ok": true,
"status": "ready" // "ready" when the service and Firestore are up, else "degraded"
}okistrueandstatusisreadywhen the process is up and Firestore is reachable; otherwisedegraded.- The public payload does not list runners, API keys, or circuit breakers. Operator inventory stays on the admin host.
See also
- Rate limits — every enforced limit on the Browser Agent API