Every Rigbox account has limits on workspaces, resources, and AI credits based on your plan tier. This page covers what’s available and how to check your usage.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.
Plan tiers
| Free | Pro | |
|---|---|---|
| Workspaces | 2 | 10 |
| Apps per workspace | 5 | 20 |
| Max RAM per workspace | 1 GB | 4 GB |
| Max vCPUs per workspace | 1 | 4 |
| Max disk per workspace | 4 GB | 10 GB |
| AI credits / month | 250 | 2,000 |
| Snapshots per workspace | 3 | 10 |
| SSH keys | 5 | 20 |
These are representative limits. Check your actual limits with the API - they may differ based on promotions or custom arrangements.
Check your limits
Query your current plan limits and usage:Workspace resources
When creating a workspace, you specify RAM, vCPU, and disk allocation. These are validated against your plan limits:402 Payment Required with a message indicating which limit was exceeded.
Resizing
You can resize a workspace after creation. The workspace must be stopped first:AI credits
AI credits fund requests through the managed AI proxy. Each credit maps to approximately $0.01 of upstream provider cost, though the exact rate depends on the model and token count.Check your balance
View usage breakdown
When credits run out
- API requests through the proxy return
402 - Non-AI services in your workspace continue running
- Switch to BYOK mode for unlimited usage with your own keys
Rate limits
API requests are rate-limited per user. Limits vary by endpoint class:| Endpoint class | Requests / minute |
|---|---|
| Authentication | 120 |
| Workspaces | 180 |
| Apps | 240 |
429 Too Many Requests. Implement exponential backoff in your client:
Capacity
Before creating a workspace, check if the platform has capacity:172.16.0.2 through 172.16.0.254), and stopped or deleted workspaces release their active IP lease.
Learn more
Architecture
How the platform is structured
Managed AI Proxy
How credits and the AI proxy work