telexed ~ c / ddb23176-a09radar:80 · infra_saasLIVE
← back
NO.
#ddb23176
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-18 23:01:00
Importance
★ 8/10 — radar 80
`Vercel Sandbox` Now Runs `Claude Managed Agents`
FIG-4121:1

`Vercel Sandbox` Now Runs `Claude Managed Agents`

Agent tool calls can run inside isolated Vercel microVMs while secrets stay outside the sandbox. Useful for production agent features that need private APIs and tighter network control.

[ KEY POINTS ]
  1. Claude Managed Agents provides the model, harness, tools, and session state; Vercel supplies the execution environment for self-hosted tool calls.
  2. Each session gets its own Firecracker microVM with millisecond startup, making per-user agent isolation practical.
  3. Credential brokering happens at the firewall, so secrets do not enter the sandbox. This is the right default for customer-data workflows.
  4. Deny-by-default egress with a domain allowlist reduces blast radius when agents call tools or browse controlled services.
Originalvercel.com/changelog/run-claude-managed-agents-with-vercel-sandboxRead original →

// related