Anthropic wants enterprises to stop building the boring part of AI agents.
The company launched Claude Managed Agents on Wednesday, a hosted platform that handles the infrastructure work that makes agents actually production-ready: secure sandboxed containers where code runs in isolation, credential management, session state, and tool permissions. According to Anthropic's own documentation, the system provides an orchestration harness that calls tools, manages context, and recovers from errors without the developer having to wire any of it together themselves.
The pitch is time. "Go from prototype to launch in days rather than months," the announcement reads. In internal testing on structured file generation tasks, Managed Agents showed a 10-point improvement in task success rates compared to a standard prompting loop, with the biggest gains on the hardest problems. Early customers including Notion, Rakuten, Sentry, Asana, and Vibecode have deployed agents for product, sales, and engineering workflows. Rakuten reportedly got each specialist agent running within a week.
The price and what it includes
Managed Agents charges $0.08 per session hour on top of standard token rates. For a long-running agent that burns through context at speed, that session-hour fee accumulates quietly. The token component means costs scale with output length and model size, not just uptime. Anthropic does not publish rate cards in the announcement, which makes the time-to-production claim hard to put in cost terms: you ship faster, but the per-task compute cost is opaque until you run it.
The infrastructure lock-in
The system runs exclusively on Anthropic's own servers. It is not available through Amazon Bedrock or Google Vertex AI, the two other major paths to Claude models in enterprise environments. For companies running multi-cloud infrastructure, this is a meaningful constraint: adopting Managed Agents means committing your agent workloads to Anthropic's infra stack, with no path to portability.
This is a deliberate choice. By owning the entire stack from model to agent harness to execution environment, Anthropic controls the performance characteristics and can offer guarantees about sandboxing and state management that a shared platform cannot. It also means Anthropic absorbs the operational complexity that usually falls on the customer. The tradeoff is vendor lock-in in a market where enterprises have spent years trying to avoid exactly that.
Anthropic's head of product for the Claude Platform, Angela Jiang, told Wired that the gap between what Claude models can do and what businesses actually use them for is wider than it should be. "Managed Agents enables any business to take the best-in-class infrastructure and deploy a fleet of Claude agents to do whatever work they need," Jiang said. The claim assumes best-in-class is synonymous with Anthropic-owned infrastructure, which is a framing question, not a technical fact.
Multi-agent coordination is not ready
One feature deserves attention precisely because it is not available yet. Multi-agent coordination, which lets agents spin up and direct other agents to parallelize work, is in research preview, per the announcement. Companies that want multi-agent orchestration cannot get it through Managed Agents today. They can sign up for a waitlist.
This matters because multi-agent coordination is often cited as the architecture that makes agentic workflows significantly more powerful than single-agent loops. Shipping a product where the headline feature is not actually shippable yet is standard practice in platform launches, but teams evaluating Managed Agents for current production workloads should know what is missing from the catalog.
The revenue context
Anthropic reported annualized recurring revenue above $30 billion, roughly triple its December 2025 figure, according to Wired. Both Anthropic and OpenAI are building out enterprise agent platforms as they prepare for potential public offerings. The agent infrastructure market is no longer theoretical: it is a revenue growth driver in its own right, and the competition to own the harness layer above the model is now explicit.
Managed Agents is available today in public beta for all Claude Platform API accounts. The full feature set including multi-agent coordination, self-evaluation, and memory management remains behind a waitlist.
The OpenClaw in the room
While Anthropic was building momentum for its agent platform, OpenClaw shipped patches for CVE-2026-33579, a privilege escalation vulnerability rated CVSS 8.1 to 9.8 depending on the metric. The flaw allows any user with pairing-level permissions — the lowest tier in an OpenClaw deployment — to silently approve a device pairing request that escalates to full administrative access. No secondary exploit is needed. Blink's analysis notes that a compromised admin device can then read all connected data sources, exfiltrate credentials stored in the agent's skill environment, and pivot to connected services.
OpenClaw has 347,000 GitHub stars and, per Blink's scan, roughly 135,000 instances were found exposed to the internet without authentication earlier this year. The patches landed March 29, 2026; the formal CVE listing arrived March 31, 2026. For enterprises evaluating agent platforms, the incident is a reminder that the infrastructure layer carries operational and security risk that the model layer does not.
What this means for builders
For teams that have been building agent infrastructure in-house, Managed Agents offers a credible alternative to continuing that investment. The question is what gets traded: Anthropic handles the operational complexity, but the deployment is no longer portable. For teams that need multi-cloud flexibility or already have agent infrastructure mature enough to be competitive, the lock-in cost may exceed the time savings.
The agent harness layer, once invisible plumbing, is now a product category that vendors are racing to own. What Anthropic is selling is opinionated infrastructure: this is how agents should run, and here is the platform that runs them. Whether that opinion matches yours is the decision every builder now has to make.