Vercel Sandbox now supports Drives in private beta — persistent, attachable storage with a lifecycle independent from any sandbox. You can create a drive once and mount it at a configurable path when starting a sandbox; when the sandbox stops, the drive persists and can be reattached later. The feature is useful for keeping agent workspaces, retaining cloned repos and build outputs, and managing data independently from sandbox lifecycles. Available via the beta SDK (@vercel/sandbox@beta) or CLI. Currently limited to one read-write mount per sandbox at a time; not recommended for production data during beta.
4K Impressions