EDIBLOG · AI · ANTHROPIC
Claude Agent SDK gets separate billing on June 15 — D-28
Bottom line first. Even with Pro $20 or Max $200, your automation jobs get billed separately. The Claude Agent SDK billing split Anthropic announced back in April is now D-28 away. If you run cron jobs with claude -p, it’s time to check ahead.
01 · BEFORE → AFTEROne pool splits into two
Claude Code interactive same pool
claude -p scripts same pool
Agent SDK jobs same pool
↓
Claude Code interactive subscription pool
claude -p scripts separate pool
Agent SDK jobs separate pool
02 · CREDIT BY PLANAutomation pool amount by plan
monthly extra pool
monthly extra pool
monthly extra pool
regular pool
The monthly pool expires at month’s end if unused, and it won’t fall back to your regular subscription pool either. If you need more, you have to flip on the “extra usage” toggle to get billed automatically at standard API rates — leave it off and requests just stop. Anthropic announced this change on May 13 via its official @ClaudeDevs account on X, and the next day InfoWorld, The Register, Axios, and VentureBeat all ran explainers. It’s essentially April’s third-party agent block policy reopened in the form of a credit pool.
03 · AFFECTEDUsage deducted from the new pool
-
Claude Agent SDK calls
-
claude -p (programmatic CLI)
-
Claude Code GitHub Actions
-
Third-party tools built on the Agent SDK
04 · UNAFFECTEDStill deducted from the existing subscription pool
-
claude.ai web · app chat
-
Claude Code interactive sessions
-
Claude Cowork
In other words, the pool for “what a human clicks” and “what a script clicks” gets split apart. Call the same Opus 4.7, and which pool you draw from depends on who’s making the call.
05 · FOR DEVSWhat actually changes for you
The era of “one subscription runs everything, automation included” ends on June 14. That said, for everyday users almost nothing changes. It’s just a good moment to check where your own usage actually falls.
Anyone running claude -p automation on cron, Claude Code Actions inside CI, or an Agent SDK side project.
If you only use claude.ai chat and Claude Code interactive in the terminal. The separate pool just expires unused.
“Even when you call the same model at the same price, we’re entering an era where who makes the call decides which pool you spend.”
— Eddie · noted at D-28
If you’re running claude -p, GitHub Actions, or the Agent SDK, it’s worth a usage check before June 14. The subscription pool and the automation pool are separate from 6/15 on.
Anthropic Help Center — Use Agent SDK with your plan (primary) Anthropic Pricing — Pro / Max plans Claude Agent SDK official docs
InfoWorld — Anthropic puts Claude agents on a meter (2026-05-14) The Register — Agents into the API billing pool (2026-05-14) Axios — Anthropic tightens Claude limits (2026-05-14) VentureBeat — Reinstates OpenClaw with a catch (2026-05-14) The New Stack — Agent SDK separate credit pools
Disclaimer: Summarized from the official announcement and primary reporting. Confirm exact policy on Anthropic’s official page as of the effective date. No ads · affiliates.
This post is part of an English mirror of a Korean dev experiments blog. Cross-posted for the global developer audience.