---
title: "Custom tags available in beta on Vercel Sandbox"
source_name: "Vercel News"
original_url: "https://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox"
canonical_url: "https://www.traeai.com/articles/7f0da94a-d734-4c07-83cc-8a1945368e07"
content_type: "article"
language: "中文"
score: 7
tags: ["Vercel","Sandbox","环境管理","Beta特性"]
published_at: "2026-04-29T14:00:00+00:00"
created_at: "2026-05-01T04:06:48.152879+00:00"
---

# Custom tags available in beta on Vercel Sandbox

Canonical URL: https://www.traeai.com/articles/7f0da94a-d734-4c07-83cc-8a1945368e07
Original source: https://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox

## Summary

Vercel Sandbox推出Beta版自定义标签功能，帮助团队按环境、团队或客户组织、过滤和管理沙箱，每个沙箱支持最多五个标签。

## Key Takeaways

- Vercel Sandbox新功能：自定义标签
- 便于规模化管理AI代理、代码生成或开发工作流程的隔离环境
- 每个沙箱可添加最多5个标签以实现高效组织

## Content

Title: Custom tags available in beta on Vercel Sandbox - Vercel – Vercel

URL Source: http://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox

Markdown Content:
# Custom tags available in beta on Vercel Sandbox - Vercel
[Skip to content](http://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox#geist-skip-nav)

[](http://vercel.com/home)

*   Products

    *   ##### [AI Cloud](http://vercel.com/ai)

        *   [AI Gateway One endpoint, all your models](http://vercel.com/ai-gateway)
        *   [Sandbox Isolated, safe code execution](http://vercel.com/sandbox)
        *   [Vercel Agent An agent that knows your stack](http://vercel.com/agent)
        *   [AI SDK The AI Toolkit for TypeScript](https://sdk.vercel.ai/)
        *   [v0 Build applications with AI](https://v0.app/)

    *   ##### Core Platform

        *   [CI/CD Helping teams ship 6× faster](http://vercel.com/products/previews)
        *   [Content Delivery Fast, scalable, and reliable](http://vercel.com/cdn)
        *   [Fluid Compute Servers, in serverless form](http://vercel.com/fluid)
        *   [Workflow Long-running workflows at scale](http://vercel.com/workflows)
        *   [Observability Trace every step](http://vercel.com/products/observability)

    *   ##### [Security](http://vercel.com/security)

        *   [Bot Management Scalable bot protection](http://vercel.com/security/bot-management)
        *   [BotID Invisible CAPTCHA](http://vercel.com/botid)
        *   [Platform Security DDoS Protection, Firewall](http://vercel.com/security)
        *   [Web Application Firewall Granular, custom protection](http://vercel.com/security/web-application-firewall)

*   Resources

    *   ##### Company

        *   [Customers Trusted by the best teams](http://vercel.com/customers)
        *   [Blog The latest posts and changes](http://vercel.com/blog)
        *   [Changelog See what shipped](http://vercel.com/changelog)
        *   [Press Read the latest news](http://vercel.com/press)
        *   [Events Join us at an event](http://vercel.com/events)

    *   ##### Learn

        *   [Docs Vercel documentation](http://vercel.com/docs)
        *   [Academy Linear courses to level up](http://vercel.com/academy)
        *   [Knowledge Base Find help quickly](http://vercel.com/kb)
        *   [Community Join the conversation](https://community.vercel.com/)

    *   ##### Open Source

        *   [Next.js The native Next.js platform](http://vercel.com/frameworks/nextjs)
        *   [Nuxt The progressive web framework](https://nuxt.com/)
        *   [Svelte The web’s efficient UI framework](https://svelte.dev/)
        *   [Turborepo Speed with Enterprise scale](http://vercel.com/solutions/turborepo)

*   Solutions

    *   ##### Use Cases

        *   [AI Apps Deploy at the speed of AI](http://vercel.com/ai)
        *   [Composable Commerce Power storefronts that convert](http://vercel.com/solutions/composable-commerce)
        *   [Marketing Sites Launch campaigns fast](http://vercel.com/solutions/marketing-sites)
        *   [Multi-tenant Platforms Scale apps with one codebase](http://vercel.com/solutions/multi-tenant-saas)
        *   [Web Apps Ship features, not infrastructure](http://vercel.com/solutions/web-apps)

    *   ##### Tools

        *   [Marketplace Extend and automate workflows](http://vercel.com/marketplace)
        *   [Templates Jumpstart app development](http://vercel.com/templates)
        *   [Partner Finder Get help from solution partners](http://vercel.com/partners/solution-partners)

    *   ##### Users

        *   [Platform Engineers Automate away repetition](http://vercel.com/solutions/platform-engineering)
        *   [Design Engineers Deploy for every idea](http://vercel.com/solutions/design-engineering)

*   [Enterprise](http://vercel.com/enterprise)
*   [Pricing](http://vercel.com/pricing)

Ask AI

Ask AI[Log In](http://vercel.com/login)

[Sign Up](http://vercel.com/signup)[Sign Up](http://vercel.com/signup)

[Blog](http://vercel.com/blog)/[Changelog](http://vercel.com/changelog)

# Custom tags available in beta on Vercel Sandbox

[![Image 1](https://assets.vercel.com/image/upload/f_auto,c_fill,w_40,h_40,q_75/contentful/image/e5382hct74si/7zTrtpTv1PZkS3OTKIdTNc/6d4cd5f721a6021d38be61c181a8c014/andy-waller-128.jpg) Andy Waller Software Engineer](https://github.com/AndyW22)

1 min read

Copy URL

Copied to clipboard!

Apr 29, 2026

As teams scale isolated environments for AI agents, code generation, or dev workflows, keeping track of which sandbox belongs to whom, and why, becomes critical. Custom tags allow you to organize, filter, and manage [Vercel Sandboxes](https://vercel.com/docs/sandbox) at scale. Each sandbox supports up to five tags.

### [Link to heading](http://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox#organize-by-environment,-team,-or-customer)Organize by environment, team, or customer

Tags are flexible by design. Use them to separate staging from production, attribute usage to specific teams, or isolate sandboxes per customer in multi-tenant platforms:

`1const sandbox = await Sandbox.create({2  name: "my-sandbox",3  tags: { env: "staging" },4});`

### [Link to heading](http://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox#update-tags-as-context-changes)Update tags as context changes

Promote a sandbox from staging to production, reassign ownership, or mark it for cleanup without recreating it:

`1await sandbox.update({2  tags: { env: "production", team: "infra" },3});`

### [Link to heading](http://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox#easily-track-your-sandboxes)Easily track your sandboxes

Filter sandboxes by any tag to quickly surface the ones that matter. This is useful for dashboards, cleanup scripts, or routing logic that needs to find all sandboxes matching a specific environment or team:

`1const productionSandboxes = await Sandbox.list({2  tags: { env: "production" },3});4console.log(5  "Production sandboxes:",6  productionSandboxes.sandboxes.map((s) => s.name),7); // my-sandbox`

### [Link to heading](http://vercel.com/changelog/custom-tags-available-in-beta-on-vercel-sandbox#use-cases)Use Cases

*   **AI agents at scale**: Tag sandboxes by session, user, or agent run to track which execution environment belongs to which workflow.

*   **Multi-tenant platforms**: Isolate and filter sandboxes per customer or workspace, making billing attribution and cleanup straightforward.

*   **Team-level visibility**: Attribute sandbox usage to specific teams for cost tracking or capacity planning.

This feature is in beta and requires upgrading to the beta [SDK](https://www.npmjs.com/package/@vercel/sandbox) and [CLI](https://www.npmjs.com/package/sandbox) packages. Learn more in the [documentation](https://vercel.com/docs/vercel-sandbox/concepts/tags).

**Ready to deploy?**Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.

[Start Deploying](http://vercel.com/new)[Talk to an Expert](http://vercel.com/contact/sales)

**Explore Vercel Enterprise** with an interactive product tour, trial, or a personalized demo.

[Explore Enterprise](http://vercel.com/try-enterprise)

## Get Started

*   [Templates](http://vercel.com/templates)
*   [Supported frameworks](http://vercel.com/docs/frameworks)
*   [Marketplace](http://vercel.com/marketplace)
*   [Domains](http://vercel.com/domains)

## Build

*   [Next.js on Vercel](http://vercel.com/frameworks/nextjs)
*   [Turborepo](http://vercel.com/solutions/turborepo)
*   [v0](https://v0.app/)

## Scale

*   [Content delivery network](http://vercel.com/cdn)
*   [Fluid compute](http://vercel.com/fluid)
*   [CI/CD](http://vercel.com/products/previews)
*   [Observability](http://vercel.com/products/observability)
*   [AI Gateway New](http://vercel.com/ai-gateway)
*   [Vercel Agent New](http://vercel.com/agent)

## Secure

*   [Platform security](http://vercel.com/security)
*   [Web Application Firewall](http://vercel.com/security/web-application-firewall)
*   [Bot management](http://vercel.com/security/bot-management)
*   [BotID](http://vercel.com/botid)
*   [Sandbox New](http://vercel.com/sandbox)

## Resources

*   [Pricing](http://vercel.com/pricing)
*   [Customers](http://vercel.com/customers)
*   [Enterprise](http://vercel.com/enterprise)
*   [Articles](http://vercel.com/i)
*   [Startups](http://vercel.com/startups)
*   [Solution partners](http://vercel.com/partners/solution-partners)

## Learn

*   [Docs](http://vercel.com/docs)
*   [Blog](http://vercel.com/blog)
*   [Changelog](http://vercel.com/changelog)
*   [Knowledge Base](http://vercel.com/kb)
*   [Academy](http://vercel.com/academy)
*   [Community](https://community.vercel.com/)

## Frameworks

*   [Next.js](http://vercel.com/frameworks/nextjs)
*   [Nuxt](http://vercel.com/docs/frameworks/full-stack/nuxt)
*   [Svelte](http://vercel.com/docs/frameworks/full-stack/sveltekit)
*   [Nitro](http://vercel.com/docs/frameworks/backend/nitro)
*   [Turbo](http://vercel.com/solutions/turborepo)

## SDKs

*   [AI SDK](https://ai-sdk.dev/)
*   [Workflow SDK New](https://workflow-sdk.dev/)
*   [Flags SDK](https://flags-sdk.dev/)
*   [Chat SDK](https://chat-sdk.dev/)
*   [Streamdown AI New](https://streamdown.ai/)

## Use Cases

*   [Composable commerce](http://vercel.com/solutions/composable-commerce)
*   [Multi-tenant platforms](http://vercel.com/solutions/multi-tenant-saas)
*   [Web apps](http://vercel.com/solutions/web-apps)
*   [Marketing sites](http://vercel.com/solutions/marketing-sites)
*   [Platform engineers](http://vercel.com/solutions/platform-engineering)
*   [Design engineers](http://vercel.com/solutions/design-engineering)

## Company

*   [About](http://vercel.com/about)
*   [Careers](http://vercel.com/careers)
*   [Help](http://vercel.com/help)
*   [Press](http://vercel.com/press)
*   [Legal](http://vercel.com/legal)
*   [Privacy Policy](http://vercel.com/legal/privacy-policy)

## Community

*   [Open source program](http://vercel.com/open-source-program)
*   [Events](http://vercel.com/events)
*   [Shipped on Vercel](http://vercel.com/shipped)
*   [GitHub](https://github.com/vercel)
*   [LinkedIn](https://linkedin.com/company/vercel)
*   [X](https://x.com/vercel)
*   [YouTube](https://youtube.com/@VercelHQ)

[](http://vercel.com/home)

[Loading status…](https://vercel-status.com/)Select a display theme:system light dark
