providers
Get provider details
Return detailed information about a specific provider
get/providers/{providerName}
Path parameters
providerNamestring required
Provider name
Response
OK
Example response
{
"default": true,
"health": {
"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
},
"healthy": true,
"name": "firecracker",
"sandbox_count": 3
}