You can now manage Vercel Sandbox directly from the Vercel CLI using the vercel sandbox command.
Create, manage and run sandboxes without leaving your terminal:
vercel sandbox create --name my-sandboxvercel sandbox run my-sandbox -- node script.jsvercel sandbox exec my-sandbox -- ls /vercel/sandboxvercel sandbox connect my-sandboxvercel sandbox listvercel sandbox stop my-sandboxCreate, run, and manage sandboxes from the terminal.
Update the Vercel CLI to v54.15.1 or later and run vercel sandbox to get started. Learn more in the Vercel Sandbox CLI documentation.