Temporary Cloudflare Accounts for AI agents
这条记录已有公开讨论或多来源信号,适合验证热度、争议点和后续影响。
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:
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: