sandbox
Run untrusted code in isolated, persistent Linux microVMs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Vercel Sandbox?โผ
Run `npx skills add vercel/sandbox --all -g -y` in your terminal to install the skill globally, then add the SDK with `pnpm i @vercel/sandbox`.
How to run untrusted code safely?โผ
Vercel Sandbox executes code inside isolated Firecracker microVMs, so untrusted scripts never touch your local machine or production systems.
Do sandboxes persist between runs?โผ
Yes. Sandboxes are named and persistent by default, automatically snapshotting on stop and restoring the filesystem on the next resume.
Can I restrict network access in a sandbox?โผ
Yes. You can allow all traffic, deny all traffic, or define fine-grained domain and L7 request rules with credential brokering.
Can I use custom Docker images?โผ
Yes. Push any OCI image to the Vercel Container Registry and pass it to Sandbox.create to boot from your own environment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core