Anthropic Launches Claude Managed Agents Platform for Enterprise AI
Anthropic introduces a managed runtime for Claude agents, handling tool use, memory, and orchestration so enterprise teams can ship agents without managing the runtime themselves.

Anthropic announced Claude Managed Agents, a hosted runtime that handles tool use, memory, retrieval, and orchestration for production agents. The platform targets teams who want Claude's agent capabilities without operating the underlying glue.
What's included
- Hosted tool execution — declare tools as functions, Anthropic handles the runtime and retries.
- Persistent memory — conversation and task state stored across turns with TTL controls.
- Workflow primitives — sub-agent dispatch, fan-out/fan-in, and long-running task suspension.
- Observability — per-step traces, latency breakdown, and cost attribution per agent invocation.
Why it matters
The bottleneck for enterprise agent deployment has been the operational surface, not the model. By moving the orchestration layer behind a managed API, Anthropic is betting that the long tail of teams adopting agents would rather buy a runtime than build one.
For TheRouter customers: managed agents are accessible through the standard
anthropic/ model namespace via TheRouter's gateway. No code changes
required for existing agent workloads — the routing layer transparently
proxies the new endpoints.
Похожие материалы
Новости AI →
DeepSeek Now Speaks Anthropic: What the New Dual-Format API Means for Your Routing Layer
DeepSeek's API now accepts Anthropic SDK format at api.deepseek.com/anthropic — meaning Claude Code, the Anthropic Python/TS SDK, and any Anthropic-native client can now route requests to DeepSeek V4 models without an OpenAI wrapper.

Anthropic Acquires Stainless: What SDK Consolidation Means for Multi-Provider API Teams
Anthropic has acquired Stainless, the company that generates every official Claude SDK and MCP server tooling. For teams building multi-provider API pipelines, this reshapes SDK dependency risk, MCP server governance, and the pace of Claude API surface changes.

AI Cost Increases 2026: Why List Price is No Longer Enough
OpenAI, Anthropic, and GitHub changed pricing models in the same week. List price gaps reach 92% depending on tokenizer behavior and usage patterns. Routing architectures are now essential for cost control.