Drives for Vercel Sandbox are now in public beta
Vercel Sandbox Drives now in public beta—persistent storage for agent workspaces and multi-run datasets.

Why it matters
Vercel is shipping infrastructure for agents to persist state across sandbox instances, directly enabling use cases like agent memory and reusable datasets. Practitioners building on Vercel can now architect stateful agent workflows without external storage.
The key facts
17 to knowDrives available on Hobby, Pro, Enterprise tiers
Persistent storage mounted as filesystem directory
Reusable across sandbox instances and runs
Single read-write mount; concurrent read-only snapshots supported
Up to 4 Drives per sandbox at separate paths
Default 1 TiB max (1 GiB on Hobby), configurable to 16 TiB
Pricing: $0.05/GB-month storage, $0.0015/GB reads, $0.004/GB writes in iad1
Hobby tier includes 15 GB storage, 30 GB reads/writes monthly
Regional isolation: Drives locked to creation region
Drives available in public beta across Hobby, Pro, Enterprise tiers
Persistent storage mounted as filesystem; survives sandbox shutdown
One read-write mount per Drive; multiple read-only snapshots for concurrent access
Up to 4 Drives per sandbox, up to 16 TiB configurable (default 1 TiB)
Pricing: $0.05/GB-month storage (iad1); $0.0015/GB reads; $0.004/GB writes
Hobby tier includes 15 GB storage, 30 GB reads, 30 GB writes/month
Designed for agent workspace preservation, on-disk memory, dataset/model/dependency reuse
Regional locking: Drives stay in creation region; sandboxes must run same region
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Drives for Vercel Sandbox are now available in public beta on Hobby, Pro, and Enterprise. A Drive is persistent storage that you mount as a directory in a Vercel Sandbox. It isn’t tied to a single sandbox, so you can reuse the same Drive across runs and different sandbox instances. Use Drives to…
