返回 2026-06-23
🛠 工具 / 开源

面向 AI 代理的临时 Cloudflare 账户Temporary Cloudflare Accounts for AI agents

simonwillison.net·2026-06-21 节选正文

Cloudflare 推出了一项名为“临时账户”的新功能,允许用户在不注册账户的情况下直接部署 Cloudflare Workers 项目。官方宣称该功能专为 AI 代理设计,但其免注册即可通过 `npx wrangler deploy --temporary` 部署的特性,实际上对所有开发者都具有极高的实用价值。这大幅降低了 Serverless 应用部署的门槛,实现了真正的即开即用。

Simon Willison

21st June 2026 - Link Blog

Temporary Cloudflare Accounts for AI agents (via) 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:

需要完整排版与评论请前往来源站点阅读。