
Anthropic Renames Agent SDK, Enters Managed Agents Beta
SDK Rename Completes Migration Path
Anthropicrenamed the Claude Code SDK to Claude Agent SDK effective September 29, 2025, consolidating its agent-building toolkit under a unified brand Agenticwire. The change reflects a shift in positioning: the SDK now exposes the same agent loop, tool interfaces, and context management that powered the Claude Code CLI, but in a programmatic form accessible via Python and TypeScript.
According to Anthropic's engineering blog, the core design principle emphasizes giving "your agents a computer, allowing them to work like humans do." The migration path proved straightforward—sources describe it as "a package swap plus one type rename" with minimal breaking changes Reactify Solutions.
Managed Agents Enter Public Beta
On April 8, 2026, Anthropic moved Claude Managed Agents into public beta, offering hosted infrastructure for always-on autonomous agents Vybecoding.ai. This product allows developers to deploy agents without managing underlying compute—a shift from the SDK's self-hosted model. The beta phase signals feature stability and real-world testing, though general availability remains pending.
Managed Agents lower operational friction for enterprise deployments, addressing a key pain point: infrastructure maintenance. The offering sits alongside the open Claude Agent SDK, giving teams a choice between full control (SDK) and managed convenience (Managed Agents).
Billing Structure Split and Reversal
On June 15, 2026, Anthropic introduced a separate Agent SDK Credit pool, splitting billing from standard Claude subscription usage. Pro plan subscribers received $20/month in agent credits; Max 5x and Max 20x tiers unlocked $100/month and $200/month respectively Oflight. The pool covered SDK usage, `claude -p` headless mode, GitHub Actions, and third-party integrations like OpenClaw.
However, on June 16, 2026—just one day later—Anthropic paused the change, stating it was "reworking the plan." The reversal suggests internal reassessment of how agent usage should map to pricing tiers, though final details remain undisclosed.
What This Means for Developers
The SDK rename removes ambiguity from Anthropic's agent narrative: Claude Code is the CLI product; Claude Agent SDK is the library. Combined with Managed Agents beta, teams now have a documented path from prototyping (SDK) to production (managed hosting). The billing pause indicates Anthropic is still calibrating monetization—a critical signal for cost-conscious enterprises evaluating agentic tooling.
Developers adopting the SDK should expect further pricing announcements as Anthropic resolves its internal planning.


