ToolsThe story, in brief

Sandbox persistence is now GA

Vercel's persistent sandboxes are now GA — developers can finally stop managing snapshots manually.

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 shipping a developer infrastructure feature that reduces operational overhead for AI/ML workflows and software development environments. Persistent sandbox state with automatic snapshot management lowers friction for teams building with AI agents and collaborative coding tools.

The key facts

17 to know
  1. Sandbox persistence enabled by default in Sandbox.create()

  2. Automatic session spin-up/down without workflow interruption

  3. Durable, customizable sandbox names for project reference

  4. New methods: Sandbox.fork(), Sandbox.getOrCreate(), Sandbox.delete()

  5. Snapshot storage billed separately from compute; opt-out available via --non-persistent flag

  6. Lifecycle hooks (onCreate, onResume) for create, get, getOrCreate

  7. Custom tags for multi-tenant sandbox tracking

  8. GA release as of May 26, 2026

  9. Sandbox persistence now GA (generally available)

  10. Automatic filesystem state save/restore between sessions

  11. Persistence enabled by default

  12. Named, durable sandboxes with retrieve/resume capability

  13. Separate storage billing for snapshots

  14. New API methods: Sandbox.fork(), Sandbox.getOrCreate(), Sandbox.delete()

  15. Lifecycle hooks: onCreat, onResume for create, get, getOrCreate

  16. Tags feature for multi-tenant tracking

  17. Opt-out available via --non-persistent flag for ephemeral workloads

Go to the source

Vercel Blogvercel.com

Publisher excerpt: now automatically save and restore filesystem state between sessions. Persistence is on by default, meaning no snapshots to manage or state to track manually.Vercel Sandboxes Each sandbox has a durable, that acts as a unique reference in your project. You can create, retrieve, or resume a sandbox…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools