Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the current active seat count and capacity for a tenant.
curl -X POST "https://app.crovver.com/api/public/capacity/count" \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "requestingEntityId": "workspace_123" }'
{ "success": true, "data": { "activeCount": 8, "capacityUnits": 10, "utilizationPercentage": 80, "billingMode": "recurring", "exceeded": false } }
{ "success": false, "error": "No active subscription found for this tenant" }
Authorization: Bearer sk_live_...
x-service-key