AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
Claude Blog·2026年6月9日 09:00·約6分で読める

Claude Managed Agents に新機能:スケジュール実行と Vault での環境変数保存が可能に

#Managed Agents#Claude Platform#Automation#Security
TL;DR

Claude Platform は、エージェントのスケジュール実行機能と環境変数の Vault 管理機能を公開ベータとして導入し、自律的な業務自動化とセキュリティ強化を実現した。

AI深層分析2026年6月10日 23:07
4
重要/ 5段階
深度40%
4
関連度30%
5
実用性20%
4
革新性10%
3

キーポイント

1

スケジュール実行機能の追加

Cron スケジュールに基づくエージェントの自動起動が可能となり、データ同期やコンプライアンススキャンなどの反復作業をインフラ構築なしで自動化できる。

2

Vault による環境変数管理

CLI ツールや認証が必要な外部サービスへのアクセスのために、機密情報を Vault に安全に保存・管理する機能が提供された。

3

主要顧客の活用事例

Rakuten, Actively AI, Ando などの企業が、レポート作成や営業支援、採用プロセスの自動化など、多様なユースケースで既に導入を開始している。

影響分析・編集コメントを表示

影響分析

この発表は、AI エージェントを単なる対話ツールから、信頼性の高い業務自動化インフラへと進化させる重要な転換点です。特に、スケジュール実行とセキュリティ管理の強化により、企業のバックオフィスやクリティカルな業務プロセスにおける AI の採用障壁が大幅に低下します。

編集コメント

Anthropic は、エージェントの実用性を高めるために必要な「自動化」と「セキュリティ」の両軸を同時に強化しました。これにより、開発者は複雑なスケジューラーや認証管理を構築せずとも、本番環境での自律運用が可能になります。

image
image
  • カテゴリ
  • 製品Claude Platform
  • 日付2026年6月9日
  • 読了時間5分
  • シェアリンクをコピーhttps://claude.com/blog/whats-new-in-claude-managed-agents

本日より、Claude Managed Agents はスケジュールに基づいて実行できるようになり、CLI ツールや他の認証済みサービスに安全にアクセスできるようになりました。両方の機能は現在、Claude Platform でパブリックベータとして利用可能です。

スケジュールに基づくエージェントの実行

エージェントは now スケジュールに基づいて実行できるようになり、ルーチンワークを自動的に完了できます。スケジュールデプロイメント を使用すると、エージェントに cron スケジュールを設定できます。スケジュールがトリガーされるたびに、エージェントは新しいセッションを開始してタスクを完了します。構築やホストが必要なスケジューラーはありません。

夜間のデータ同期、週次のコンプライアンススキャン、日次の要約など、定期的な作業に活用してください。デプロイメントが稼働开始后、いつでも一時停止、再開、アーカイブを行うことができます。また、必要に応じて追加の実行を手動でトリガーすることも可能です。

image
image

チームはすでに、スケジュールデプロイメントを活用して定期的な作業の自動化を進めています:

  • Rakuten は、スプレッドシートデータを分析して週次または月次のスケジュールでレポートや資料を作成するために、スケジュールされたデプロイメントを使用しています。チームはまた、生産環境のログとメトリクスを監視しており、ダッシュボードを作成することなく製品マネージャーがアプリケーションの健全性を確認できます。
  • Actively AI は、Managed Agents を活用して営業チーム向けのアカウント横断型のエージェント検索を実現しています。スケジュールされたデプロイメントにより回答が定期的に更新され、チームが当初独自に構築していたスケジューリングインフラストラクチャを置き換えることで、スタックの簡素化を図っています。
  • Ando は、スケジュールされたデプロイメントを活用して採用チームと営業チームの動きを維持しています。エージェントは自律的にチャンネルを監視し、提案される次のステップを確認し、期限が到来した際にフォローアップを行い、会議のリマインダーを送信します。

環境変数を Vault に格納して CLI やその他のツールの認証を行う

エージェントは、直接 API 呼び出し、CLI、および MCP を通じて外部システムに接続しています。今回、Vault の機能を拡張し、環境変数のサポートを追加することで、CLI やその他のツールが認証付きのリクエストを実行可能になりました。CLI により、エージェントはシェルを介して既存のコマンドラインツールを直接操作できるようになり、これは高速で軽量な統合パスとなります。API キーを環境変数名とアクセス可能なドメイン名に登録すると、エージェントのサンドボックス内にインストールされた CLI は、認証付きの API 呼び出しにそのキーを使用できます。

エージェントはキーを直接見ることができません。サンドボックス内にはプレースホルダーしか保持されていないためです。実際のキーはネットワーク境界で付与され、許可されたドメインへのリクエスト時のみ使用されるため、承認された場所へのみ送信されます。キーを変更する場合は、バault 内で更新を行うだけで、実行中のセッションは次の呼び出し時に新しい値を自動的に取得します。HTTP リクエストにキーを含めて送信するほとんどの CLI はこの方式を採用しており、Browserbase、KERNEL、Notion、Ramp、Sentry の各 CLI も例外ではありません。

Browserbase と KERNEL により、Managed Agents が初めてブラウザ機能を利用可能となり、エージェントは他のツールと共にウェブのナビゲーションや対操作を行えるようになりました。

imageimage.png)

チームは、バault 内の環境変数を利用して、認証済みツールへのエージェントの安全なアクセス権限を付与しています。

  • Notion は、Vault(環境変数格納庫)内の環境変数を使用して CLI を MCP ツールと共に展開し、API トークンをモデルに渡すことなくエージェントにファイルアップロード機能を追加しています。
  • Browserbase は、Browse CLI を使用して認証された Vault 経由でブラウザスキルの公開カタログを構築しました。スケジュール化されたデプロイメントが定期的にカタログを検証し、正確性を保っています。
  • KERNEL は、Vault 内の環境変数を使用して、エージェントが使用状況や顧客との会話を追跡するデータベースに安全に接続しています。エージェントは使用量の急増が発生した時点でフラグを立てるため、チームは顧客に対してその活動が意図されたものかどうかを確認できます。
  • Milana は、Vault 内の環境変数を使用して、AI プロダクトエンジニアを顧客のコードベースに安全に接続します。エージェントはバグを自動的に見つけて修正し、大規模なデータ分析は以前よりも高速に実行されます。

1/7

電子書籍

image
image

imageimageimageimage

始め方

詳細については ドキュメント をご覧ください。または、Claude Console にアクセスして最初のエージェントをデプロイしてください。

見つかったアイテムはありません。

Claude で組織の運用方法を変革する

開発者ニュースレターを購読する

製品アップデート、ハウツー記事、コミュニティの注目事例など。毎月あなたのメールボックスにお届けします。

月次の開発者ニュースレターを受け取りたい場合は、メールアドレスをご入力ください。いつでも登録解除が可能です。

ありがとうございます!登録が完了しました。

申し訳ありませんが、送信に問題が発生しました。後ほど再度お試しください。

原文を表示
  • Category
  • ProductClaude Platform
  • DateJune 9, 2026
  • Reading time5min
  • ShareCopy linkhttps://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.

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.

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.
  • 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.‍
  • 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.

Store environment variables in vaults to authenticate CLIs and other tools

Agentsconnect 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.

The agent never sees your key because the sandbox only holds a placeholder. The real key is attached at the network boundary, and only on requests to domains you allow, so it only goes where you’ve approved. To change a key, update it in the vault, and running sessions will pick up the new value on their next call. Most CLIs that send their key in an HTTP request work this way, including the Browserbase, KERNEL, Notion, Ramp, and Sentry CLIs. Browserbase and KERNEL give Managed Agents browser capabilities for the first time, so agents can navigate and interact with the web alongside their other tools.

.png)

Teams are using environment variables in vaults to give agents secure access to authenticated tools:

  • Notion uses environment variables in vaults to roll out its CLI alongside MCP tools, adding file-upload capabilities to its agents without API tokens ever being handed to the model.
  • Browserbase built its public catalog of browser skills using the browse CLI, authenticated through vaults. A scheduled deployment periodically validates the catalog to keep it accurate.
  • KERNEL uses environment variables in vaults to securely connect agents to the databases where it tracks usage and customer conversations. The agent flags usage surges as they happen, so the team can confirm with customers if the activity is intended.‍
  • Milana uses environment variables in vaults to securely connect its AI product engineer to a customer's codebase. The agent finds and fixes bugs automatically, with large-scale data analysis running faster than before.

1/7

eBook

Getting started

Explore our documentation to learn more or visit the Claude Console to deploy your first agent.

No items found.

Transform how your organization operates with Claude

Get the developer newsletter

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.

Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.

Thank you! You’re subscribed.

Sorry, there was a problem with your submission, please try again later.

この記事をシェア

関連記事

AWS Machine Learning Blog★42026年5月12日 03:43

AWS でアンソロピックのネイティブ Claude プラットフォームが利用可能に

Amazon Web Services(AWS)は、Anthropic のネイティブな Claude Platform を自社のアカウント経由で直接提供できる新サービスを一般公開した。これにより、顧客は追加の認証や契約手続きなしで利用を開始できる。

Cloudflare Blog★42026年6月19日 22:00

AI エージェント向けのクラウドフレア一時アカウントの提供開始

クラウドフレアは、AI エージェントが人間向けに設計された認証フロー(ブラウザ操作や多要素認証など)に直面して停止する問題を解決するため、エージェント専用の一時アカウント機能をリリースした。

The Verge AI★42026年6月18日 22:00

Photoshop と Premiere に AI アシスタントが搭載

Adobe が Creative Cloud の主要アプリに個別の AI アシスタントを公開ベータとして導入し、編集・デザイン業務を支援する機能を展開した。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む