Enterprise
Enterprise AI Coding Rollout
Enterprise AI coding succeeds when it is treated as a governed workflow change. Current Cursor rollouts should account for Organizations, Teams, Groups, cloud agents, automations, Bugbot, usage analytics and Teams pricing pools. The safest rollout starts small, measures review load and expands from proven use cases.
On this page
What controls matter for enterprise AI coding rollout?
enterprise AI coding rollout is a governance question before it is a tooling one. Four controls decide whether security can sign off: who has access, what the policy allows, how data moves, and whether anyone is measuring adoption. The table assigns each an owner.
- Control
- Identity
- Owner
- IT
- Evidence
- SSOSingle Sign-On. One company login (usually via SAML or OIDC) instead of a separate password per tool. Press Enter for the full definition., SCIMSystem for Cross-domain Identity Management. A standard for automatically creating and removing user accounts when people join or leave. Press Enter for the full definition. or membership source is defined
- Control
- Policy
- Owner
- Engineering leadership
- Evidence
- Allowed repos, tools and review rules are documented
- Control
- Security
- Owner
- Security team
- Evidence
- Data flow, secrets boundary and audit path are reviewed
- Control
- Adoption
- Owner
- DevEx
- Evidence
- Pilot metrics and training path are live
| Control | Owner | Evidence |
|---|---|---|
| Identity | IT | SSOSingle Sign-On. One company login (usually via SAML or OIDC) instead of a separate password per tool. Press Enter for the full definition., SCIMSystem for Cross-domain Identity Management. A standard for automatically creating and removing user accounts when people join or leave. Press Enter for the full definition. or membership source is defined |
| Policy | Engineering leadership | Allowed repos, tools and review rules are documented |
| Security | Security team | Data flow, secrets boundary and audit path are reviewed |
| Adoption | DevEx | Pilot metrics and training path are live |
The owners column matters more than the controls themselves, which I realise is a slightly odd thing to say about a governance table. But a control with nobody's name against it is a control nobody checks, and it fails at exactly the moment someone has to answer for it. The usual mistake is assuming security owns all four. They don't. Identity is IT's system of record, policy is an engineering-leadership call about what the team is allowed to ship, and adoption belongs to whoever owns developer experience. Security owns the data-flow question and the audit path, and they will ask about both.
Data flow is the one that stalls approvals, so answer it before the meeting rather than during it. Write down what the tool can read, what it can change, what leaves your network and where any of it is retained. Most of that comes straight from the vendor's documentation and your own configuration. It's dull work, but it turns a vague objection into a specific one, and specific objections are the kind you can actually close.
Interactive diagram. Tab through its regions; each focused region shows its detail in the panel below.
This is covered hands-on in Teams and Enterprise Admin — 6 short modules, free to read.
How should the rollout work?
A rollout works when it starts narrow and earns its expansion. One team, one repo and a few real tasks in week one, with policy and training in place before anyone scales it wider.
- 1Week 1: pick one team, one repo and three realistic tasks.
- 2Week 2: write the workflow standard from the pilot.
- 3Week 3: train champions and add policy guardrails.
- 4Week 4: expand only after quality, cost and review load are visible.
Four weeks is a shape, not a rule. The dates matter much less than the order, and the reason to start with a single team is that those first two weeks are mostly you finding out what your standard should even say. You can't write that from a pilot too broad to watch properly. Pick the team that will tell you when something doesn't work, rather than the team most likely to hand you a good result.
Expansion is where this usually goes wrong. Not because anyone's careless, either — the pilot went well, someone senior noticed, and now there's pressure. That's a hard thing to say no to. Before you add teams, though, check that you can answer three things with numbers instead of impressions: did review load go up or down, what does a developer actually cost per month, did quality hold. If any of those is a shrug, another fortnight of the same pilot beats a rollout you have to walk back.
What's new in Cursor recently?
Cursor ships often, so here is the current state of the surfaces this page touches. Each row links to the source where you can confirm the detail.
- Surface
- Compile 2026
- What to know
- Cursor's June 16 event highlighted Origin, larger from-scratch model training and Cursor Mobile alongside the broader June release wave.
- Surface
- Origin
- What to know
- Cursor's Origin page says code is moving faster than existing infrastructure was built to handle. The public page is waitlist-first, so migration and security details still need confirmation.
- Surface
- Model and mobile
- What to know
- Composer 2.5The current Composer release, better at long-running tasks and at judging when a job needs a light touch versus deep work. Press Enter for the full definition. is available now. Cursor says a larger model is training with SpaceX. Mobile-native details remain beta until Cursor publishes a product page.
- Surface
- Automations
- What to know
/automate, Slack emoji triggers, GitHub issue/comment/review/workflow triggers, computer use, PR defaults and memory cleanup.
- Surface
- Cloud AgentsAgents that run in a Cursor-managed virtual machine, check out the repo, do the work and open a pull request, then shut down, with no load on your laptop. Press Enter for the full definition.
- What to know
- Guided cloud environment setup, reusable snapshots,
.cursor/environment.json,/in-cloud,/babysitand local/cloud handoff.
- Surface
- Review
- What to know
- BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. averages about 90 seconds and finds 10% more bugs per review, and can run locally before push with
/review. Cursor hasn't published Bugbot's underlying model. Don't assert one; treat the figures as perishable.
- Surface
- Design and Canvas
- What to know
- Design ModeA way to point at an element in Cursor's built-in browser and change it directly, instead of describing it in words. Press Enter for the full definition. supports multi-select and voice queueing; canvases support Design Mode, context reports, Debug with Agent, full-screen sharing and prompt buttons.
- Surface
- SDK and run modes
- What to know
- SDK agents can use custom tools, auto-review, JSONL/custom stores, nested subagents and request IDs; Auto-review Run Mode routes tool calls through safer execution paths.
- Surface
- Enterprise and pricing
- What to know
- Organizations sit above teams, groups scope model/spend/agent permissions and Teams now has Standard/Premium seats with Auto + ComposerCursor's own fast coding model, tuned for the editor and priced well below frontier models; the recommended day-to-day model for executing a plan. Press Enter for the full definition. and third-party API pools.
| Surface | What to know |
|---|---|
| Compile 2026 | Cursor's June 16 event highlighted Origin, larger from-scratch model training and Cursor Mobile alongside the broader June release wave. |
| Origin | Cursor's Origin page says code is moving faster than existing infrastructure was built to handle. The public page is waitlist-first, so migration and security details still need confirmation. |
| Model and mobile | Composer 2.5The current Composer release, better at long-running tasks and at judging when a job needs a light touch versus deep work. Press Enter for the full definition. is available now. Cursor says a larger model is training with SpaceX. Mobile-native details remain beta until Cursor publishes a product page. |
| Automations | /automate, Slack emoji triggers, GitHub issue/comment/review/workflow triggers, computer use, PR defaults and memory cleanup. |
| Cloud AgentsAgents that run in a Cursor-managed virtual machine, check out the repo, do the work and open a pull request, then shut down, with no load on your laptop. Press Enter for the full definition. | Guided cloud environment setup, reusable snapshots, .cursor/environment.json, /in-cloud, /babysit and local/cloud handoff. |
| Review | BugbotCursor's automated PR reviewer that posts inline findings and can push fix commits from isolated VMs. Press Enter for the full definition. averages about 90 seconds and finds 10% more bugs per review, and can run locally before push with /review. Cursor hasn't published Bugbot's underlying model. Don't assert one; treat the figures as perishable. |
| Design and Canvas | Design ModeA way to point at an element in Cursor's built-in browser and change it directly, instead of describing it in words. Press Enter for the full definition. supports multi-select and voice queueing; canvases support Design Mode, context reports, Debug with Agent, full-screen sharing and prompt buttons. |
| SDK and run modes | SDK agents can use custom tools, auto-review, JSONL/custom stores, nested subagents and request IDs; Auto-review Run Mode routes tool calls through safer execution paths. |
| Enterprise and pricing | Organizations sit above teams, groups scope model/spend/agent permissions and Teams now has Standard/Premium seats with Auto + ComposerCursor's own fast coding model, tuned for the editor and priced well below frontier models; the recommended day-to-day model for executing a plan. Press Enter for the full definition. and third-party API pools. |
As of July 9, 2026. See Sources below for links.
How do you actually measure review load?
From your git host, not from Cursor. The admin analytics dashboard reports adoption: AI share of committed code, Agent and Tab edits, messages by mode and model, active users per surface, daily usage, a usage leaderboard, repository insights, and on Enterprise the Conversation InsightsA Cursor analytics view that passively categorises what agents are doing (new features, bug fixes, refactors) so leaders can see where engineering time goes. Press Enter for the full definition. classifier plus Cloud Agent counts for agents created, PRs opened, PRs merged and lines merged. Reviewer comments and rework passes are not in that catalogue. Those come out of pull request data, and somebody has to go and get them.
The adoption half has a shape worth knowing before you quote it in a steering meeting. AI share of committed code is derived from signatures Cursor logs on-device for AI-suggested lines, then matched against later commits by the same author on the same machine. Automated formatters can invalidate those signatures. The attribution does not cover Background Agents or the Cursor CLICursor's command line: the full agent, all modes and models, in the terminal and pipeable into scripts and CI. Press Enter for the full definition., and commits have to be scored on the machine where the AI code was written.
Which means the headline number under-reports exactly the surfaces a maturing rollout moves into. A team that shifts work from the in-editor agent to Background Agent and CLI runs can show a falling AI share in the same quarter its agent usage climbs, and if that chart is your adoption story, you will spend the meeting explaining a decline that did not happen.
Pair one number from each side and keep both of them boring. Something from the dashboard for adoption, something from the git host for review cost, both filtered to the pilot repo.
The plumbing is fine for that. Analytics need client 1.5 or later, the user, group and date filters run to 90 days, and every chart exports to CSV, with the Admin API on Enterprise for the version of this that eventually becomes a scheduled report.
Will a spend alert stop the bill?
No. Alerts email you when a threshold is crossed; spend limits are the control that caps cost. Set alerts in the team dashboard, team-level or member-level, and admins choose whether member-level alerts go to admins, the member, or both.
Read the trigger definition carefully, because it decides when you hear anything at all. Alerts fire on on-demand spend only, and included plan usage does not count toward the threshold. The first email therefore arrives after the allowance is already gone, which is fine as a budget signal and useless as an early warning. Enterprise accounts with pooled usage can set member-level alerts against total spend instead, which is closer to what most people assume they configured.
Then there is the routing question sitting underneath it. On Teams and Enterprise, Auto is powered by Cursor Router, and only Cost mode keeps the bundled Auto pricing that the Auto plus ComposerCursor's own fast coding model, tuned for the editor and priced well below frontier models; the recommended day-to-day model for executing a plan. Press Enter for the full definition. pool is built around. Balance and Intelligence bill per request at the routed model's rate. Cursor puts those at about twice Cost mode on average, and up to two to four times depending on the mode selected.
The default differs by plan, and this is the bit to check on day one rather than in month two. The router is on by default for Teams plans, and off by default on Enterprise, where an admin has to enable it.
So a Teams rollout can be spending at the routed rate without anybody touching the model picker. An Enterprise rollout has the opposite problem, an unmade decision that looks like a working default.
How many Premium seats should a rollout buy?
Fewer than the pitch suggests, and later than the contract wants. Cursor's June 2026 Teams pricing gives Standard seats at $32 per seat per month annually or $40 monthly, and Premium seats at $96 annually or $120 monthly for five times the included usage at three times the cost. Cursor positions Premium as the seat for heavy agent users, which is an argument for upgrading a small group rather than every teammate by default.
The reason to buy Premium late is that included usage is split into two pools, first-party Auto plus ComposerCursor's own fast coding model, tuned for the editor and priced well below frontier models; the recommended day-to-day model for executing a plan. Press Enter for the full definition. on one side and third-party API usage on the other, and admins can see usage against each. That split tells you which people are actually exhausting which pool. Guessing it up front means paying for five times the usage of somebody who has not yet changed how they work.
One month of Standard seats is usually enough to sort the team into the two groups. Then upgrade the ones who ran out.
Does the rollout shape change for a 20-person team?
Same order, less ceremony. A small team can run this as one shared workflow, a two-week pilot and a single review rule, and the four control owners collapse onto two people. That is fine as long as the names are written down somewhere, because the failure mode at small scale is not bureaucracy, it is nobody owning the data-flow answer when a customer's security questionnaire arrives. The startup rollout plan and the 10-developer pilot are sized for that.
Somewhere past a hundred or so developers, and I could not tell you exactly where, the pilot itself has to be structured: cohorts rather than volunteers, champion teams, a support route for when something breaks, and measurement split by repo type, because a monolith and a set of services produce different review loads from the same tool. The 100-developer plan walks that version.
Identity is the step that changes most with size. At twenty seats you can hand out access and fix it later. At two thousand you cannot, and the practical order is to settle identity, then map Organizations, teams and groups onto the org chart, then pilot inside that structure, because retrofitting cohorts onto people who already have broad access means taking something away from someone.
There is a pattern from Cursor's own finance team that generalises well past finance. With no embedded engineers, the single engineering partner they took at the outset was security engineering, to get the foundation right before anything got built. That meant Okta permissions, GitHub structure, and credentials for the data and SaaS tools people would actually reach for.
Get the basics consistent across the org, then let people build on top of them. It reads like process for its own sake until you watch the alternative, which is every team inventing its own access story and security auditing all of them afterwards.
Enterprise rollout guides
How Cursor Enterprise Organizations, Teams and Groups work for identity, governance, spend and agent permissions.
Open guideA startup rollout plan for adopting AI coding tools without process bloat.
Open guideAn enterprise rollout plan for AI coding agents with policy, security and training.
Open guideA two-week pilot plan for testing AI IDEs with a small engineering team.
Open guideA pilot plan for larger engineering teams adopting AI IDEs or coding agents.
Open guideA security checklist for reviewing AI coding tools and agent workflows.
Open guideGovernance guidance for AI IDEs, coding agents, policies and team rollout.
Open guideShort AI coding policy template: allowed tools, approved repos, data rules, review gates and incident escalation.
Open guideHow to answer common legal, security and procurement questions about AI coding tools.
Open guideCursor Teams admin guides
What each Cursor plan includes, how to check usage, what happens when you hit the limit, when usage resets and how to get more.
Open guideWhat the Cursor Token Rate charge on Teams and Enterprise bills actually covers, which requests trigger it, what is exempt and how to route around it.
Open guideWhere Cursor processes data, what the enterprise US-only residency opt-in covers, how model providers affect regions and what admins can actually control.
Open guideAdaptable AI-coding policy for teams: model access, spend caps, review rules and data handling, plus a simple framework for measuring Cursor ROI.
Open guideCreate a Cursor Teams plan, invite members with prorated billing, enable SSO and domain matching and deploy via company MDM.
Open guideMember, Admin and Unpaid Admin roles; Standard vs Premium seats; invites, domain matching, offboarding and what happens to member data.
Open guideStandard vs Premium seats, included Composer and API usage, on-demand billing, Cursor Token Rate and when to move to Enterprise pooled usage.
Open guideEnterprise SCIM 2.0: prerequisites, IdP setup, automatic user lifecycle, directory groups and per-group spend limits.
Open guideTeam and Enterprise analytics: AI share of committed code, leaderboards, repository insights, Conversation Insights and Admin API access.
Open guideHow Enterprise billing groups attribute usage to departments for reporting, internal chargebacks and budgeting, with SCIM, API, CSV and manual assignment.
Open guideEnterprise Cyber Verification Program (CVP): when Anthropic blocks legitimate security work, how to apply, privacy tradeoffs and group-scoped Opus access.
Open guideNon-human Enterprise accounts: automate cloud agents and CI without personal credentials, key rotation and team-level GitHub access.
Open guideHow Cursor controls who can use it and what they can do: SAML SSO, SCIM provisioning, three team roles and MDM policies for team IDs, extensions and trust.
Open guideHow Cursor Enterprise meets compliance: audit logs of admin actions, SIEM streaming, hooks for development-activity logging, SOC 2 Type II and GDPR.
Open guideHow Cursor keeps AI agents in bounds: deterministic security controls (run modes, hooks, .cursorignore) plus non-deterministic steering (rules, commands, MCP).
Open guideHow Cursor Enterprise reaches private Git providers: AWS PrivateLink and Cloudflare Tunnel options, prerequisites, both traffic directions and webhook checks.
Open guideGet Cursor working behind corporate proxies, firewalls and SSL inspection: domain allowlists, HTTP/2 fallback, encryption and a connectivity checklist.
Open guideHow to add antivirus and EDR exclusions so Cursor starts cleanly: which processes and paths to exclude on Windows and macOS, and why both are needed.
Open guideHow to get a HIPAA BAA on Cursor Enterprise: who qualifies, what services are covered, required controls and how to request the agreement.
Open guideHow to distribute Cursor at scale: MDM on macOS and Windows, package managers, direct download, hook distribution and proxy/VPN configuration.
Open guideHow Enterprise admins control which AI models and MCP integrations are available: allowlists, provider blocks, BYO API keys and global agent settings.
Open guideHow Enterprise pooled usage replaces per-user limits with a shared team pool, plus dynamic spend limits, member caps and how on-demand billing works.
Open guideOrganization Groups let Cursor Enterprise admins manage cross-team cohorts, SCIM-synced membership, per-user spend limits, and group model access.
Open guideThe security and privacy controls you own when deploying Cursor: identity, Privacy Mode, agent runtime limits, extensibility trust and monitoring.
Open guideA practical playbook for rolling Cursor out to a team: configure org settings first, run a one-hour session, ship shared rules, pilot, then measure.
Open guideWhat Privacy Mode and zero data retention actually do, Cursor's SOC 2 posture and the controls to enforce before sensitive code goes near the editor.
Open guideHow Cursor Router routes Auto requests, what Cost, Balance and Intelligence change, what each mode bills, and the admin settings that control rollout.
Open guideFrequently asked questions
Who is this guide for?
Engineering leaders, DevEx teams, security reviewers and platform teams.
What should I do next?
Start with one real repo task, capture the prompt and review the result before scaling the workflow.
Sources & last verified
- Cursor teams dashboard
- Cursor privacy and data governance
- Cursor SSO
- Cursor enterprise docs
- Cursor enterprise
- Cursor changelog: Organizations for Cursor Enterprise
- Cursor blog: Improvements to Teams Pricing
Cursor ships frequently. Facts verified against primary sources on July 9, 2026.