Skip to main content
This page reflects the plan names and limits currently implemented in RMUX.
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

PlanEnvironmentsWorkspaces per environmentSecrets per environmentPorts per environmentMax sync archive
developer35205100 MB
starter10105010250 MB
pro252010020500 MB
enterprise25010010001001 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:
rmux admin keys create --label "Customer A" --plan starter
rmux admin subscription --key-id <key-id> --plan pro
rmux usage

Important Context

  • these are implementation limits, not a full public pricing promise
  • the current plan names are developer, starter, pro, and enterprise
  • if public packaging changes later, this page should track the code that is actually shipped

CLI

See where plans show up in the CLI surface.

Managed Cloud

See the control-plane path where API keys and subscriptions matter most.
Last modified on March 21, 2026