Anthropic has launched Claude Managed Agents in public beta โ a fully managed cloud service that lets organizations deploy autonomous AI agents without building and maintaining the underlying infrastructure themselves. The launch, which went live on April 8, 2026, targets one of the most persistent pain points in enterprise AI: the gap between building an agent prototype and running it reliably in production.
The Problem It Solves
Building an AI agent is one thing. Keeping it running in production is another problem entirely. Agents make external API calls, wait on long-running tasks, hit rate limits, fail in unpredictable ways, and consume tokens at rates that are hard to forecast. Shipping a production agent typically requires teams to build sandboxed execution environments, manage state across sessions, write credential handlers, build error recovery flows, and handle scaling infrastructure โ all before a single end-user feature ships.
Claude Managed Agents abstracts all of that. Anthropic provides:
- Secure cloud-hosted sandboxes โ isolated containers where agents execute code, browse the web, read files, and run commands
- Automatic session management โ including context compaction to free up token space during long-running tasks
- Built-in tools โ web search, code execution, file access, and MCP server connections pre-wired into the runtime
- Persistent conversation and file data across sessions, so agents can pick up where they left off
- Session tracing and observability built into the Claude Console, with integration analytics and troubleshooting built in
- Streaming via server-sent events for real-time output from long-running agent sessions
The service is designed for tasks that require extended unsupervised operation โ running for minutes or hours, making dozens or hundreds of tool calls, and completing complex workflows without a human in the loop at every step.
Pricing
Claude Managed Agents runs at standard Claude API token rates plus $0.08 per session-hour of active runtime. For short tasks, this adds minimal cost. For long-running workflows that would otherwise require significant engineering investment to build and operate, the economics are likely favorable for most enterprise teams.
Who’s Already Using It
Early adopters include Notion, whose product team used Managed Agents to consolidate project assets, create Slack channels, research competitor websites, and send emails with project timelines โ all from a single agent prompt. Asana, Rakuten, Sentry, and Vibecode are also among the launch partners. These are companies that had tried to build agent infrastructure themselves and hit the operational complexity wall that Managed Agents is designed to eliminate.
The Strategic Picture for Anthropic
This launch marks a meaningful shift in Anthropic’s positioning. The company has built its reputation on model quality and safety, selling API access to Claude. Managed Agents moves it further up the stack โ from model provider toward full-stack enterprise AI platform, competing directly with Microsoft Azure’s managed agent capabilities and Google’s Vertex AI Agent Builder.
The timing is deliberate. Anthropic’s run-rate revenue recently crossed $30 billion โ up from $9 billion at the end of 2025 โ driven almost entirely by enterprise API usage. The companies driving that growth aren’t using Claude for chat. They’re embedding it in production workflows. Managed Agents makes that deployment significantly easier, which increases Claude’s stickiness in those workflows and raises switching costs for customers who build on top of the managed infrastructure.
What’s Still Early
Multi-agent coordination โ where agents delegate tasks to other agents โ is currently in research preview, meaning it may change between releases and shouldn’t be treated as production-stable. The self-evaluation feature, where Claude iterates toward success criteria you define, is also in research preview. Both are the most interesting features for complex use cases, and both carry a caveat about stability that enterprise teams should weigh carefully before building on them.
Managed Agents is also currently available only on the Claude Platform directly โ organizations that have standardized on AWS Bedrock or Google Vertex AI cannot access it through those channels yet. Anthropic has not announced timelines for third-party cloud provider support.
Conclusion
Claude Managed Agents is Anthropic’s clearest move yet into the enterprise infrastructure layer โ and its most direct answer to the question of why AI agents haven’t scaled beyond proof-of-concept in most organizations. Browse our full directory to explore Claude and the broader ecosystem of AI coding and automation tools that are reshaping enterprise workflows.