# Vercel Sandboxes now allow unique, customizable names

DevFeed: [Vercel Sandboxes now allow unique, customizable names](<https://devfeed.tech/articles/vercel-sandboxes-now-allow-unique-customizable-names-1185.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-sandboxes-now-allow-unique-customizable-names>)

Author: Harpreet Arora

Published: 2026-03-26T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [packages](<https://devfeed.tech/tags/packages.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [sandboxes](<https://devfeed.tech/tags/sandboxes.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Sandboxes created with the latest beta package now receive unique, customizable names within a project instead of ID-based identifiers. The beta SDK and CLI support named sandboxes, with CLI features for configuration management and session inspection. Named sandboxes also identify automatic persistence across session creation and resumption.

## Source excerpt

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, and pnpm install -g sandbox@beta for the CLI. Learn more in the documentation. Read more