AI エージェント向けのクラウドフレア一時的アカウント機能
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Simon Willison Blog
クラウドフレアが、AI エージェントおよび一般ユーザー向けに、アカウント作成不要で Workers プロジェクトをデプロイできる「一時的アカウント」機能を導入した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るSource Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
AI エージェント向けの一時的 Cloudflare アカウント
発表ではこれは「AI エージェント向け」とされていますが(最近では非常に一般的な傾向ですが)、この AI というフックは必ずしも必要ではなく、他のすべての人にとっても興味深い機能です。
簡潔に言うと、Cloudflare アカウントを作成することなく、今や Cloudflare Workers プロジェクトを作成してこれを実行できるようになりました:
npx wrangler deploy --temporary
Cloudflare は、このアプリケーションを新しい一時的なプロジェクトにデプロイし、60 分間稼働状態を維持します。
私は Codex Desktop で GPT-5.5 xhigh を使用し、HTTP リダイレクトを追跡して最終的な宛先を返すツールを提供するこのテストアプリケーションを構築しました。一時的なデプロイは広告通り機能しました。
デプロイを実行すると、新しいプロジェクトを引き継ぐためのページへの URL が表示されます(60 分以上稼働させたい場合用)。その請求画面の例は以下の通りです:

Via Hacker News
Tags: cloudflare
原文を表示
Temporary Cloudflare Accounts for AI agents
The announcement says this is "for AI agents" but (as is pretty common these days) the AI hook isn't really necessary, this is an interesting feature for everyone else as well.
Short version: you can now create a Cloudflare Workers project and run this, without even creating a Cloudflare account:
npx wrangler deploy --temporary
Cloudflare will deploy the application to a new, ephemeral project which will stay live for 60 minutes.
I had GPT-5.5 xhigh in Codex Desktop build this test application providing a tool for following HTTP redirects and returning the final destination. The temporary deployment worked as advertised.
Running the deployment spits out the URL to a page for claiming the new project, for if you want it to last for more than 60 minutes. Here's what that claim screen looks like:

Via Hacker News
Tags: cloudflare
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み