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

AIニュース最前線

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

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

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

#AI Agents#LLM#DevOps#Cloudflare Workers#Automation
TL;DR

Cloudflare は AI エージェントが人間を介さずにコードをデプロイできるよう、ブラウザ認証や手動登録を不要とする「一時的アカウント」機能を Wrangler に導入した。

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

キーポイント

1

AI エージェント向けの認証障壁の解消

従来のブラウザベースの OAuth や MFA といった人間向けフローが、バックグラウンドで動作する AI エージェントにとってデプロイのボトルネックとなっていた問題を解決する。

2

60 分間のワンタイムデプロイ機能

「wrangler deploy –temporary」コマンドにより、エージェントは即時に Worker をデプロイ可能となり、60 分以内にアカウントを主張すれば永続化される仕組みを提供する。

3

試行錯誤ループの高速化

AI エージェントがコードを書き、デプロイし、検証するという「トライ&エラー」のサイクルを人間の手を介さず完結させることで、開発効率を劇的に向上させる。

4

LLM による自動利用の誘導

Wrangler がエージェントに対して「–temporary フラグの使用」をプロンプトメッセージとして提示することで、人間が明示的に指示しなくても LLM が自動的に機能を利用するよう設計されている。

5

AI エージェントによる自動デプロイと反復処理

エージェントは --temporary フラグを使用して、人間の介入なしに Workers の作成、デプロイ、検証を瞬時に行い、60 分間の有効期間内でコード変更の再デプロイを何度でも繰り返すことができます。

6

一時的アカウントの永続化と期限

ユーザーは任意のタイミングで claim URL をクリックして Cloudflare アカウントにサインインし、Workers やデータベースなどのリソースを含む一時的アカウントを永久に所有権を取得できます。

7

自動削除の仕組み

60 分間の claim ウィンドウ内にユーザーが手動でアカウントを引き継がない場合、作成されたすべての一時的なリソースは自動的に削除されます。

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

影響分析

この発表は、AI エージェントが単なるコード生成ツールから、実際にインフラを操作・デプロイする自律的な存在へと進化するための決定的なステップとなる。特に「認証の壁」を取り除くことで、エージェント間の連携や大規模な試行錯誤プロセスが可能になり、開発ワークフローそのものが再定義される可能性が高い。

編集コメント

AI エージェントが自律的にインフラを構築・運用する「エージェント経済」の実現に向けた、極めて重要なインフラストラクチャのアップデートです。

今日、誰もが AI エージェントを使ってコードを書いています。しかし、エージェントが何かをデプロイする必要が生じ、サインアップしてアカウントを作成する必要がある瞬間に、人間向けに作られた壁に直面します:ブラウザベースの OAuth フロー、クリックして進むダッシュボード、コピー&ペーストが必要な API トークン、満足させるべき多要素認証のプロンプトです。開発者の隣にいる対話型コパイロットにとっては迷惑なだけですが、バックグラウンドで動作するエージェントにとっては致命的な停止点となります。

本日、AI エージェント向けの「一時的 Cloudflare アカウント」の提供を開始します。

これにより、エージェントはアカウントへのサインアップを待つことなく、すぐに Web サイト、API、およびエージェントをデプロイできるようになりました。

image
image

今や、あらゆるエージェントが wrangler deploy –temporary を実行して Worker を Cloudflare にデプロイできます。この一時的なデプロイは 60 分間稼働し、その間に一時的なアカウントを請求することで、永久に自分のものとして所有できるようになります。請求しない場合、自動的に期限切れとなります。

image
image

私たちの目標は?エージェントがコードを書き、リリースできるようにすることです。

AI エージェントにとっての摩擦のないデプロイが重要な理由

一時的なアカウントにおける摩擦のなさ(frictionless)は、初見では思われている以上に重要です。

背景として、AI セッションには人間が介在せず、これが標準となりつつあります。ブラウザの使用やコピー&ペースト、「60 秒以内にここをクリック」といった認証ステップが必要だと、エージェントは行き詰まり、他の場所への展開を選択する可能性があります。

試行錯誤こそがエージェントの超能力です。エージェントには、書き込み→展開→検証という緊密なループが必要です。彼らは安価で使い捨て可能な展開先を必要とし、それによって自身の出力を cURL して、正しくできたかどうかを判断できるようにします。

エージェントプラットフォームは、追加ステップや認証情報なしにコードが「ただ動く」ようにするための独自の仕組みを構築しています。人々は、以前使ったことも聞いたことのない他のサービスに登録する必要なく、このプロセスが自動的に機能することを期待し始めています。

仕組み

一時アカウントは、Wrangler を中心に構築されています。これは当社の開発者プラットフォーム用コマンドラインインターフェース (CLI) ツールであり、開発者が新しいプロジェクトの初期化、設定やリソースの管理、そして展開と更新を行えるようにするものです。

Wrangler の使い方はオンラインで広く文書化されており、エージェントはそれを非常によく理解しています。しかし、まだサインインして Wrangler に Cloudflare アカウントへの権限を付与していない場合、エージェントが展開を試みると、登録と認証のステップで立ち往生します。そして、あなたは正しくこう尋ねるかもしれません:「どうやってエージェントや大規模言語モデル (LLM) は、Wrangler に存在するこの新しい一時的フラグを知り、人間が明示的に指示しなくても実際にそれを使用するのか?」

この問題を解決するため、Wrangler を更新し、エージェントに –temporary フラグに関するメッセージを表示するようにしました。

image
image

エージェントがこの情報を発見し、–temporary フラグを指定して再度 wrangler deploy を実行すると、Cloudflare はエージェントが使用するための一時的なアカウント(temporary account)をプロビジョニングし、Wrangler が作業するために API トークンを提供し、エージェントが人間に返却できる主張 URL(claim URL)も提供します。

フローのすべてのステップを確認していきましょう。

新しいプロジェクトのデプロイと反復処理

最新の Wrangler リリースを使用していることを確認し、お気に入りのコーディングエージェントを起動して、「ビルドモードで「Hello World」アプリをデプロイする」というプロンプトを入力してください:

TypeScript で非常にシンプルな Hello World Cloudflare Worker を作成し、wrangler を使用してデプロイしてください。質問はしないでください。できる限り最善を尽くしてください。

エージェントは wrangler を実行し、出力メッセージから –temporary フラグを取得し、スクリプトをビルドして即座にデプロイします。人間の介入は不要です:

image
image

ご覧の通り、エージェントはスクリプトを作成し、–temporary フラグを使用してデプロイし、出力から取得したプレビューリンクを curl コマンドで呼び出し、結果がコードと一致することを確認しました。

これは素晴らしいですが、エージェントによるコーディングは単一のデプロイメントに限定されるものではありません。セッションでは複数のコード変更のサイクルを経ることがあります。これは問題ではありません:エージェントは Worker スクリプトに対して反復処理を行い、希望する回数(60 分間の請求ウィンドウ内であれば)何度でも変更を再デプロイできます。以下のプロンプトを入力してください。

Now change hello world to "hello cloudflare" and redeploy

エージェントがソースコードを変更し、以前に作成された一時アカウントを再利用し、新しいバージョンを再デプロイし、結果を再確認する様子をご覧ください:

imageimage

請求(Claiming)

いつでも、一時アカウントを請求して恒久的に自分のものにすることができます。請求リンクをクリックすると、Cloudflare のサインアップまたはログインを行うページに移動し、Worker がデプロイされた一時アカウントを請求できるようになります。これには、Workers だけでなく、データベースやその他のバインディングなどのリソースも含まれます。

imageimage

これらの一時アカウントを 60 分以内に請求しない場合、自動的に削除されます。

摩擦のないエージェントデプロイメントへの道

これは、エージェントのサインアップ障壁を排除する一つの方法に過ぎません。私たちは最近、Stripe とのパートナーシップを発表し、ユーザーに代わって Cloudflare をプロビジョニングできる新しいプロトコルも共同設計しました。これにより、アカウント作成、サブスクリプション開始、ドメイン登録、コードデプロイ用の API トークン取得が可能になりますが、トークンのコピー&ペーストやクレジットカード情報の入力は一切不要です。先月には WorkOS と協力し、誰でも採用可能な「auth.md」を立ち上げました。これにより、エージェントは確立された既存の OAuth 標準規格を使用して新しいアカウントをプロビジョニングできるようになります。

この分野では多くのことが進行中であり、エージェントが Cloudflare を使いやすくすることや、開発者が自社のアプリをエージェント対応にすることをさらに容易にするために取り組むことを楽しみにしています。一時的なアカウントは、摩擦のないエージェントデプロイメントに向けたさらなる一歩です。今後の発表にもご注目ください。

一時的なアカウントにはいくつかの制限があり、その機能は時間とともに変化する可能性があります。詳細については開発者ドキュメントをご確認ください。そして、ぜひ何かを構築してください。エージェントに Cloudflare を指向させ、どこまで到達できるかを確認し、改善してほしい点や素晴らしいと感じた点を教えてください。X であなたが構築したものを共有するか、Cloudflare コミュニティに参加してください。

原文を表示

Everyone's writing code with AI agents today. But the moment an agent needs to deploy something — and needs to sign up and create an account — it slams face-first into a wall built for humans: a browser-based OAuth flow, a dashboard to click through, an API token to copy-paste, a multi-factor authentication prompt to satisfy. For an interactive copilot sitting next to a developer, that's annoying. For a background agent, it's a hard stop.

Today we're rolling out Temporary Cloudflare Accounts for Agents.

Agents can now deploy websites, APIs, and agents right away, without first needing to sign up for an account.

imageimage

Any agent can now run wrangler deploy –temporary and deploy a Worker to Cloudflare. This temporary deployment stays live for 60 minutes, during which time you can claim the temporary account, making it permanently your own. If you don't, it expires on its own.

imageimage

Our goal? Let your agent code and ship.

Why frictionless deployments matter for AI agents

Frictionless temporary accounts matter more than it might first seem:

Background AI sessions have no human in the loop, and are becoming the norm. Any auth step that needs a browser, a copy-paste, or "click here in 60 seconds" means an agent gets stuck and may choose to deploy elsewhere.

Trial-and-error is the agent's superpower. Agents need a tight write → deploy → verify loop. They need cheap, throwaway deployment targets, so they can curl their own output and decide whether they got it right.

Agent platforms are building their own ways for deploying code to "just work" without extra steps or credentials. People  are starting to expect that this process just works, without the need to sign up for other services that they've not used before or heard of.

How it works

Temporary accounts are built around Wrangler, our Developer Platform command-line interface (CLI) tool that lets developers bootstrap new projects, manage their configurations and resources, and deploy and update them.

Wrangler usage is widely documented online and agents know how to use it very well. But if you hadn’t yet signed in and granted Wrangler permission to your Cloudflare account, when the agent tried to deploy, it would get stuck at the sign-up and authentication step. And you might rightly ask: How do agents and LLMs know that this new –temporary flag in Wrangler exists, so that they actually use it without a human explicitly telling them to do so?

To solve this, we updated Wrangler to prompt the agent with a message that tells it about the –temporary flag:

imageimage

When the agent discovers this, and then runs wrangler deploy again with the –temporary flag, Cloudflare provisions a temporary account for the agent to use, gives Wrangler an API token to work with, and provides a claim URL that the agent can give back to the human.

Let’s go over every step of the flow

Deploying and iterating on a new project

Make sure you’re using the latest Wrangler release, fire up your favorite coding agent, and write a prompt to deploy a "hello world" app in build mode:

Make a very simple hello world Cloudflare Worker in TypeScript and deploy it using wrangler, don't ask me questions, do the best you can

The agent will run wrangler, pick up the –temporary flag from the output messages, build your script, and deploy it instantly, no human in the loop required:

imageimage

As you can see, the agent wrote the script, deployed it using the –temporary flag, curled the preview link it got from the output, and verified that the result matches the code.

This is great, but agentic coding is often not about one single deployment. A session can go through a cycle of multiple code changes. This is not a problem: the agent can iterate on the Worker script and redeploy the changes as many times as it wants (within the 60-minute claim window). Type this prompt:

Now change hello world to "hello cloudflare" and redeploy

Look at the agent changing the source code, reusing the previously created temporary account, redeploying a new version and rechecking the result:

imageimage

Claiming the account

At any point, you can claim the temporary account and make it yours permanently. When you click the claim link you will be taken to a page where you can either sign up for or sign in to Cloudflare, and then claim the temporary account that your Worker was deployed to. This includes claiming not just Workers, but resources like databases and other bindings, too.

imageimage

If you do not claim these temporary accounts within 60 minutes, they will be automatically deleted.

The road to frictionless agentic deployments

This is just one way we’re eliminating the signup barrier for agents. We recently announced a partnership with Stripe and a new protocol we co-designed that lets agents provision Cloudflare on behalf of their users — creating an account, starting a subscription, registering a domain, and getting an API token to deploy code, with no copy-pasting tokens or entering credit card details. Last month, we collaborated with WorkOS on the launch of auth.md, which anyone can adopt, to let agents provision new accounts using well-established, existing OAuth standards.

There’s a ton going on in this space, and we’re excited to keep making it easier for agents to use Cloudflare, and for developers to make their own apps agent-ready. Temporary accounts are one more step toward frictionless agentic deployments — stay tuned for more.

Temporary accounts have some limitations, and their capabilities may change over time; check the developer documentation for more information and then go build something. Point your agent at Cloudflare, see how far it gets, and tell us what we can improve or what delights you — share what you’ve built on X or hop into the Cloudflare Community.

この記事をシェア

関連記事

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

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

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

Latent Space2026年6月20日 17:06

[AINews] 今日特に大きな出来事はありませんでした

Latent Space は、GLM 5.2 が依然として注目されていると指摘しつつ、AIE WF 2026 の通常チケットが月曜日に完売すると発表しました。同サイト購読者向けに限定割引を提供し、参加者には Warp や Datadog などからのスポンサークレジットも付与されます。

TechCrunch AI★42026年6月20日 01:01

米国がアンソロピックの「Fable 5」発売を禁止、しかし市場は動じず

米国政府は国家安全保障上の懸念から、アマゾンの研究者らがガードレール回避手法を発見したとして、アンソロピックに対し最新モデル「Fable 5」と「Mythos 5」の販売差し止めを命じた。サイバーセキュリティ研究者らはこの措置が危険だとする公開書簡に署名し、同社も他モデルでも同様の抜け道が存在すると指摘している。

今日のまとめ

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

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