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"
}
  • ok is true and status is ready when the process is up and Firestore is reachable; otherwise degraded.
  • 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

Command Palette

Search for a command to run...