v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-104136109.1 KB
providers

Get provider details

Return detailed information about a specific provider

get/providers/{providerName}

Path parameters

providerNamestring required

Provider name

Response

OK

configobject
defaultboolean
healthyboolean
namestring
sandbox_countinteger

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
}