AI DevelopmentPricing Tracker12 min readPublished May 16, 2026

Effective · June 15, 2026 · Agent SDK unbundled · the 15–30× subsidy ends

Claude Credit Overhaul: What Changes June 15

Effective June 15, 2026, Anthropic separates Agent SDK and claude -pusage from Pro, Max, Team, and Enterprise subscription pools. A new monthly dollar credit — sized to match each plan's subscription fee — replaces the prior "unlimited" subsidy that let programmatic loops run at interactive pricing. Here is what changes, who is affected, and the token math no one has run yet.

DA
Digital Applied Team
Senior strategists · Published May 16, 2026
PublishedMay 16, 2026
Read time12 min
Sources7
Effective
June 15
2026
Announced May 14
Affected products
SDK+-p
Agent SDK + headless
Interactive TUI exempt
Subsidy removed
~15–30×
Per Anthropic's framing
Per Zed analysis
Enterprise default
$0
Standard seats
Unbundled

Anthropic announced on May 14, 2026 that Claude Agent SDK and claude -p (headless) usage will exit Pro, Max, Team, and Enterprise subscription pools on June 15, 2026 — moving instead to a separate monthly dollar credit billed at standard API rates with no rollover. For teams running production automation on Claude subscriptions, this is the most significant billing change since Claude Code launched.

The underlying issue is straightforward: a human using Claude interactively sends dozens of prompts per day, while an autonomous coding agent can generate thousands of requests, run continuous tests, and recursively call models. At $20 per month for a Pro plan, heavy Agent SDK users were effectively accessing up to $300–600 worth of API-equivalent compute — a 15–30× subsidy the subscription pools were never designed to sustain at scale.

This guide covers exactly what changes, who is and isn't affected, the new credit math by plan tier, three worked examples with real token burn-down calculations, implications for third-party ACP hosts like Zed and JetBrains, the OpenAI counter-move, and a practical action plan for teams that need to re-budget before June 15.

Key takeaways
  1. 01
    Agent SDK and claude -p exit subscription pools June 15.Pro, Max, Team, and Enterprise plans gain a separate monthly Agent SDK credit sized to the subscription fee ($20 Pro, $100 Max 5x, $200 Max 20x). Credits are per-user, non-pooled, and do not roll over. Interactive Claude Code TUI, Cowork, and claude.ai are explicitly unaffected.
  2. 02
    The 15–30× subsidy disappears — not a price increase.Anthropic has not raised subscription prices. They have removed the implicit subsidy that let programmatic loops run at interactive rates. Agent SDK credit is billed at standard API pricing ($3/$15 per million input/output tokens for Sonnet 4.6; $5/$25 for Opus 4.7).
  3. 03
    Heavy Agent SDK users face a 5–10× effective cost increase.A $20 Pro credit covers roughly 30–50 medium coding-agent tasks per month at Sonnet 4.6 pricing. Teams running shared CI/CD pipelines cannot pool credits — the only sane production path is direct API key billing (pay-as-you-go), per Anthropic's own documentation.
  4. 04
    OpenAI countered the same day with 2 months free Codex.Sam Altman offered new OpenAI business customers two months of free Codex usage on May 14, 2026 — the same day Anthropic announced the credit split. The market framing is now agent SDK pricing vs agent SDK pricing, not bundled subscription value.
  5. 05
    Audit now: calculate your last 30-day Agent SDK token usage.Before June 15, audit Agent SDK usage, calculate new credit math per plan, enable prompt caching (0.1× cost multiplier on cache hits), and decide whether subscription credit or direct API billing is the right fit for each workload. Standard Enterprise seats get $0 credit — a frequently missed detail.

01What ChangesAgent SDK and claude -p exit the subscription pools.

Before June 15, 2026, Claude Agent SDK calls, the claude -p (headless) command, Claude Code GitHub Actions, and third-party apps authenticating with a Claude subscription via the Agent Client Protocol (ACP) all drew from the same usage pool as interactive conversations. After June 15, those surfaces move to a separate monthly dollar credit.

The credit mechanics per Anthropic's Help Center: credits are per-user (not pooled across a team), refresh monthly with the billing cycle, and unused credit does NOT roll over. Crucially, a one-time opt-in is required — you must claim the credit via your Claude account once; it refreshes automatically after that. When your monthly credit runs out, Agent SDK requests either stop entirely, or flow to usage credits at standard API rates — but only if you have usage credits explicitly enabled. If you have neither, SDK requests simply fail until the next billing cycle.

Moves to new credit
Agent SDK + headless
Agent SDK · claude -p · GitHub Actions

Claude Agent SDK calls, claude -p (headless) command, Claude Code GitHub Actions, and third-party apps authenticating via ACP. All now draw from the separate monthly Agent SDK credit at standard API rates.

Effective June 15, 2026
Stays in subscription pool
Interactive Claude Code
TUI · Cowork · claude.ai

Interactive Claude Code (terminal/IDE TUI), Claude Cowork, and web/desktop/mobile Claude conversations are explicitly unaffected. They continue using existing subscription limits as before.

No change
Enterprise watch-out
Members of seat-based Enterprise plans on Standard seats are NOT eligible to claim the Agent SDK monthly credit. Standard Enterprise seats get $0 in new credit. Only Enterprise usage-based seats ($20) and Premium seats ($200) include the Agent SDK credit. This is the most underreported detail in current coverage — verify your seat type before June 15.

02BackgroundThe 15–30× subsidy that was.

The core arithmetic behind Anthropic's change is stark. Zed Industries documented it concisely on May 14: Claude subscriptions previously subsidized agent usage at roughly 15–30× compared to API pricing. A Pro subscriber paying $20 per month could, in theory, run an Agent SDK loop on Sonnet 4.6 (standard: $3/$15 per million input/output tokens) and accumulate $300–$600 in API-equivalent compute — all within their "unlimited" subscription.

This worked at low adoption. It stopped working when automated agents became capable enough to run continuously. According to Axios reporting on May 14, Anthropic confirmed the change "supports the way the majority of people use Claude" — interactive usage is preserved at the subscription price, while programmatic load is metered separately. The framing isn't a price increase; it 's the end of a structural subsidy.

The pattern isn't new. Anthropic banned OpenClaw and similar harnesses in February 2026, then tightened restrictions further in April 2026, before formally separating the billing structure via the May 14 announcement. The June 15 split is the institutionalization of what Anthropic had already been enforcing informally. As Ina Fried noted in Axios: "the fight shows that 'all-you-can-eat' AI subscriptions may not survive the agent era, where software can burn through computing resources far faster than humans ever could."

For anyone using agents heavily, this is a major cost increase. Claude subscriptions previously subsidized agent usage at roughly 15–30× compared to API pricing, and the new credits are billed at full API rates.— Zed Industries team, Zed Blog, May 14, 2026

03ImpactWho's affected — and who isn't.

The affected/unaffected split is sharper than most coverage implies. The key variable is not which plan you're on — it's how you authenticate and invoke Claude. The table below maps each surface to its post-June-15 billing pool.

SurfacePool after June 15What changes
claude.ai (web/desktop/mobile)Interactive subscriptionNothing — unchanged
Claude Code TUI (terminal / IDE)Interactive subscriptionNothing — unchanged
Claude CoworkInteractive subscriptionNothing — unchanged
Claude Agent SDK (direct)Agent SDK creditDraws from new monthly credit; overages need usage credits enabled
claude -p (headless)Agent SDK creditSame as SDK direct — moves to separate credit pool
Claude Code GitHub ActionsAgent SDK creditCI/CD automation draws from new credit — cannot pool across team members
Zed / JetBrains via ACPAgent SDK creditThird-party apps authenticating via Agent Client Protocol move to new credit
API key (platform.anthropic.com)API direct (unchanged)Pay-as-you-go billing continues; no Agent SDK monthly credit applies

The per-user, non-pooled nature of the credit is the underreported wrinkle. Teams running shared CI/CD pipelines, where a single GitHub Actions workflow might trigger under multiple committers' credentials, cannot aggregate credits across the team. For production shared automation, Anthropic's own documentation is explicit: "Teams running shared production automation should use Claude Platform with an API key for predictable pay-as-you-go billing."

04Credit MathThe new credit by plan — what each tier actually buys.

The credit amount equals each plan's monthly subscription fee — which sounds generous until you price it against actual API token rates. The table below uses Sonnet 4.6 standard pricing ($3/$15 per million input/output tokens) with a representative 10K input / 3K output token mix per agent task, giving a blended effective rate of approximately $0.40 per task.

PlanSub. priceAgent SDK credit≈ Tasks / moNotes
Pro$20 / mo$20~50Light experimentation only
Max 5×$100 / mo$100~250Solo developer automation
Max 20×$200 / mo$200~500Heavy solo or small team usage
Team Standard$20 / seat$20 / user~50 / userNot pooled — per user, not per team
Team Premium$100 / seat$100 / user~250 / userBest per-seat value for developers
Enterprise Standard(seat-based)$00Not eligible — must add Agent SDK seats
Enterprise Premium(seat-based)$200 / user~500 / userSeat-based Premium only
Task estimate: Sonnet 4.6 standard rate ($3/$15 per million input/output tokens), 10K input + 3K output tokens per task, ≈ $0.075 per task. Source: Anthropic Help Center, Claude pricing docs.

05Worked ExamplesThree tasks — what each actually costs after June 15.

The credit-math table above uses an idealized 10K/3K input/output estimate. Real Agent SDK workloads vary significantly. Below are three representative coding-agent tasks with realistic token budgets based on public Agent SDK usage patterns, priced at both Sonnet 4.6 ($3/$15 per million tokens) and Opus 4.7 ($5/$25). The "subsidy era cost" column shows what the same usage effectively cost under the prior subscription-pool model — where marginal API-equivalent cost was zero once the subscription fee was paid.

WorkloadInput tokensOutput tokensSonnet 4.6Opus 4.7Pro tasks / moMax 5× tasks / mo
Code review
1K-line PR, 3 iteration loops
30K9K$0.225$0.375~89~444
Multi-file refactor
10 files, 5 iterations, test run
120K18K$0.63$1.05~32~158
Eval suite run
50 test cases, grading + feedback
250K50K$1.50$2.50~13~67
Token estimates based on typical Agent SDK workload patterns. Prompt caching (available via the Anthropic caching docs) reduces input cost to 0.1× on cache hits — this is the single highest-leverage optimization available. Model pricing from platform.claude.com/docs.

The prompt caching multiplier (0.1× on cache hits) deserves emphasis as the highest-leverage cost lever available. A multi-file refactor that repeatedly re-sends the same large system prompt or file context can see input token cost drop by up to 90% on cached segments. If you are using Agent SDK without prompt caching, enabling it should be the first optimization before June 15. For a detailed strategy on structuring agentic prompts for caching efficiency, see our AI transformation engagements where we work through exactly this kind of cost architecture.

06Third-Party HostsACP, Zed, JetBrains — what changes for each host.

The Agent Client Protocol (ACP) is the mechanism by which third-party tools authenticate with Claude subscriptions rather than API keys. After June 15, any app using ACP to invoke Claude programmatically moves to the new Agent SDK credit pool. This affects a meaningful set of developer tools currently marketed as "included with your Claude subscription."

Editor
Zed AI (ACP-authenticated)
Zed

Zed's AI features that use Agent Client Protocol will move to the Agent SDK credit after June 15. Zed published a transparent post on May 14 documenting the change and noting the workaround: running Anthropic's official claude CLI in a terminal (not via ACP) continues to use subscription limits.

zed.dev/blog/anthropic-subscription-changes
IDE
JetBrains AI Assistant
JB

JetBrains AI Assistant's Claude integration via ACP is affected. Developers using JetBrains IDEs with a Claude subscription for automated coding tasks — beyond the interactive assistant — will draw from the new Agent SDK credit pool after June 15.

Affected via ACP
Orchestrator
Conductor + OpenClaw
Con

Conductor and OpenClaw (already banned for TOS violations in February 2026) are in the affected category for ACP-authenticated flows. Anthropic's escalating enforcement since February formalized into the June 15 credit split.

Affected via ACP

The workaround Zed documented is instructive: running Anthropic's official claude CLI directly in a terminal (not invoked through ACP by a third-party app) still draws from the interactive subscription pool. This means developers who run their own script wrappers around the terminal CLI can avoid the new credit billing — but that path is less automated and less suited to production pipelines. For teams evaluating whether to keep third-party IDE integrations or migrate to direct API key authentication, our AI transformation service includes exactly this kind of vendor billing architecture review.

07Market DynamicsThe OpenAI counter — 2 months free Codex.

Sam Altman's response was timed with precision. On May 14, 2026 — the same day Anthropic announced the Agent SDK credit split — OpenAI offered new business customers two months of free Codex usage (the $200/month Pro tier, per Axios reporting). The message was clear: if Anthropic is tightening access to cheap agentic compute, OpenAI will fill the gap.

The counter is opportunistic rather than structural. Two months of free Codex addresses an immediate switching incentive but does not change the fundamental economics: once the trial ends, Codex is also billed at API rates. The real competition has shifted from "which subscription includes more interactive usage" to "which platform provides the best agent SDK pricing, model quality, and developer tooling at production scale." For teams evaluating the Claude Opus 4.7 cost strategy, the Codex counter is a useful negotiating benchmark — but the underlying token economics of each platform need to be evaluated on your actual workload.

The broader signal from this week is the acceleration of the industry-wide renegotiation of what "included" means in AI subscriptions. ServiceNow and Uber have already burned through their 2026 AI token budgets for the entire year, according to The Information. As autonomous agents become production workloads rather than experimental tools, every major provider is working through the same fundamental tension: subscription pricing was designed for human-paced usage, not machine-paced loops.

Agent SDK monthly credit vs Codex promo — comparable ceiling

Source: Anthropic Help Center (credit amounts); Axios May 14, 2026 (Codex counter)
Claude Pro (Agent SDK credit)Agent SDK credit $20/mo, billed at API rates
$20
Claude Max 5× (Agent SDK credit)Agent SDK credit $100/mo, billed at API rates
$100
Claude Max 20× (Agent SDK credit)Agent SDK credit $200/mo, billed at API rates
$200
OpenAI Codex (promo — 2 mo free)$200/mo Pro tier; 2 months free for new business customers
$200 trial

08Action PlanWhat to do now — budget, audit, decide.

There are five weeks between the announcement (May 14) and the effective date (June 15). That's enough time to audit current usage, model the new economics, and make an informed subscription vs. direct API decision. The matrix below maps workload type to the right billing path after June 15.

Light interactive
Mostly human-paced, occasional scripts

If Agent SDK usage is irregular — a few dozen tasks per month — a Pro or Max 5× subscription with the included Agent SDK credit is likely sufficient. The $20–100/mo credit covers ~50–250 medium tasks at Sonnet 4.6 pricing. Enable usage credits as a backstop for overages.

Stay on Pro or Max 5×
Moderate automation
Daily Agent SDK loops, CI/CD hooks

If you run daily Agent SDK automation — code reviews, refactors, nightly eval suites — the Max 20× $200 credit (~500 tasks/mo at Sonnet 4.6) may cover solo usage. For team-shared CI/CD pipelines, credits cannot be pooled: direct API key billing via platform.anthropic.com is the only sane production path.

Max 20× or direct API
Heavy headless
Production loops, multi-agent pipelines

If Agent SDK is your primary production compute — running hundreds of tasks daily across shared workflows — subscription credits will not cover production volumes. Migrate to direct API key billing now, optimize prompt caching aggressively (0.1× cache hit rate on input tokens), and treat the subscription as interactive-only.

Direct API + caching
Enterprise Standard
Seat-based plans on Standard seats

Standard-seat Enterprise plans receive $0 Agent SDK credit. If your Enterprise team is running any Agent SDK workloads, those will fail or require explicit usage credits after June 15 unless you upgrade to Premium seats or add Agent SDK seat add-ons. Audit your seat types immediately.

Upgrade seats or API

The internal link path to the Claude Code TUI deep dive is relevant here: the interactive TUI is unaffected by this change. Teams that primarily use Claude Code interactively via the terminal — rather than invoking the Agent SDK programmatically — have nothing to do before June 15. The cost impact is entirely on programmatic, SDK- and headless-invoked workloads.

For teams choosing between continuing on Claude subscriptions and migrating to direct API billing, the breakeven question is straightforward: if your Agent SDK token usage exceeds your monthly plan credit by more than the equivalent of a plan upgrade, direct API billing with prompt caching enabled will be cheaper and more predictable. Prompt caching is available via the Anthropic caching docs and reduces input token cost to 0.1× on cache hits — the single highest-ROI optimization for repetitive agentic workloads. Our analytics practice helps teams instrument token usage and model cost before the billing switch takes effect.

The new economics of agentic Claude

Anthropic is normalizing the economics of programmatic Claude usage.

The subscription pools were never designed to subsidize headless production loops. June 15 formalizes what Anthropic had been enforcing informally since February: agent compute is separately metered. Heavy Agent SDK users should expect a meaningful effective cost increase unless they aggressively enable prompt caching — the 0.1× cache-hit multiplier on input tokens becomes critical arithmetic for any workload that repeatedly re-sends large system prompts or file context.

Light interactive Claude Code users are unaffected. The TUI, Cowork, and claude.ai conversations continue drawing from subscription pools unchanged — the change is precisely targeted at programmatic, SDK-authenticated usage. That distinction matters for teams whose developers use Claude Code interactively but have not built Agent SDK pipelines.

The OpenAI counter (2 months free Codex Pro) is opportunistic. Once the trial ends, the competition is agent SDK pricing versus agent SDK pricing — not bundled subscription value. Long-term, Claude versus Codex will be decided on model quality at the token-economics level your workload actually operates at. The action plan is concrete: audit your last 30 days of Agent SDK token usage, run the new credit math against your plan tier, decide subscription-credit vs. direct API key billing per workload, and enable prompt caching before June 15.

Navigate the Claude credit change

The 15–30× subsidy ends June 15 — make sure your budget is ready.

We help engineering and AI teams audit Agent SDK token usage, model the new credit economics, and architect the right blend of subscription and direct API billing — before billing surprises hit.

Free consultationExpert guidanceTailored solutions
What we work on

Agent SDK cost architecture

  • Agent SDK token usage audit — last 30 days
  • Credit math by plan tier: Pro / Max / Team / Enterprise
  • Prompt caching implementation for agentic workloads
  • Subscription vs direct API breakeven modeling
  • CI/CD pipeline migration to API key billing
FAQ · Claude credit overhaul

The questions teams are asking right now.

No. Interactive Claude Code — the terminal/IDE TUI — is explicitly unaffected by the June 15 change and continues to draw from your existing subscription limits. Anthropic's Help Center is clear: only the Claude Agent SDK, the claude -p (headless) command, Claude Code GitHub Actions, and third-party apps authenticating via ACP are moved to the new Agent SDK credit pool. If you use Claude Code interactively in your terminal on a day-to-day basis without building automated Agent SDK pipelines, you have nothing to change before June 15.