Vercel Sandbox CLI is now available
Vercel launches a Sandbox CLI for managing isolated Node.js and Python compute environments, supporting file transfer, port forwarding, and workflow automation via tokens and environment variables.
We’ve introduced the Vercel Sandbox CLI, a command-line interface for managing isolated compute environments. Built on the familiar Docker CLI model, developers can now: Full reference now available in the .Sandbox CLI docs Read more Create and run sandboxes for Node.js () or Python () workloads.node22python3.13 Execute commands inside existing sandboxes.
Copy files between local and remote environments. List, stop, and remove sandboxes across projects and teams. Run interactively with support for , , and for port forwarding.--tty--interactive--publish-port Automate workflows via authentication tokens, environment variables, and timeouts.