Custom tags available in beta on Vercel Sandbox

- Vercel Sandbox新功能:自定义标签
- 便于规模化管理AI代理、代码生成或开发工作流程的隔离环境
- 每个沙箱可添加最多5个标签以实现高效组织
结构提纲
按章节快速跳转。
介绍Vercel Sandbox中自定义标签的Beta测试发布。
解释如何使用自定义标签按环境、团队或客户进行沙箱组织。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- Vercel Sandbox 自定义标签
- 功能亮点
- 环境/团队/客户分类
- Beta 版本特性
- 每个沙箱5个标签上限
- 应用目的
- 规模化管理隔离环境
金句 / Highlights
值得收藏与分享的关键句。
自定义标签允许您组织、过滤和管理Vercel沙箱,每个沙箱支持多达五个标签。
随着团队为AI代理、代码生成或开发工作流程扩展隔离环境,跟踪哪个沙箱属于谁以及为什么变得至关重要。
标签设计灵活,可用于根据环境、团队或客户来分离沙箱。
Custom tags available in beta on Vercel Sandbox - Vercel
[](http://vercel.com/home)
- Products
- ##### AI Cloud
- AI Gateway One endpoint, all your models
- Sandbox Isolated, safe code execution
- Vercel Agent An agent that knows your stack
- AI SDK The AI Toolkit for TypeScript
- v0 Build applications with AI
- ##### Core Platform
- CI/CD Helping teams ship 6× faster
- Content Delivery Fast, scalable, and reliable
- Fluid Compute Servers, in serverless form
- Workflow Long-running workflows at scale
- Observability Trace every step
- ##### Security
- Bot Management Scalable bot protection
- BotID Invisible CAPTCHA
- Platform Security DDoS Protection, Firewall
- Web Application Firewall Granular, custom protection
- Resources
- ##### Company
- Customers Trusted by the best teams
- Blog The latest posts and changes
- Changelog See what shipped
- Press Read the latest news
- Events Join us at an event
- ##### Learn
- Docs Vercel documentation
- Academy Linear courses to level up
- Knowledge Base Find help quickly
- Community Join the conversation
- ##### Open Source
- Next.js The native Next.js platform
- Nuxt The progressive web framework
- Svelte The web’s efficient UI framework
- Turborepo Speed with Enterprise scale
- Solutions
- ##### Use Cases
- AI Apps Deploy at the speed of AI
- Composable Commerce Power storefronts that convert
- Marketing Sites Launch campaigns fast
- Multi-tenant Platforms Scale apps with one codebase
- Web Apps Ship features, not infrastructure
- ##### Tools
- Marketplace Extend and automate workflows
- Templates Jumpstart app development
- Partner Finder Get help from solution partners
- ##### Users
Ask AI
Ask AILog In
Custom tags available in beta on Vercel Sandbox

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 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 and CLI packages. Learn more in the documentation.
**Ready to deploy?**Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.
Start DeployingTalk to an Expert
**Explore Vercel Enterprise** with an interactive product tour, trial, or a personalized demo.
Get Started
Build
Scale
Secure
Resources
Learn
Frameworks
SDKs
Use Cases
Company
Community
[](http://vercel.com/home)
Loading status…Select a display theme:system light dark
问问这篇内容
回答仅基于本篇材料Skill 包
领域模板,一键产出结构化笔记论文精读包
把一篇论文 / 技术博客精读成结构化笔记:问题、方法、实验、批判、延伸阅读。
- · TL;DR(1 段)
- · 研究问题与动机
- · 方法概览
投融资雷达包
把一条融资 / 创投新闻整理成投资人视角的雷达卡:交易要点、判断、竞争格局、风险、尽调清单。
- · 交易要点(公司 / 轮次 / 金额 / 投资人 / 估值,材料未明示则写 “未披露”)
- · 投资 thesis(这家公司为什么值得关注)
- · 竞争格局与替代方案