T
traeai
登录
返回首页
Vercel News

Custom tags available in beta on Vercel Sandbox

7.0Score
Custom tags available in beta on Vercel Sandbox
AI 深度提炼
  • Vercel Sandbox新功能:自定义标签
  • 便于规模化管理AI代理、代码生成或开发工作流程的隔离环境
  • 每个沙箱可添加最多5个标签以实现高效组织

结构提纲

按章节快速跳转。

  1. 介绍Vercel Sandbox中自定义标签的Beta测试发布。

  2. 解释如何使用自定义标签按环境、团队或客户进行沙箱组织。

思维导图

用一张图看清主题之间的关系。

正在生成思维导图…
查看大纲文本(无障碍 / 无 JS 友好)
  • Vercel Sandbox 自定义标签
    • 功能亮点
      • 环境/团队/客户分类
    • Beta 版本特性
      • 每个沙箱5个标签上限
    • 应用目的
      • 规模化管理隔离环境

金句 / Highlights

值得收藏与分享的关键句。

  • 自定义标签允许您组织、过滤和管理Vercel沙箱,每个沙箱支持多达五个标签。

    正文第3段

    ⬇︎ 下载 PNG𝕏 分享到 X
  • 随着团队为AI代理、代码生成或开发工作流程扩展隔离环境,跟踪哪个沙箱属于谁以及为什么变得至关重要。

    正文第4段

    ⬇︎ 下载 PNG𝕏 分享到 X
  • 标签设计灵活,可用于根据环境、团队或客户来分离沙箱。

    正文链接标题

    ⬇︎ 下载 PNG𝕏 分享到 X
#Vercel#Sandbox#环境管理#Beta特性
打开原文

Custom tags available in beta on Vercel Sandbox - Vercel

Skip to content

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

  • Products
  • ##### Core Platform
  • Resources
  • ##### Company
  • ##### Learn
  • ##### Open Source
  • Solutions
  • ##### Use Cases
  • ##### Tools
  • ##### Users

Ask AI

Ask AILog In

Sign UpSign Up

Blog/Changelog

Custom tags available in beta on Vercel Sandbox

![Image 1 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 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.

Explore Enterprise

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

问问这篇内容

回答仅基于本篇材料
    0 / 500

    Skill 包

    领域模板,一键产出结构化笔记
    • 论文精读包

      把一篇论文 / 技术博客精读成结构化笔记:问题、方法、实验、批判、延伸阅读。

      • · TL;DR(1 段)
      • · 研究问题与动机
      • · 方法概览
    • 投融资雷达包

      把一条融资 / 创投新闻整理成投资人视角的雷达卡:交易要点、判断、竞争格局、风险、尽调清单。

      • · 交易要点(公司 / 轮次 / 金额 / 投资人 / 估值,材料未明示则写 “未披露”)
      • · 投资 thesis(这家公司为什么值得关注)
      • · 竞争格局与替代方案

    导出到第二大脑

    支持 Notion / Obsidian / Readwise
    下载 Markdown(Obsidian 直接拖入)