select navigate esc close

Vercel Sandboxes now allow unique, customizable names

Vercel News·

Vercel Sandboxes 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:

The beta CLI adds configuration management and session inspection:

Named sandboxes are the mechanism for identifying automatic persistence, which allows your session to be more easily identified for at both time of creation resumption.

Install the beta packages to try named sandboxes today: pnpm install @vercel/sandbox@beta for the SDK, andpnpm install -g sandbox@beta for the CLI.

Learn more in the documentation.

Read more