Claude Managed Agents

Anthropic

★★★★★

Anthropic's managed runtime for long-running Claude agents with tools, state, cloud environments, and packaged agent cookbooks.

Category deployment
Pricing Pay-per-use via the Claude API: model token charges plus $0.08 per session-hour runtime; standard web search charges apply inside sessions
Status beta
Platforms api, cloud
anthropic claude managed-agents runtime mcp containers automation
Updated July 6, 2026 Official site →

Overview

Freshness note: AI products change rapidly. This profile is a point-in-time snapshot last verified on July 6, 2026.

Claude Managed Agents are Anthropic’s API-side answer to the “I want agent behavior without building the whole harness myself” problem. Anthropic documents them as a pre-built, configurable agent harness that runs in managed infrastructure and is best suited to long-running, asynchronous work.

This is an infrastructure product, not the same thing as Claude chat, Claude Cowork, or Claude Code. If those products are user-facing work surfaces, Managed Agents are the developer-facing runtime for teams that want Claude to run tasks in cloud environments with tools, files, commands, and persisted session history. Anthropic’s May 2026 finance-agent launch made that split more concrete by shipping the same financial-services templates as Claude Code/Cowork plugins and Managed Agents cookbooks.

Key Features

The core model is deliberately operational. Anthropic splits the system into agents, environments, sessions, and events. That means you can define the model, prompt, skills, tools, and MCP servers once, then run sessions against Anthropic-managed cloud sandboxes or self-hosted sandboxes with network rules and preinstalled packages.

Anthropic’s official docs also make the runtime scope clear. Managed Agents can read and edit files, run bash commands, search or fetch the web, and connect to MCP servers. Session history is persisted server-side, which matters for long-running work and mid-run steering. The pricing docs also clarify that this is billed on two dimensions: model tokens plus session runtime at $0.08 per session-hour while the session is running; idle, rescheduled, and terminated time does not count.

Strengths

The main strength is that Anthropic is productizing the boring but hard part of agent systems: the harness, the environment, and the session lifecycle. If your team wants asynchronous agent execution but does not want to build its own loop, sandboxing, persistence, and orchestration stack, Managed Agents are a strong shortcut.

It is also a clean fit for organizations already standardizing on Claude through the API rather than through chat-only workflows. The newer connector and MCP-app expansion is especially relevant for teams that need governed access to business systems instead of loose file uploads.

Limitations

Claude Managed Agents are still in beta and require the managed-agents-2026-04-01 beta header, although Anthropic documents access as enabled by default for API accounts. MCP tunnels and persistent-memory-adjacent features remain narrower research-preview areas, so the “full production runtime” story is not finished yet.

This is also not the lowest-control path. You gain managed infrastructure, but you still need to design environments, tool access, and review patterns carefully. Sessions are stateful and store conversation history, sandbox state, and outputs server-side, and Anthropic says Managed Agents is not currently eligible for Zero Data Retention or HIPAA BAA coverage.

Practical Tips

Use Managed Agents when the work is long-running enough that a simple Messages API loop becomes annoying to maintain. Good fits include research pipelines, support or ops automation, multi-step internal tooling, and workflows where server-side state and containerized execution matter.

Keep environments narrow, treat MCP access as an explicit governance choice, and watch runtime cost separately from token cost. Anthropic’s pricing is clear enough that you can budget both dimensions upfront instead of pretending agent runtime is “just model tokens.” For sensitive workloads, evaluate the stateful-history and data-retention posture before moving past prototypes.

Verdict

Claude Managed Agents are one of the stronger new infrastructure launches in the current agent market. They are best for teams that want Claude-based autonomous workflows with less runtime scaffolding to build themselves, but still want the operational control of API-level development rather than a consumer app surface.