Claude Managed Agents
A Claude capability for managed agents with an optional sandbox. It is relevant to AI PMs evaluating agent loop boundaries and safe execution environments.
Key Highlights
- Claude Managed Agents is Anthropic's managed platform for building and deploying production-grade Claude-powered agents.
- Its feature evolution has focused on memory, orchestration, scheduling, secrets management, and secure execution options.
- The optional sandbox model is especially relevant for AI PMs evaluating agent loop boundaries and trust architecture.
- Self-hosted sandboxes and MCP tunnels make the product more viable for enterprise and security-sensitive deployments.
- For PMs, the main value is faster agent operationalization without fully owning orchestration and runtime infrastructure.
Claude Managed Agents
Overview
Claude Managed Agents is an Anthropic-operated agent platform for building, deploying, and running Claude-powered agents with managed orchestration, tool use, and optional execution environments. Across newsletter coverage, it appears as a core part of the broader Claude Platform and is positioned for teams that want production-ready agent workflows without stitching together every loop component themselves. Capabilities mentioned over time include memory, multi-agent orchestration, code execution, web search, scheduled runs, vault-based environment variables, self-hosted sandboxes, and MCP tunnels.For AI Product Managers, Claude Managed Agents matters because it sits at an important design point between raw model APIs and fully bespoke agent infrastructure. It gives PMs a way to evaluate how much of the agent loop should be managed by a platform versus owned by the product team, while also offering flexibility around execution safety. The optional sandboxing model is especially notable: it lets teams separate agent orchestration from secure runtime execution, which is useful when evaluating trust boundaries, compliance requirements, and production deployment patterns.
Key Developments
- 2026-04-24: Claude launched a public beta of Memory for Claude Managed Agents, adding an intelligence-optimized memory layer so agents could learn from prior sessions.
- 2026-05-07: Anthropic announced new capabilities for dreaming, outcomes, and multi-agent orchestration, expanding support for more complex coordinated agent workflows.
- 2026-05-12: Claude Managed Agents was introduced as an Anthropic-operated service for building and deploying agents at scale, with features including advisor strategy, code execution, web search, and feature parity with new native Claude API capabilities.
- 2026-05-19: Anthropic announced self-hosted sandboxes and MCP tunnels, aimed at more secure, private, and flexible deployment and connectivity options.
- 2026-05-20: Self-hosted sandboxes entered public beta and MCP tunnels entered research preview, enabling teams to run agents within their own security perimeter while keeping managed controls.
- 2026-06-10: Claude Managed Agents added scheduled runs and vault-based environment variables, improving production orchestration and secrets management.
- 2026-06-11: Anthropic highlighted public beta support for scheduled deployments and vault-based environment variables, alongside broader workflow improvements in Claude Code.
- 2026-09-17: Commentary from Thariq emphasized that Claude Managed Agents strikes a strong balance by making the sandbox optional and independent from the rest of the agent loop, validating its flexibility for tool-calling and secure execution designs.
Relevance to AI PMs
1. Evaluate agent loop ownership and platform boundaries. Claude Managed Agents helps PMs decide which parts of planning, memory, orchestration, tool use, and execution should be managed by a vendor versus implemented internally. This is useful when scoping MVPs versus long-term platform strategy.2. Design safer execution architectures. The combination of optional sandboxes, self-hosted sandboxes, and MCP tunnels gives PMs concrete options for separating reasoning from runtime execution. That matters when defining security reviews, enterprise deployment requirements, and approval paths for tools that can run code or access internal systems.
3. Operationalize agents in production. Features like scheduled runs, vault-based environment variables, and multi-agent orchestration are directly relevant to PMs planning recurring workflows, secret handling, environment management, and production reliability. These are often the difference between an impressive demo and a maintainable shipped product.
Related
- claude: The underlying model family powering managed agent experiences.
- anthropic: The company behind Claude Managed Agents and the broader Claude Platform.
- claude-code: A related Anthropic product surface for developer workflows; newsletter mentions connect Managed Agents updates with Claude Code improvements such as dynamic workflows and agent views.
- mcp: The Model Context Protocol is relevant because Managed Agents added MCP tunnels, extending how agents connect to tools and external systems.
- mcp-tunnels: A connectivity feature announced for Claude Managed Agents to support more secure and flexible access to external resources.
- agentic-surfaces: A related design concept covering how agent experiences are exposed in products and interfaces; Anthropic content linked Managed Agents to broader thinking on agentic surface design.
Newsletter Mentions (8)
“Thariq said Claude Managed Agents strikes the right balance by making its sandbox optional and independent of the rest of the agent loop.”
#12 𝕏 Thariq said Claude Managed Agents strikes the right balance by making its sandbox optional and independent of the rest of the agent loop. They recently ported an old bash tool-calling project to it, and it worked well.
“Claude launched public beta for scheduled deployments and vault-based environment variables in Claude Managed Agents, and brought dynamic workflows in Claude Code to general availability—enabling agents to run on schedules, use tools securely, and tackle more complex tasks.”
GenAI PM Daily June 11, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 25 insights for PM Builders, ranked by relevance from X, Blogs, and YouTube. Google DeepMind launches Diffusion-GEMMA for 8× faster inference #1 𝕏 Google DeepMind launched Diffusion-GEMMA, a diffusion-based text-generation model that parallelizes token sampling to cut inference latency by up to 8× while matching autoregressive quality. They’ve open-sourced the code and benchmarks for developers. #2 𝕏 Claude launched public beta for scheduled deployments and vault-based environment variables in Claude Managed Agents, and brought dynamic workflows in Claude Code to general availability—enabling agents to run on schedules, use tools securely, and tackle more complex tasks. #3 📝 OpenAI News Access OpenAI models and Codex through your Oracle cloud commitment - Announces that OpenAI models and Codex are available through Oracle Cloud commitments, enabling customers to access OpenAI's offerings via Oracle's cloud infrastructure. The announcement describes a partnership to broaden access options for enterprise users. #4 📝 Anthropic News Policy on the AI Exponential - Anthropic proposes two policies—a detailed Advanced AI Framework and an Economic Policy Framework—to govern rapidly advancing AI, with the Advanced AI Framework giving governments the legal authority to block or deter dangerous deployments, requiring frontier developers to test models, publish safety frameworks and regular risk reports, engage independent evaluators, secure model weights and training infrastructure, and face civil penalties tied to global annual revenue that escalate with repeated violations. The rules would apply to models trained with more than 10^25 FLOPs or developed by companies with >$500M in AI revenue or >$1B in AI R&D spend, cite examples like Claude Mythos Preview finding thousands of high‑severity vulnerabilities across major OSes and browsers, identify four catastrophic risks (biological, cyber, loss of control, automated R&D), and recommend resilience measures such as gene synthesis screening, biosurveillance, PPE stockpiles, hardening critical software, and a government function to track frontier cyber capabilities. Also covered by: @Anthropic #5 📝 Claude Code Blog The evolution of agentic surfaces: building with Claude Managed Agents - Examines how to design and build agent-driven interfaces using Claude Managed Agents, covering patterns for agentic surfaces, platform integrations, and developer workflows to deploy agentic experiences.
“New in Claude Managed Agents: run agents on a schedule and store environment variables in vaults - Claude Managed Agents now support scheduled runs and secure storage of environment variables in vaults, making production orchestration and secret management easier.”
This product announcement is explicitly about making agent-based workflows easier to run in production, with scheduling and secret management as the key improvements.
“Claude launched self-hosted sandboxes (public beta) and MCP tunnels (research preview) in Claude Managed Agents, enabling teams to run agents inside their own security perimeter with controls applied by default.”
#5 𝕏 Claude launched self-hosted sandboxes (public beta) and MCP tunnels (research preview) in Claude Managed Agents, enabling teams to run agents inside their own security perimeter with controls applied by default.
“Announcement introducing self-hosted sandboxes and MCP tunnels for Claude Managed Agents to enable more secure, private, and flexible deployments and connectivity.”
#5 📝 Claude Code Blog New in Claude Managed Agents: self-hosted sandboxes and MCP tunnels - Announcement introducing self-hosted sandboxes and MCP tunnels for Claude Managed Agents to enable more secure, private, and flexible deployments and connectivity. These updates aim to help teams run agent workloads in their own environments while maintaining management and orchestration via Claude.
“Claude launched Claude Managed Agents, an Anthropic-operated service for building and deploying agents at scale with features like advisor strategy, code execution, web search, and all new capabilities shipping the same day they hit the native Claude API.”
#5 📝 Claude Code Blog Introducing the Claude Platform on AWS - Announces the availability of the Claude Platform on AWS, enabling customers to deploy Claude Platform capabilities on Amazon Web Services for agents and enterprise use cases. #6 𝕏 Claude launched Claude Managed Agents, an Anthropic-operated service for building and deploying agents at scale with features like advisor strategy, code execution, web search, and all new capabilities shipping the same day they hit the native Claude API. #7 📝 Claude Code Blog Agent view in Claude Code - Introduces the new Agent view in Claude Code, a product announcement aimed at improving coding workflows and productivity by surfacing agent-specific context and controls within Claude Code.
“New in Claude Managed Agents: dreaming, outcomes, and multiagent orchestration - Announces new features for Claude Managed Agents focused on dreaming, outcomes, and multi-agent orchestration to help teams build, coordinate, and get agents to production faster.”
#2 📝 Claude Code Blog New in Claude Managed Agents: dreaming, outcomes, and multiagent orchestration - Announces new features for Claude Managed Agents focused on dreaming, outcomes, and multi-agent orchestration to help teams build, coordinate, and get agents to production faster. The update is positioned as a product announcement within the Claude Platform and Agents categories. #3 𝕏 NVIDIA AI unveiled TokenSpeed, an inference engine for speed-of-light agentic workloads featuring advanced KV cache management, a safe and efficient scheduler, and a pluggable layered kernel system for multi-silicon support.
“Claude launched a public beta of Memory on Claude Managed Agents, enabling agents to learn from every session with an intelligence-optimized memory layer that balances performance and flexibility.”
#4 𝕏 Claude launched a public beta of Memory on Claude Managed Agents, enabling agents to learn from every session with an intelligence-optimized memory layer that balances performance and flexibility. Also covered by: @Claude Code Blog #5 📝 Claude Code Blog New connectors in Claude for everyday life - Claude is adding new connectors that integrate common everyday apps and services to make Claude more useful for personal productivity and routine tasks.
Related
AI company building Claude and applied research systems. In this newsletter it is highlighted for life-sciences research, partner usage in outbreak response, and practical coding insights from its team.
Anthropic's coding assistant for agentic software development. It is referenced here as a baseline for coding productivity.
Anthropic's AI assistant and model family. It is shown here being used for scientific discovery, coding analysis, and outbreak-response support.
A protocol for connecting models and agents to external tools and context sources. The newsletter references browser/computer-use steering in a way that suggests related agent integration patterns.
Stay updated on Claude Managed Agents
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free