Claude Agent SDK Billing Changes June 15: Per-User Credits, No Rollover, Hard Cliff

Starting June 15, Claude Agent SDK usage and claude -p stop counting against your Claude subscription limits. Instead, each user gets a dedicated monthly credit for SDK use only. Here’s the breakdown:
- Pro: $20
- Max 5x: $100
- Max 20x: $200
- Team Standard: $20 / Premium: $100
- Enterprise usage-based: $20 / seat-based Premium: $200 / seat-based Standard: $0
Interactive Claude Code in your IDE, Cowork, and chat still use your existing subscription limits.
The Gotchas
- Credits don’t pool. $100 per Premium seat is per-user, not a team budget.
- No rollover. Use it or lose it monthly.
- Hard cliff. At the credit limit, calls flow to API-rate overage (if enabled) or stop.
- Enterprise Standard seats get $0.
What to Do (from the source, written by a CMO)
- Audit. Ask each direct report what Claude tools they’ve built or are using. The answer is rarely zero.
- Sort personal vs shared. One user = personal. Two or more = shared. Different billing strategies.
- Upgrade the plan for personal tools. Pro at $20 doesn’t run a real agent loop. Max 5x ($100) is the minimum for active builders. Max 20x ($200) is for anyone shipping tools regularly.
- Move shared tools to API. Get a Developer Platform account on marketing budget. Expect $500–$2,000/month at moderate use.
- Quarterly review. Which tools are actually used, which earn their keep. Most agents won’t survive.
Why This Matters
Someone on your team has been building agents on a personal sub, and the cost has been invisible. That ends in June. Put structure around it now, or wait until someone hits the cliff and quietly stops maintaining a tool you didn’t know existed.
Source: Claude Support article
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic blocks third-party harnesses from Claude subscription limits, workaround available
Anthropic has restricted third-party harnesses from accessing Claude subscription limits, potentially disrupting workflows that rely on these tools. A Reddit user reports developing an open-source workaround after nearly losing months of training data.

Claude Research Preview Adds Direct Computer Control for Task Automation
Anthropic has released a research preview where Claude can directly control your computer to complete tasks like opening apps, navigating browsers, and filling spreadsheets. Available for Pro and Max users on macOS, it works through Claude Cowork and Claude Code with mobile pairing required.

Claude's policy filter blocks bioinformatics work with pathogen names
A computational virology researcher reports Claude's usage policy filter flags legitimate bioinformatics scripts when pathogens are named, requiring workarounds like describing tasks without organism names or downgrading to Sonnet 4. The issue affects Claude Code, claude.ai, and both Opus 4.6 and Sonnet 4.6 models.

Claude Code source leak reveals autoDream memory system and multi-agent patterns
Anthropic accidentally shipped Claude Code's TypeScript source in npm source maps, revealing autoDream memory consolidation, modular system prompt architecture, and multi-agent coordinator patterns.