Drives for Vercel Sandbox in Private Beta
Vercel Sandbox now supports persistent, attachable storage called Drives with a lifecycle independent from sandboxes. Drives can be mounted at a configurable path when starting a sandbox and remain available to attach to later sandboxes, enabling use cases like agent workspaces and retaining repositories and build outputs.
now supports drives in private beta. Drives are persistent, attachable storage with a lifecycle independent from any sandbox.Vercel Sandbox
Create a drive once, then mount it at a configurable path when starting a sandbox. When the sandbox stops, the drive remains available to attach to a later sandbox.
Install the beta () or beta (), then create and mount a drive:SDKCLI@vercel/sandbox@betasandbox@beta
Sandbox Drives are useful for:
During the private beta, a drive can be mounted read-write by one sandbox at a time. Sandbox drives should not be used for production data while in private beta.
Sign up to join the waitlist, and learn more in the .heredocs
Keeping agent workspaces across disposable sandboxes
Retaining cloned repositories, dependencies, and build outputs
Managing data independently from the sandbox lifecycle
Source: original entry ↗