Enterprise
Cursor Enterprise Pooled Usage: Shared Budget, Spend Limits & Dynamic Caps
Enterprise pooled usage replaces per-seat caps with a single usage pool shared across all members under the same account. Pre-committed usage is drawn from the pool in order of consumption; on-demand usage bills monthly in arrears. Dynamic Spend Limits auto-adjust the team cap as headcount changes. Member-level limits on Enterprise accounts apply to total usage, not just on-demand.
On this page
- How does Enterprise pooled usage differ from Teams per-user limits?
- What is pre-committed usage and how is it consumed?
- How do spend limits work on Enterprise pooled accounts?
- What are Dynamic Spend Limits and when should we use them?
- How do billing groups interact with pooled usage?
- Do Agent SDK and CLI agents draw from the pool, and do they need a seat?
How does Enterprise pooled usage differ from Teams per-user limits?
- Feature
- Usage structure
- Teams plan
- Per seat (Standard or Premium)
- Enterprise pooled
- Shared pool across the account
- Feature
- Usage transfer
- Teams plan
- Does not transfer between members
- Enterprise pooled
- Any member draws from the shared pool
- Feature
- Reset cadence
- Teams plan
- Resets each billing cycle
- Enterprise pooled
- Pre-committed usage is consumed until replenished
- Feature
- On-demand billing
- Teams plan
- Billed in arrears per member
- Enterprise pooled
- Billed in arrears across the pool
- Feature
- Member limits
- Teams plan
- Apply to on-demand only
- Enterprise pooled
- Apply to total usage
| Feature | Teams plan | Enterprise pooled |
|---|---|---|
| Usage structure | Per seat (Standard or Premium) | Shared pool across the account |
| Usage transfer | Does not transfer between members | Any member draws from the shared pool |
| Reset cadence | Resets each billing cycle | Pre-committed usage is consumed until replenished |
| On-demand billing | Billed in arrears per member | Billed in arrears across the pool |
| Member limits | Apply to on-demand only | Apply to total usage |
Enterprise pooled usage is designed for orgs where usage distribution is uneven across developers.
On a Teams plan, Standard seats get one allocation and Premium seats get 5× that. If one engineer burns through their allocation early, they go on-demand while teammates still have headroom — the allocations never combine. Pooled usage eliminates that per-person ceiling by putting the budget in one place.
What is pre-committed usage and how is it consumed?
Pre-committed usage is the usage volume included in your Enterprise contract, pooled across all users under the same account number. Members draw from it in the order their requests arrive; there is no per-member reservation within the pool. When the pool is exhausted, on-demand usage continues service at the same rates and bills at the end of the month.
Cursor does not gate access when pre-committed usage runs out. On-demand usage bills automatically in arrears. Set spend limits before rollout so finance is not surprised.
How do spend limits work on Enterprise pooled accounts?
Enterprise accounts support spend limits at two levels: team-wide and per-member. On pooled usage accounts, member spend limits apply to total usage — not just on-demand — which is a meaningful difference from the Teams plan where member limits only cap on-demand spend.
- Team-wide limit
- Cap total on-demand spend for the whole account per month.
- Per-member limit
- Cap total usage per individual member; applies to pre-committed + on-demand on Enterprise.
- Dynamic Spend Limits
- Team-wide cap adjusts automatically as headcount grows or shrinks, proportional to seat count.
- Smart alerts
- Set dollar thresholds; receive alerts via Slack or email before limits are hit.
What are Dynamic Spend Limits and when should we use them?
Dynamic Spend Limits automatically adjust the team-wide spend cap based on current team size. As you add seats, the cap rises proportionally; as seats are removed, it falls. This removes the administrative overhead of manually adjusting the cap every time your team scales, and prevents underspend controls from blocking new hires on day one.
Use Dynamic Spend Limits when headcount changes frequently (fast-growing team or seasonal contractors). Set a fixed team-wide cap when you want a firm monthly budget ceiling regardless of headcount.
How do billing groups interact with pooled usage?
Billing groups attribute usage to departments for reporting and internal chargebacks. They do not create separate usage pools — the whole account still shares one pool. If your team uses billing groups, each member's consumption is tagged to their group for reporting, but all requests draw from the same shared budget.
If you need departments to have hard isolated budgets, set per-member limits on the members in each group. Billing groups give you the reporting; member limits give you the caps.
Do Agent SDK and CLI agents draw from the pool, and do they need a seat?
The Agent SDKA programmatic interface for running Cursor agents from your own scripts, services or CI, locally or in the cloud. and headless agents draw from the same shared pooled usage as everyone else. They do not consume a paid seat and they do not require an Enterprise license - anyone on the account can generate an API key and start spending against the pool.
Because programmatic agents authenticate with an API key rather than an interactive sign-in, there is no seat to assign. Their requests land in the same pool as Tab, Agent and Cmd+K usage, so a busy CI pipeline or a fleet of background agents shows up directly in the pre-committed burn-down. Set spend limits before you point automation at the pool.
The request-mapping math for cost allocation
Pooled usage is denominated in requests. To turn raw SDK and CLI activity into a dollar figure you can charge back, map activity to requests and price each request.
- Price per request
- ~$0.08 (about 8 cents) drawn from the pool.
- Max-mode chat
- A single Max-mode chat can map to roughly 30 requests (~$2.40) depending on context size and tool calls.
- SDK / CLI run
- Bills the same per-request rate as interactive use; no seat surcharge.
Use these figures to estimate automation cost before pointing agents at the pool - actual request counts vary with model and context length.
A scripted SDK agent has no UI to slow it down. At ~8 cents per request, a loop that fires thousands of requests can burn through pre-committed usage faster than a whole team of interactive developers. Cap it with a per-member limit on the key's owner, or a team-wide spend limit, before rollout.
Frequently asked questions
Do SDK or CLI agents each need a paid seat?
No. The Agent SDK and CLI agents draw on the shared pooled usage and authenticate with an API key, so they do not consume a paid seat or require an Enterprise license. Anyone on the account can generate an API key and spend against the pool - which is exactly why you should set spend limits before pointing automation at it.
Can individual members exceed their per-member limit even if the pool has headroom?
No. A member limit is enforced regardless of remaining pool balance. A member who hits their limit stops incurring usage until the next cycle (or until the admin adjusts the limit), even if the shared pool has capacity.
Does pooled usage change how on-demand billing is invoiced?
On-demand usage for Enterprise pooled accounts bills monthly in arrears based on actual total consumption beyond the pre-committed pool. It appears as a single on-demand line on the invoice, not broken out per user.
When should we use Teams pricing instead of Enterprise pooled?
Teams is self-serve and straightforward for predictable per-user spend. Enterprise pooled is the right fit when usage is uneven across developers, you need per-member controls that apply to total usage, you want SCIM, or you need invoicing instead of credit-card billing.
Can we see which members are consuming the most from the shared pool?
Yes. The Enterprise analytics dashboard shows usage per member, with filters by date and user. Export via CSV or the Admin API to build internal chargeback reports by billing group.
Sources & last verified
- Cursor - Pooled Usage
- Cursor - Teams Pricing (June 2026)
- Cursor - Team Pricing
- Cursor - Spend Limits
- Cursor - Enterprise
Cursor ships frequently. Facts verified against primary sources on June 25, 2026.