Skip to main content
GET
/
capacity
curl https://api.rigbox.dev/api/capacity
{
  "available": true,
  "total": 50,
  "used": 12
}

Server Capacity

Returns current server capacity information. This endpoint is public — no authentication required.
curl https://api.rigbox.dev/api/capacity
{
  "available": true,
  "total": 50,
  "used": 12
}
available
boolean
Whether the platform has capacity for new workspaces
total
integer
Total workspace slots on the platform
used
integer
Currently occupied workspace slots