Claude team plans are seat-based with per-member usage limits. A Standard seat is $25 per member per month, or $20 billed annually, and carries 1.25 times Pro usage per session. A Premium seat is $125 per month, or $100 annually, and carries 6.25 times Pro. Both seat types include Claude Code, teams run from 2 to 150 seats, and limits are per member rather than pooled. Priced per unit of allowance, seats match the individual ladder monthly and beat it annually, which makes governance close to free.
- Standard seat: $25/mo, or $20 annually, at 1.25x Pro usage per session.
- Premium seat: $125/mo, or $100 annually, at 6.25x Pro usage per session.
- Both seat types include Claude Code. Teams run from 2 to 150 seats.
- Limits are per member, not pooled, so a heavy engineer cannot eat a colleague allowance.
- On annual billing, seats deliver about 25 percent more allowance per dollar than the equivalent individual plan.
- Max 20x is still the best value per dollar anywhere, and there is no team equivalent of it.
What a seat costs
Claude team seat pricing and per-member allowances, checked 7 August 2026.
| Seat | Monthly | Annual | Session allowance | Weekly limits |
|---|---|---|---|---|
| Standard | $25/member/mo | $20/member/mo | 1.25x Pro | One limit across all models |
| Premium | $125/member/mo | $100/member/mo | 6.25x Pro | All models, plus a Sonnet-specific limit |
| Enterprise | Custom | Custom | Seat-tier based | Session plus weekly windows |
- Team plans require a minimum of two members and support up to 150 seats.
- Both seat types carry Claude Code. Anything you read saying it is premium-only is out of date.
- The allowance is shared across Claude chat, Claude Code, and Cowork, on a five-hour session window and a weekly window.
- Extended 1M context for Opus is included on both Team seat tiers, where a Pro subscriber needs usage credits for it.
Seats against individual subscriptions, on the numbers
Anthropic publishes seat prices and publishes allowance multipliers, but never divides one by the other. Doing it yourself demolishes the usual "you pay more per head for governance" claim.
Session allowance per dollar per month, normalized to Pro. Higher is better.
| Plan | Price | Session allowance | Allowance per $ |
|---|---|---|---|
| Pro, monthly | $20 | 1x | 0.050 |
| Pro, annual | $17 | 1x | 0.059 |
| Team Standard, monthly | $25 | 1.25x | 0.050 |
| Team Standard, annual | $20 | 1.25x | 0.063 |
| Max 5x | $100 | 5x | 0.050 |
| Team Premium, monthly | $125 | 6.25x | 0.050 |
| Team Premium, annual | $100 | 6.25x | 0.063 |
| Max 20x | $200 | 20x | 0.100 |
Read the pattern rather than the rows. Every monthly plan on the ladder, individual or team, is priced at exactly 0.050 units of Pro allowance per dollar. Annual team billing lifts that to 0.063, which is better than annual Pro. So the governance you get with a seat is close to free, and on annual billing it is better than free.
The other place seats lose is at the bottom. A light user who barely codes pays $25 a month for a Standard seat where $20 of Pro, or nothing at all, would have done. Provision by actual usage, not by headcount.
What a seat buys beyond allowance
Team plan against everyone expensing their own subscription.
| Concern | Individual subs | Team seats |
|---|---|---|
| Invoice | N expense claims a month | One |
| Provisioning | Each person signs up | Central, with SSO, domain capture, and just-in-time provisioning |
| Offboarding | You hope they cancel | Revoke the seat immediately |
| Permissions | None | Role-based, with custom roles on Enterprise |
| Usage reporting | None across people | Spend report per user and per model, CSV, updated daily |
| Spend control | None | Spend limits at org, group, or individual member level |
| Model restrictions | None | Admin can disable models and cap effort levels on Enterprise |
The headcount where it flips
Below about five people, individual subscriptions still win on simplicity: no procurement, and each person picks the tier they need including Max 20x. The overhead of five expense claims is real but small.
Between five and ten it depends on two things: how much your finance function hates recurring personal expenses, and whether anyone has left recently with their subscription still live.
Above ten, seats win regardless, because the administrative cost and the security exposure grow with headcount while the per-seat economics stay flat. With annual billing they are not even a premium.
Budgeting for a team of agent users
The mistake is budgeting an average. Agent usage across a team is heavily skewed: a few engineers use ten times what the median does, and they are usually the ones producing the most.
Anthropic gives a usable outside number. Across enterprise deployments, Claude Code averages about $13 per developer per active day and $150 to $250 per developer per month in token terms, staying below $30 per active day for 90 percent of users, as of August 2026. Its own guidance is to budget more for a coding seat than a chat seat, because each Claude Code turn carries file contents, tool calls, and multi-step reasoning.
A realistic seat mix for a ten-engineer team, at monthly billing.
| Group | Headcount | Provision as | Monthly |
|---|---|---|---|
| Heavy: agents most of the day, parallel sessions | 2 | Personal Max 20x, expensed | $400 |
| Regular: agents daily, one session at a time | 5 | Team Premium seat | $625 |
| Light: occasional chat and small tasks | 3 | Team Standard seat | $75 |
| Total | 10 | $1,100/mo |
That is about $110 per engineer per month, weighted heavily toward a minority. On annual team billing the same shape comes to roughly $900. Budgeting a flat $25 each and being surprised is the standard failure, and it usually ends in capping exactly the people who benefit most.
Seeing and capping the spend
Which controls you get depends entirely on how your organization authenticates, and mixed organizations get mixed reporting. Each developer is metered according to the method they signed in with.
Where spend lives by setup, from the Claude Code cost management docs, August 2026.
| Setup | See spend | Cap spend | Per-user numbers |
|---|---|---|---|
| Claude for Teams or Enterprise | Spend report in org analytics, CSV, daily | Spend limits in admin settings | Spend report CSV; Enterprise Analytics API on Enterprise |
| Claude Console (API) | Console usage page | Workspace spend limits | Console dashboard; Claude Code Analytics API |
| Bedrock, Google Cloud, Microsoft Foundry | Your cloud billing console | Your cloud budget controls | OpenTelemetry, or an LLM gateway |
- Usage inside the seat allowance is not metered in dollars. The spend report covers usage-credit spend and only appears once an admin turns usage credits on. Until then you can see adoption, not cost.
- Usage credits are the spend control. The seat allowance is the default ceiling; turning on credits lets members continue past it at standard API rates, with limits set at organization, group, or individual member level.
- A member without billing access who runs
/usage-creditssends a request to your admins rather than spending anything. - The adoption dashboard is separate from spend: daily active users, sessions, and contribution metrics, with CSV export.
- On Enterprise, the Analytics API returns per-user usage and cost across Claude surfaces. A Primary Owner creates a key with the
read:analyticsscope. - OpenTelemetry export works on every setup and is the only option that streams per-user token and cost metrics into your own observability stack in near real time.
If you are on the Console instead of seats
API organizations get a workspace called "Claude Code" created automatically on first authentication. You cannot create API keys in it; it exists so Claude Code spend is isolated and cappable. Set both a workspace spend limit and a workspace rate limit, so Claude Code cannot crowd out your production traffic.
Anthropic per-user rate limit recommendations for Claude Code, by organization size.
| Team size | TPM per user | RPM per user |
|---|---|---|
| 1 to 5 users | 200k to 300k | 5 to 7 |
| 5 to 20 users | 100k to 150k | 2.5 to 3.5 |
| 20 to 50 users | 50k to 75k | 1.25 to 1.75 |
| 50 to 100 users | 25k to 35k | 0.62 to 0.87 |
| 100 to 500 users | 15k to 20k | 0.37 to 0.47 |
| 500+ users | 10k to 15k | 0.25 to 0.35 |
The per-user figure drops as the team grows because fewer people use Claude Code concurrently in a larger organization. These limits apply at the organization level, so an individual can temporarily exceed their calculated share when others are idle.
Rules worth setting on day one
- One account per person, always. Sharing halves everyone allowance, because windows are per member, and it destroys the audit trail.
- Default the team to Sonnet. Opus by default across ten engineers is an expensive convention to unwind later, and
opusplangives you Opus judgement at Sonnet execution cost. - Agree on a committed
CLAUDE.md. Keep it under 200 lines and move workflow-specific instructions into skills. It is the cheapest quality lever a team has and it stops ten people re-teaching the same conventions. - Decide about autonomous runs explicitly. Who may leave an agent unattended, in which repos, with what permissions. Agent teams use roughly seven times the tokens of a standard session.
- Turn on usage credits with a low org cap first. A cap you can raise beats a blocked engineer at 4pm on a Thursday, and the spend report only exists once credits are on.
- Review spend monthly, per person. Not to police it, but because the outlier is usually a fixable workflow, most often an uncleared session or an Opus default.
Questions people ask
Team seats are $25 per member per month for Standard and $125 for Premium, dropping to $20 and $100 on annual billing. Both include Claude Code. Budget closer to $100 to $110 per engineer per month across a team that codes with agents daily, because usage is heavily skewed toward a minority.
Usage allowance. A Standard seat carries 1.25 times Pro usage per five-hour session with one weekly limit across all models. A Premium seat carries 6.25 times Pro with separate weekly limits for all models and for Sonnet. Both include Claude Code and both get Opus at 1M context.
Per unit of allowance it matches the individual ladder on monthly billing and beats it by about 25 percent on annual billing. The exception is Max 20x, which at 0.100 allowance per dollar is twice the value of any seat and has no team equivalent.
Around eight to ten people, or at your first security review, whichever comes first. Below five, individual subscriptions are simpler and each person can pick their own tier. Above ten, the administrative cost and the offboarding exposure decide it on their own.
No. Usage limits are per member, so two people on one login constantly consume each other allowance, and it breaks the audit trail entirely. It also breaches the terms. Team plans exist precisely for this.
No. Anthropic states that usage limits on Team plans are per member rather than applied to the team as a whole. One engineer running agents all night cannot exhaust a colleague allowance.
On Team and Enterprise, the seat allowance is the default ceiling; enable usage credits and set spend limits at the organization, group, or individual member level. On the Console, set workspace spend limits and a workspace rate limit on the auto-created Claude Code workspace.
On Team, export the spend report CSV from org analytics, which shows estimated spend per user and per model and updates daily. On Enterprise, use the Analytics API with a read:analytics key. On cloud providers, OpenTelemetry export is the only route and works on every setup.
Sources
Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.