
Run Claude Managed Agents with Vercel Sandbox
Quick Answer
Vercel now supports running Claude Managed Agents in its Sandbox, allowing users to execute agent tool calls on their existing infrastructure.
Quick Take
Vercel now supports running Claude Managed Agents in its Sandbox, allowing users to execute agent tool calls on their existing infrastructure. Each session is isolated in a Firecracker microVM, ensuring enterprise-grade security and low-latency connectivity to private networks.
Key Points
- Claude Managed Agents include model, harness, tools, and session state.
- Each agent session runs in an isolated Firecracker microVM.
- Enterprise-grade security and performance for over 1 billion Vercel deployments.
- Credential brokering at the firewall prevents secrets from entering the sandbox.
- Low-latency connectivity to private networks and cloud workloads.
📖 Reader Mode
~1 min read1 min read
You can now run Claude Managed Agents with Vercel Sandbox.
Claude Managed Agents handles the model, harness, tools, and session state. Self-hosting lets you bring the execution environment, so an agent's tool calls run on your existing Vercel infrastructure with your private APIs, internal services, and customer data.
Each agent session runs in its own isolated Firecracker microVM, using the same infrastructure that powers 1B+ Vercel deployments with enterprise-grade security, availability, and performance.
What you get:
A managed agent loop from Anthropic, including the model, harness, tools, and session state
A Vercel function control plane that spawns a sandbox per session
Firecracker microVM isolation per session, with millisecond startup
Credential brokering at the firewall, so secrets never enter the sandbox
Deny-by-default egress with a domain allowlist
Low-latency connectivity to your private network and cloud workloads
Learn more in the Vercel Sandbox docs, or follow the step-by-step guide for a reference implementation.
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

