Vercel Sandbox now accepts environment variables at creation
Vercel Sandbox now auto-inherits environment variables across multi-step AI workflows — faster setup for agents building and deploying.

Why it matters
Vercel is quietly shipping developer experience improvements that matter for AI agents and multi-step automation. Environment variable inheritance at sandbox creation reduces friction for deployment pipelines that LLM agents increasingly rely on.
The key facts
9 to knowVercel Sandbox CLI and SDK now support environment variables at creation time
Variables automatically available to all runCommand calls
Per-command overrides still supported for granular control
Targets multi-step workflows: dependency installation, builds, dev server startup
Update available via npm i @vercel/sandbox
Environment variables now available at Sandbox creation time
Variables automatically inherited by all runCommand calls
Per-command env overrides still supported
Targets multi-step process automation (deps, build, dev server)
Go to the source
Vercel Blogvercel.com
Publisher excerpt: The Vercel Sandbox and now support setting environment variables at sandbox creation that are automatically available to every command.SDKCLI When running multi-step processes in a like installing dependencies, building a project or starting a dev server, each step often needs the same environment…
