Skip to main content
curl https://api.usenaive.ai/v1/companies/:companyId/ceo/status \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "state": "running",
  "active_run_id": "run-abc-123",
  "profileName": "ceo",
  "lastHeartbeat": "2026-01-15T10:30:00Z"
}

Response Fields

FieldTypeDescription
statestringCurrent state: idle, running, error, stopped
active_run_idstringID of the currently active run (if any)
profileNamestringHermes profile name (always ceo)
lastHeartbeatstringISO timestamp of last heartbeat

Behavior

Returns the CEO’s current state. If the container is unreachable, returns a structured hint with recovery steps instead of a 503 — this allows graceful handling when containers are spinning up.