The entitlement surface
Pricing and exact limits are confirmed on the pricing page.
The table above lists the shape of the entitlement surface; the numbers
change over time and this docs page may lag the marketing site by a release
or two.
How entitlement checks fire
The two cases are different on purpose:- Dashboard — checks before showing the action. “Add project” is greyed out with a tooltip if you’re at the project ceiling. This gives a clean UX.
- CLI / CI / MCP — does not check; pushes proceed and the server returns
403 EntitlementExceededwith the breached entitlement in the body. This lets integrations stay simple — they don’t have to fetch entitlement state before each push.
Soft vs hard limits
Push volume is soft because a midnight cron suddenly hitting a hard cap
breaks workflows for everyone on the team. Project creation is hard because
it’s a deliberate action a human took.
See also
- Roles — who on a team can change the plan
- FAQ → Pricing — current plans and prices