Claude Code Automation Usage Now Splits From Your Subscription
Starting June 15, running Claude programmatically no longer draws from your subscription limits. This covers the Agent SDK, claude -p headless runs, Claude Code GitHub Actions, and third-party agents. Talking to Claude directly in your terminal stays inside your subscription limits as before.
Only programmatic runs split off — interactive use stays put
The official docs state that "starting June 15, Agent SDK and claude -p usage on subscription plans is deducted from a new, separate Agent SDK credit pool that's distinct from your interactive usage limits." The key point: they've split apart what a human types directly from what code runs on its own.
Until now, automation jobs and CI pipelines shared your Pro/Max subscription limits. Now they draw from a separate pocket. Claude.ai chat and interactive Claude Code in your terminal are unaffected.
Each plan gets its own credits, and they vanish if unused
Per Anthropic's announcement, the separate Agent SDK credits land monthly:
- $20/month — Pro
- $100/month — Max 5x
- $200/month — Max 20x
These credits are deducted at standard API list prices — not at your flat subscription rate.
Leftover credits don't roll over to the next month; they reset every billing cycle. They're also tied to each account individually, so teammates can't pool or share them.
When credits run out, you either stop or fall back to API pricing
Once you've used up your credits, behavior depends on your "extra usage billing" toggle:
- Toggle on — usage beyond that point keeps billing at standard API rates.
- Toggle off — automated requests are rejected until your credits reset next cycle.
Effectively, there's no automatic fallback by policy. If your credits run dry while the toggle is off, an unattended job just stops.
Check for the credit-claim email before June 15
Anthropic says it sends a credit-claim email before the change takes effect, so claim it once from that email. Then check how much your automation jobs and CI pipelines actually cost in real API terms — that makes it much easier to decide whether to flip the toggle on or off.
If you run several Claude Code automations, the practical takeaway is that jobs which used to run essentially for free inside your subscription limits now get converted to real API pricing. The actual cost impact depends on your number of jobs and call volume, so it's something to judge by looking at your own usage.
Source: Anthropic official guide — Use the Claude Agent SDK with your Claude plan
This post summarizes an official announcement and is not sponsored by Anthropic in any form.
Original with full infographics and visual structure: https://jessinvestment.com/claude-code-automation-usage-now-splits-from-your-subscription/
Top comments (0)