Overview
On May 19, 2026, Anthropic added two extensions to Claude Managed Agents: self-hosted sandboxes (public beta) and MCP tunnels (research preview). The agent orchestration loop continues to run on Anthropic’s infrastructure, while sensitive operations — file access, code execution, external service calls — can be kept inside the customer’s security perimeter, either in their own infrastructure or with a managed sandbox provider.
Key features
-
Self-hosted sandboxes — tool execution in your infrastructure or with a managed provider
Tool execution for Managed Agents previously ran inside Anthropic’s infrastructure, which limited adoption in regulated industries and organizations whose policies require sensitive data to stay inside their own perimeter. With this release, tool execution can run on (1) your own infrastructure or (2) a managed sandbox provider, while the orchestration loop remains on Anthropic infrastructure.
Launch partners and their characteristics:
Provider Characteristics Live example Cloudflare microVMs and isolates with zero-trust secrets injection and customizable proxies for egress control Amplitude — Design Agent Daytona Full, composable, stateful computing environments via SSH or authenticated preview URLs, with state preservation Clay — Sculptor GTM agent Modal Cloud platform for AI workloads with sub-second startup and scaling to hundreds of thousands of concurrent sandboxes, on-demand CPU and GPU — Vercel VM-grade isolation with VPC peering and millisecond startup times Rogo — institutional finance analyst agent -
MCP tunnels — private MCP servers reachable without public exposure
Connecting agents to internal databases, APIs, knowledge bases, and ticketing systems used to require exposing those services to the public internet or building a custom proxy. MCP tunnels run a lightweight gateway on your network that makes a single outbound connection, with traffic “encrypted end to end” and no inbound firewall rules required.
MCP tunnels are managed through workspace settings in the Claude Console by organization admins.
Notes
- Rollout status: self-hosted sandboxes are in public beta; MCP tunnels are in research preview and require an access request. Both ship on the Claude Platform and are opt-in additions to an existing Managed Agents workspace.
- Orchestration vs. execution split: the agent’s planning and decision loop continues to run on Anthropic infrastructure. What’s separated is the execution layer — tool calls, sandboxed file access, external service interaction.
- MCP tunnels security model: no new inbound ports. The gateway makes a single outbound connection and encrypts traffic end to end, so a private MCP server can stay off the public internet while still being callable from an agent.
- Live examples cited: Amplitude on Cloudflare, Clay on Daytona, and Rogo on Vercel are the partner-customer pairings Anthropic named, useful as reference points when evaluating which provider fits your workload.
- Documentation: setup docs, cookbooks, and agent deployment tools are available in the Claude Console (
platform.claude.com), per the announcement.