proomt

Search

Search posts, papers, and topics

All posts

VercelTom Lienard2 min readrelease notesintro

Drives for Vercel Sandbox are now in public beta

Summary

Vercel launched Drives for Sandbox in public beta, offering persistent, mountable storage that can be reused across sandbox runs. Drives support one read‑write mount and snapshot‑based read‑only sharing, with size limits and per‑GB pricing.

  • Drives give persistent, mountable storage for Vercel Sandbox that survives sandbox termination.
  • Only one read‑write mount is allowed; use `workspace.snapshot()` to create read‑only snapshots for concurrent sandboxes.
  • A sandbox can mount up to four Drives; default size is 1 TiB (1 GiB on Hobby) and can be increased to 16 TiB.
  • Pricing is $0.05/GB‑month storage, $0.0015/GB reads, $0.004/GB writes (region‑specific); Hobby includes 15 GB storage and 30 GB read/write quotas.

Vercel Sandbox users who need persistent, shareable storage across runs should know about Drives.

5/10

Related reading

  1. Share Vercel Container Registry repositories across teams

    Vercel added read‑only sharing of Container Registry repositories across teams, allowing any team to pull images from a shared repo. The sharing is managed through the dashboard or Vercel CLI and can be used in Vercel Sandbox with a team‑scoped image reference.

    Vercelvercel.com1 minrelease
  2. Vercel Sandbox now supports Devin Outposts

    Vercel Sandbox adds support for Devin Outposts, letting each AI agent session run in an isolated microVM with snapshot state and firewall controls. Teams can deploy via a provided quickstart and get automatic credential handling.

    Vercelvercel.com1 minrelease
  3. Vercel WAF for Blob is now generally available

    Vercel has made its Web Application Firewall for Blob storage generally available. It lets you add edge‑evaluated IP, country, and path rules to block or rate‑limit traffic to stored objects without changing code, helping cut unwanted bandwidth and costs.

    Vercelvercel.com1 minrelease
  4. Run Terminal-Bench and other Harbor evals on Vercel Sandbox

    Vercel now supports running Harbor benchmarks, like Terminal‑Bench, inside its Sandbox using Firecracker microVMs. The integration with AI Gateway lets you benchmark multiple models by swapping the `--model` flag, scaling concurrency with `--n-concurrent`.

    Vercelvercel.com1 minrelease
  5. Full Sandbox egress firewall now available on Hobby plan

    Vercel added full Sandbox egress firewall capabilities to the Hobby plan, letting you define allow/deny network policies and attach secrets to outbound requests. You can configure policies via code or the Sandbox CLI, reducing data exfiltration risk for low‑cost projects.

    Vercelvercel.com1 minrelease
  6. Secure Compute and Static IP builds start 64% faster

    Vercel’s Secure Compute and Static IP builds now start 64% faster by using prewarmed containers, cutting the time from deployment creation to build start from 6.7 s to 2.4 s. The change is automatic and requires no user action.

    Vercelvercel.com1 minrelease