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.

TheRouter Newsroomvia Anthropic Blog
Anthropic Claude Managed Agents Platform announcement banner

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.

Customer Support