Status
All systems operationalSolve API
POST /api/v1/solve/{command}
Compute API
POST /api/v2/compute
Binary ingest
POST /api/v2/compute/binary
Web panel
this page
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.