Sign InOpen Brain
VercelEngineering PostOfficial Source

Vercel Sandbox routing is now 18x faster globally

Vercel cut median Sandbox domain lookup latency from 62 ms to 3.4 ms by resolving domains from regional replicas. Agent sandboxes get the change automatically with no pricing change.

Vercel · Sep 8, 2026
Open Source Open MarkdownOpen JSON
Source Summary

Vercel now resolves Sandbox public domains from the nearest regional replica rather than one centralized store. **Median lookup latency fell from 62 ms to 3.4 ms**, an **18× reduction**.

Practical Implication

Builders running browser previews, callbacks, or agent-generated services on Sandbox domains get lower routing overhead automatically. No SDK migration or configuration change is described.

Agent-Ready Context
Vercel now resolves Sandbox public domains from the nearest regional replica rather than one centralized store. **Median lookup latency fell from 62 ms to 3.4 ms**, an **18× reduction**.

Builders running browser previews, callbacks, or agent-generated services on Sandbox domains get lower routing overhead automatically. No SDK migration or configuration change is described.

The largest reported gains are regional p99 figures—up to **112× in Sydney** and **146× in Cape Town**—so they should not be read as typical global latency. Process startup and application latency are outside this measurement.
Connected Context · Feed7 Judgment

This removes a specific infrastructure tax for public Sandbox endpoints by distributing domain resolution, benefiting previews, callbacks, and agent-hosted services without a described migration. It complements sandbox capability and isolation improvements, but the measurement is only routing lookup latency; it neither demonstrates faster process startup nor establishes lower end-to-end application latency.

Vercel AI Gateway and Vercel Sandbox now available on Hermes AgentHermes can use Sandbox as an opt-in execution backend; the routing change reduces lookup overhead for public endpoints created by that deployment choice without changing its runtime, linking, or OIDC prerequisites.How Sandstone grew 40x in 147 days on VercelSandstone uses preview deployments as part of an agent workflow, making lower public-domain routing overhead relevant to one concrete deployment pattern, while still leaving its missing end-to-end latency and reliability evidence unresolved.TencentCloud/CubeSandboxCubeSandbox’s cold-start claim measures sandbox creation, while Vercel measures domain lookup; the contrast prevents treating either number as a complete measure of time to a usable agent service.Scaling Managed Agents: Decoupling the brain from the handsManaged Agents reports improvement in time-to-first-token through harness–sandbox decoupling, whereas this change optimizes endpoint routing; they address distinct latency stages in hosted agent infrastructure.
Context Map
infracoding#sandboxing
Uncertainty
The largest reported gains are regional p99 figures—up to **112× in Sydney** and **146× in Cape Town**—so they should not be read as typical global latency. Process startup and application latency are outside this measurement.