Live from Code with Claude London: we're launching self-hosted sandboxes (public beta) and MCP tunnels (research preview) in Claude Managed Agents. Run agents inside your own perimeter, with your security controls applied by default.
Claude announces the public beta of self-hosted sandboxes and research preview of MCP tunnels within Claude Managed Agents, enabling runs inside user infrastructure under existing security controls
AI Judge changed title after evaluation, original title: "Claude announces public beta of self-hosted sandboxes and MCP tunnels preview for Managed Agents"
Features were presented at Code with Claude London with Cloudflare and Modal support.
Many users praised Claude's self-hosted sandboxes and integrations like Cloudflare for enabling secure enterprise agent execution with their own controls, while some raised concerns about management burdens, trust, and new cost risks.

How would this work with Vercel?
Vercel Sandbox powers self-hosted execution for Claude Managed Agents by running tool calls like run_shell and read_file in fresh, isolated microVMs per session. ¹ Anthropic retains the core agent loop, memory, and state while Vercel handles a webhook-driven control plane that polls work, acknowledges it, and spawns sandboxes with credential brokering and session-scoped network policies. ¹
Setup uses a Next.js app with `@vercel/sandbox@beta`, a self-hosted Anthropic environment, and a runner script inside a prebuilt snapshot.

Can you link me to the page where I can start playing with this?
Start here: https://platform.claude.com/docs/en/managed-agents/quickstart (includes the self-hosted sandboxes section). ¹
Log into the Claude Platform console at platform.claude.com to create a self-hosted environment and run your first agent session.






