system
Readiness check
Return whether the API is ready to serve sandbox traffic
get/ready
Response
OK
Example response
{
"providers": [
{
"capabilities": [
"spawn",
"exec",
"files"
],
"default": true,
"error": "health check returned false",
"healthy": true,
"last_checked": "2026-05-08T10:30:00Z",
"latency_ms": 3,
"name": "docker",
"runtime_count": 2
}
],
"ready_providers": 1,
"status": "ready",
"total_providers": 2,
"uptime": "2h30m15s",
"version": "1.0.0"
}