ToolsThe story, in brief

Vercel Sandbox supports forking

Vercel Sandbox now lets you fork environments in seconds—spin up isolated copies for multi-tenant apps, agent branching, and parallel testing without the setup tax.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel is lowering the friction for developers building AI agents and multi-tenant systems by enabling instant environment forking. This matters for teams scaling agent-based workflows and template-driven deployments where isolation and speed are critical.

The key facts

11 to know
  1. Vercel Sandbox.fork() now available via SDK and CLI

  2. Fork inherits config and environment variables from source

  3. Fork time equivalent to sandbox creation time

  4. Use cases: agent branching, per-tenant template copies, parallel setup variations

  5. Falls back to fresh create if source has no snapshot

  6. Published July 28, 2026

  7. Vercel Sandbox adds .fork() method

  8. Fork performance matches sandbox creation time

  9. Use cases: branching agents from shared base, per-tenant template copies, parallel setup variations

  10. Available in SDK and CLI

  11. Forks from latest saved state if source is running

Go to the source

Vercel Blogvercel.com

Publisher excerpt: now supports forking with .Vercel SandboxSandbox.fork() The fork starts from the source's current snapshot and inherits its config and environment variables. If the source is running, it forks the latest saved state, not the live in-memory state. If the source has no snapshot, it falls back to a…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools