Vercel Sandboxes now supports automatic persistent filesystem state that saves and restores between sessions, with a GA release.
- •Persistence is enabled by default, eliminating the need for manual snapshot management
- •Each sandbox has a customizable unique name for identification, creation, retrieval, and resumption
- •Non-persistent mode available for ephemeral workloads to reduce storage costs and billing
- •New methods: fork() for creating from existing sandboxes, getOrCreate() for idempotent operations, and delete() for permanent removal
- •Additional features include lifecycle hooks (onCreate, onResume), custom tags for multi-tenant tracking, and enhanced stop() method with metadata and usage metrics
This summary was automatically generated by AI based on the original article and may not be fully accurate.