Skip to main content

Full Sandbox egress firewall now available on Hobby plan

By Steven Van ·

All Vercel Sandbox firewall features are now available on the Hobby plan.

Vercel announced Full Sandbox egress firewall now available on Hobby plan on August 5, 2026.

What changed

All Vercel Sandbox firewall features are now available on the Hobby plan. This brings the same network isolation that protects production workloads to the free tier, giving Hobby builders control over exactly what leaves the sandbox while keeping secrets out of the code entirely. Because the firewall attaches secrets to outbound requests itself, sandboxed code can call authenticated services like AI Gateway without ever seeing the token. Define allow-all, deny-all, or custom network policies with domain and IP-based rules, using matchers to scope each rule by path, method, query string, or headers. Custom policies can safely broker credentials or proxy requests through infrastructure you control. To get started, pass a networkPolicy when you create a sandbox. The Sandbox CLI manages the same policies, letting you update them live without restarting the sandbox. Network policies reduce data exfiltration risk when running untrusted or AI-generated code. Learn more in the Sandbox firewall documentation. Read more

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Full Sandbox egress firewall now available on Hobby plan on Creators Toolbox