Status

All systems operational

Solve API

POST /api/v1/solve/{command}

Operational

Compute API

POST /api/v2/compute

Operational

Binary ingest

POST /api/v2/compute/binary

Operational

Web panel

this page

Operational

Engine report

The raw health payload the API returns.

json
{
    "status": "ok"
}

Under load the service sheds cleanly: a 429 or 503 with a Retry-After, never a dropped request. Expensive solves are queued and answered with a job to poll.