Claude Managed Agents 新增定时运行和环境变量存储功能
Claude Managed Agents 现在能定时跑任务和用 vault 安全连接 CLI 了,这基本解决了企业 agent 落地的两个最大痛点——自动化和凭证管理。做 agent 的团队应该仔细读。
Claude Managed Agents 今日在 Claude Platform 公开测试两项新功能:代理可按 cron 计划自动执行周期性任务(如夜间数据同步、周度合规扫描、每日摘要),无需用户自建调度器,支持暂停、恢复、归档或按需触发;vaults 新增环境变量支持,允许代理通过 CLI 进行认证请求,真实密钥仅附加在网络边界,代理无法读取。已集成的 CLI 包括 Browserbase、KERNEL、Notion、Ramp 和 Sentry。Rakuten、Actively AI、Ando、Milana 等团队正在使用这些功能实现自动化数据报表、跨账户搜索、招聘提醒等场景。
New in Claude Managed Agents: run agents on a schedule and store environment variables in vaults
Claude Managed Agents 新功能:按计划运行智能体,在 vault 中存储环境变量
CategoryProduct announcements
类别:产品公告
ProductClaude Platform
产品:Claude Platform
DateJune 9, 2026
日期:2026 年 6 月 9 日
Reading time5min
阅读时间:5 分钟
ShareCopy linkhttps://claude.com/blog/whats-new-in-claude-managed-agents
分享复制链接https://claude.com/blog/whats-new-in-claude-managed-agents
Starting today, Claude Managed Agents can run on a schedule and securely access CLI tools and other authenticated services. Both features are now available in public beta on the Claude Platform.
从今天起,Claude Managed Agents 可以按计划运行,并安全地访问 CLI 工具和其他需要认证的服务。这两项功能现已在 Claude Platform 上公开测试。
Run agents on a schedule
按计划运行智能体
Agents can now run on a schedule, completing routine work automatically. A scheduled deployment gives an agent a cron schedule. Each time the schedule fires, the agent starts a new session and completes its task, with no scheduler for you to build or host.
智能体现在可以按计划运行,自动完成例行工作。定时部署为智能体提供一个 cron 调度。每次调度触发时,智能体都会启动一个新会话并完成其任务,而无需你自己构建或托管调度器。
Use it for recurring work like a nightly data sync, a weekly compliance scan, or a daily digest. Once a deployment is live, you can pause, resume, or archive it at any time, or trigger additional runs on demand.
可用于重复性工作,如夜间数据同步、每周合规扫描或每日摘要。部署上线后,你可以随时暂停、恢复或归档它,也可以按需触发额外运行。
Teams are already using scheduled deployments to automate recurring work:
团队已经在使用定时部署来自动化重复性工作:
Rakuten uses scheduled deployments to analyze spreadsheet data and produce reports and decks on a weekly or monthly schedule. Teams also monitor production logs and metrics, allowing product managers to see application health without creating a dashboard.
Rakuten 使用定时部署来分析电子表格数据,并按每周或每月的时间表生成报告和演示文稿。团队还监控生产日志和指标,让产品经理无需创建仪表盘就能了解应用健康状况。
Actively AI uses Managed Agents to power cross-account agentic search for sales teams. Scheduled deployments refresh answers regularly, simplifying their stack by replacing scheduling infrastructure the team initially built themselves.
Actively AI 使用 Managed Agents 为销售团队提供跨账户的智能体搜索功能。定时部署定期刷新答案,通过替换团队最初自行构建的调度基础设施来简化其技术栈。
Ando uses scheduled deployments to keep hiring and sales teams moving. Agents autonomously watch channels for proposed next steps, follow up when they're due, and send meeting reminders.
Ando 使用定时部署来保持招聘和销售团队高效运作。智能体自主监控频道中提出的下一步行动,在到期时进行跟进,并发送会议提醒。
Store environment variables in vaults to authenticate CLIs and other tools
在 vault 中存储环境变量,用于认证 CLI 和其他工具
Agents connect to external systems through direct API calls, CLIs, and MCP. Now we're extending vaults to support environment variables, so CLIs and other tools can make authenticated requests. CLIs let agents drive existing command-line tools directly through a shell, making them a fast, lightweight integration path. Register an API key with an environment variable name and the domains it can reach, and the CLIs installed in an agent's sandbox can use it to make authenticated API calls.
智能体通过直接 API 调用、CLI 和 MCP 连接到外部系统。现在我们扩展 vault 以支持环境变量,从而让 CLI 和其他工具能够发起经过认证的请求。CLI 让智能体通过 shell 直接驱动现有的命令行工具,成为一种快速、轻量的集成方式。将 API 密钥与环境变量名及其可访问的域名一起注册后,安装在智能体沙箱中的 CLI 便可以使用该密钥进行经过认证的 API 调用。
智能体永远看不到你的密钥,因为沙箱中只存放一个占位符。真正的密钥在网络边界处附加,并且仅在你允许的域名请求上才被携带,因此它只会前往你已批准的位置。要更换密钥,只需在保管库中更新它,正在运行的会话会在下一次调用时获取新的值。大多数通过 HTTP 请求发送密钥的 CLI 都采用这种方式工作,包括 Browserbase、KERNEL、Notion、Ramp 和 Sentry 的 CLI。Browserbase 和 KERNEL 首次为托管智能体提供了浏览器能力,因此智能体可以在使用其他工具的同时,浏览和与网页交互。
团队正在利用保管库中的环境变量,让智能体安全地访问经过身份验证的工具:
Notion 使用保管库中的环境变量,将其 CLI 与 MCP 工具一同推出,为其智能体增加了文件上传能力,而无需将 API token 交给模型。
Browserbase 利用 browse CLI 构建了其公开的浏览器技能目录,并通过保管库进行身份验证。定期安排的部署会周期性验证该目录,以保持其准确性。
KERNEL 使用保管库中的环境变量,将智能体安全地连接到跟踪使用情况和客户对话的数据库。智能体会在出现使用量激增时立即标记,以便团队与客户确认该活动是否合规。
Milana 使用保管库中的环境变量,将其 AI 产品工程师安全地连接到客户的代码库。该智能体自动发现并修复漏洞,大规模数据分析的运行速度也比以前更快。
“保管库中的环境变量让我们能够安全地推出 Notion CLI,确保敏感的 API token 永远不会交给智能体,从而满足我们安全团队的严格指南。该 CLI 与 MCP 工具互补,为 Claude 托管智能体启用了文件上传能力。”
“乐天内部的各个团队使用定期安排的部署来分析电子表格中的数据,并按周或月的时间表生成报告或演示文稿。我们的高级用户将其应用于生产日志和指标,这样产品经理无需创建分析仪表盘就能查看应用程序的健康状况。”
“大多数用户更喜欢使用较少的智能体,而不是很多。通过定期安排的部署,他们可以将更多能力打包到一个自主智能体中。例如,一个智能体可以同时监控多个销售和招聘流程,与相关人员进行更新确认,并推动下一步行动。”
“我们构建了一个跨账户的智能体搜索系统,基于 Claude Managed Agents,让销售团队可以询问诸如‘今天应该联系哪些客户’之类的问题。由于客户希望这些答案能定期刷新,我们便把自建的调度基础设施替换成了计划部署,这极大地简化了我们的技术栈,并缩短了产品迭代周期。”
“借助 Claude Managed Agents,我们将智能体锚定在客户的实际代码库中。我们发现它易于使用,几乎瞬间就能获得高质量的结果。关键的解锁在于保管库中的环境变量,它让我们的智能体能够通过 CLI 调用私有 API,而无需暴露凭据。大规模数据分析现在变得极其迅速,并且通过结果我们能够确保每次输出的质量。”
“保管库中的环境变量让我们的工程团队能够将两种主要的计算原语结合起来:智能体和浏览器。在 Browserbase,我们使用带有浏览 CLI 的 Claude Managed Agents 来生成我们的浏览器技能公共目录,这些技能帮助智能体浏览网页;同时,计划部署对我们的公共目录进行定期验证。”
Kernel 的浏览器基础设施上的使用量可能会快速飙升,通常是在客户部署后不久。借助保管库中的环境变量,我们的智能体现已直接连接到用于跟踪使用量和客户对话的数据库。它能在几秒钟内拉取过去 30 天的每日使用数据,实时标记使用量激增,并帮助团队向客户确认这些活动是预期的。
开始使用
查阅我们的文档以了解更多信息,或访问 Claude 控制台部署您的第一个智能体。
常见问题解答
相关文章
探索更多为使用 Claude 构建的团队提供的产品新闻和最佳实践。
在 Claude Code 中引入例程
在 Claude Code 中引入动态工作流
在 Foundation Models 框架中为苹果平台构建智能应用
针对构建连接器的开发者的可观测性
像使用智能体一样操作您的企业
获取开发者通讯
产品更新、操作指南、社区亮点等。每月发送到您的收件箱。