Drives for Vercel Sandbox: persist the workspace, not the run

Vercel put Drives for Sandbox in public beta on 22 September 2026. The useful part is not a bigger temporary disk. It is a durable volume you create once, mount into a sandbox, and still have after that sandbox is gone.
That split matters if you are running coding agents. A sandbox is a good place to execute a task. It is a bad place to be the system of record for the checkout, the installed dependencies, and the files the agent just wrote. Kill the sandbox and that disk goes with it. The next run starts from an empty tree unless you rebuild it from git, a tarball, or some side store you operate yourself.
This is an excerpt. Read the full post at otf-kit.dev/blog/vercel-sandbox-drives-agent-workspace — full-stack kits your AI coding agent can actually ship to production. Browse the kits →
