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

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

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
}
available
boolean
Whether the platform has capacity for new workspaces
total
integer
Total workspace slots on the platform
used
integer
Currently occupied workspace slots