Technology RadarTechnology Radar

Claude Managed Agents

agentmulti-agentworkflow
Assess

Claude Managed Agents is Anthropic's hosted orchestration layer for production AI agents — launched April 8, 2026 in public beta. It provides sandboxed code execution, checkpointing, credential management, scoped permissions, and end-to-end tracing as managed infrastructure, so teams can go from prototype to production without building those primitives themselves.

This is the direct Anthropic answer to the known limitations of Claude Code Agent Teams — particularly the lack of session resumption, limited observability, and no persistence across disconnections.

What It Is

Claude Managed Agents exposes a suite of composable APIs hosted on the Claude Platform. The built-in orchestration harness handles when to call tools, how to manage context, and how to recover from errors. Agents run in sandboxed environments with persistent memory, allowing them to retain context across interactions and complete multi-step tasks without any user-built orchestration plumbing.

Key capabilities at launch:

Capability What It Provides
Sandboxed execution Isolated runtime per agent; code executes in a contained environment
Checkpointing Agent state persists across sessions; long-running tasks survive disconnections
Credential management Secure, scoped credential injection — no manual secret handling
Scoped permissions Fine-grained tool and resource access controls per agent
End-to-end tracing Full observability into agent decisions, tool calls, and outputs
Long-running sessions Autonomous operation for hours; progress persists even if client disconnects

How It Compares to Claude Code Agent Teams

Claude Code Agent Teams (experimental, v2.1.32+) is the local, developer-facing multi-agent feature. Managed Agents is the cloud-native, API-first production equivalent. They target different scenarios:

Dimension Claude Code Agent Teams Claude Managed Agents
Deployment Local terminal / desktop Cloud-hosted API
Session resumption Not supported Checkpointed and resumable
Observability Hook events only End-to-end tracing built in
Persistence Context window only Persistent memory across sessions
Long-running tasks Bounded by terminal session Hours of autonomous operation
Sandboxing Application-level permissions Managed sandboxed environment
Multi-agent coordination Task list + mailbox (file-based) Research preview (separate access request)
Cost API tokens only API tokens + $0.08/session-hour
Target user Developer, in-project interactive work Team, production integration, API consumers

Memory (Public Beta, April 23, 2026)

Anthropic added persistent cross-session memory to Managed Agents in a public beta two weeks after launch. Memory stores agent knowledge as files on a managed filesystem — accessible via API or the Claude Console. Key properties:

  • Filesystem-backed: memories are files you can export, inspect, and edit directly
  • Scoped permissions: per-agent memory isolation with organization-level governance
  • Audit trail: all memory reads and writes are logged, with rollback and redaction via API
  • Opt-in: agents only access memory when explicitly configured to do so

Early adopters: Netflix, Rakuten, Wisedocs, Ando — Wisedocs reports a 97% reduction in first-pass errors and 30% speed increase in document verification workflows (per Anthropic). Results are from named but unvalidated case studies; independent benchmarks are not yet available.

Known Limitations (Public Beta)

  • Multi-agent coordination is still research preview — the feature that most directly parallels Agent Teams (spawning and coordinating multiple agents) requires a separate access request and is not GA
  • Priced per session-hour — $0.08/active session-hour on top of standard token rates; cost can accumulate for long-running workflows
  • No self-hosted option — unlike LangGraph or Google ADK, this is cloud-only; regulated industries with data-residency requirements may not qualify

Why Assess (Not Trial)

Managed Agents launched April 8, 2026 in public beta. The core capabilities — checkpointing, sandboxing, tracing, and now cross-session memory — are compelling and directly address documented Agent Teams pain points. But multi-agent coordination (the most powerful scenario) is still in research preview. The pricing model for long-running agents needs real-world validation beyond vendor-provided case studies. Revisit for Trial once multi-agent coordination reaches GA and early adopter cost-of-ownership data is publicly available.

Relationship to Other Orchestrators

  • Claude Code — Agent Teams is the local multi-agent feature; Managed Agents is the cloud complement. They are not mutually exclusive — Agent Teams is for interactive development, Managed Agents for production deployment.
  • LangGraph — Trial. Build-your-own with the highest control and checkpointing maturity; model-agnostic. Managed Agents is a buy option if you want to skip building the infrastructure.
  • Microsoft Agent Framework — Now at GA (April 3, 2026). Also supports checkpointing and pause/resume, model-agnostic, .NET + Python. Better fit for Azure-committed enterprises.
  • Google ADK — Event-driven, model-agnostic orchestration; strong A2A and MCP integration; deploy to Cloud Run or Vertex AI. See the ADK architecture teardown. Managed Agents is more opinionated but less infrastructure work.

Sources