Vercel Sandboxes now allow unique, customizable names
Vercel Sandboxes updates its beta SDK and CLI to support unique, customizable names for sandboxes, replacing ID-based identification and adding configuration management and session inspection.
created with the latest beta package will now have a unique, customizable name within your project, replacing the previous ID-based identification. Names make sandboxes easy to find and reference:Vercel Sandboxes The beta CLI adds configuration management and session inspection: Named sandboxes are the mechanism for identifying , which allows your session to be more easily identified for at both time of creation resumption.
automatic persistence Install the beta packages to try named sandboxes today: for the SDK, and for the CLI.pnpm install @vercel/sandbox@beta pnpm install -g sandbox@beta Learn more in the .documentation Read more