curl https://api.rigbox.dev/api/v1/capacity
{
"available": true,
"total": 50,
"used": 12
}
System
Server Capacity
Check platform capacity and availability. No authentication required.
GET
/
capacity
curl https://api.rigbox.dev/api/v1/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/v1/capacity
{
"available": true,
"total": 50,
"used": 12
}
boolean
Whether the platform has capacity for new workspaces
integer
Total workspace slots on the platform
integer
Currently occupied workspace slots