microsandbox
local + cloud
vercel sandbox
managed firecracker microvms [1]
isolation
hardware-isolated microvm · its own kernel
firecracker microvm · dedicated kernel [1]
environment
oci images from standard registries
built-in runtimes or imported oci images [1]
network firewall
by default, sandboxes can reach the public internet. private, host-local, link-local, and metadata destinations are blocked. egress can be reduced to an allowlist or disabled entirely. in the cloud, the non-public block cannot be lifted, even by you.
runtime-updatable domain and cidr rules; cidr covers non-tls traffic [2]
credential and proxy rules
credentials are destination-bound. the sandbox works with a placeholder; the real value is substituted host-side into supported intercepted outbound requests, only for destinations on your allow-list. an approved destination still receives the real credential and could reflect or misuse it, so scope your allow-lists accordingly.
header transforms plus beta request forwarding and matcher-based filtering [4]
billing model
local execution is free · private beta pricing is published
active-cpu billing excludes time waiting on i/o [3]
where it runs
local runtime · private beta. access is by request.
vercel's managed platform [1]
programming model
embeddable runtime · rust, typescript, python, go, and cli
sandbox sdk and cli connected to a vercel project [1]
license
apache 2.0
managed service with open-source sdk and cli [1]