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

OpenClaw: Four Critical Issues Developers Need to Know
From image-passthrough bugs to dead channel adapters, lock file visibility, and missing parallel coordination — four production-impacting issues from the OpenClaw repo (366k stars).

AI Tools Increase Engineering Workload and Shift Professional Roles
A February 2026 Harvard Business Review study found 83% of workers reported increased workload from AI tools, with 62% experiencing burnout. The article describes how AI has shifted engineering roles from writing code to reviewing AI-generated code.

AWS Lambda MicroVMs: VM-level isolation for user and AI-generated code, with suspend/resume up to 8 hours
AWS launches Lambda MicroVMs, a serverless compute primitive built on Firecracker, providing per-user VM isolation, near-instant launch, and up to 8-hour state preservation for executing user/AI-generated code.

Claude Code Generates Python Script That Finds 10,069-Digit Emirp Record
Anthropic's Claude Opus 4.6 generated a Python script that discovered a 10,069-digit emirp (reversible prime) in about one day of CPU time, breaking the previous world record. The script uses four tiers of prime sieves including a CUDA kernel for fast random number generation.