AI Briefing
KO

Run Claude Managed Agents on Vercel Sandbox

·2026.05.19 08:01

Key point

Claude Managed Agents can now run on Vercel Sandbox.

Details

Anthropic's Claude Managed Agents can now run on Vercel Sandbox. Anthropic manages the agent loop, including the model, harness, tools, and session state, while Vercel handles the execution environment, so the agent's tool calls run on existing Vercel infrastructure.

Each session runs inside an isolated Firecracker microVM. The same infrastructure backs 1B+ Vercel deployments, providing the security, availability, and performance needed for workloads that touch internal APIs, internal services, and customer data.

The provided configuration includes the following:

  • managed agent loop: Anthropic handles the model, harness, tools, and session state
  • Vercel function control plane: creates a sandbox for each session
  • Firecracker microVM isolation: per-session isolation with millisecond startup
  • credential brokering: brokers credentials at the firewall boundary so secrets never enter the sandbox
  • deny-by-default egress: restricts outbound communication via a domain allowlist
  • low-latency connectivity: low-latency connections to private networks and cloud workloads

A reference implementation can be found in the step-by-step guide and the Vercel Sandbox documentation.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.