The repository also contains a broader product pricing draft in
PRICING_PLAN.md. This page documents the plan model the code currently
enforces.Current Plans
| Plan | Environments | Workspaces per environment | Secrets per environment | Ports per environment | Max sync archive |
|---|---|---|---|---|---|
developer | 3 | 5 | 20 | 5 | 100 MB |
starter | 10 | 10 | 50 | 10 | 250 MB |
pro | 25 | 20 | 100 | 20 | 500 MB |
enterprise | 250 | 100 | 1000 | 100 | 1 GB |
What The Platform Enforces Today
- plan checks gate environment count, workspace count, secret count, port count, and sync archive size
- BYOC AWS is currently allowed on every built-in plan
- plan state is visible through API keys, subscriptions, and
rmux usage
Where Plans Show Up In The CLI
Plan names appear in admin commands such as:Important Context
- these are implementation limits, not a full public pricing promise
- the current plan names are
developer,starter,pro, andenterprise - if public packaging changes later, this page should track the code that is actually shipped
Read Next
CLI
See where plans show up in the CLI surface.
Managed Cloud
See the control-plane path where API keys and subscriptions matter most.


