Temporary Cloudflare Accounts for AI agents
Cloudflare now lets developers deploy temporary Workers projects for 60 minutes without creating an account, useful for agent-driven prototyping.
Excerpt
<p><strong><a href="https://blog.cloudflare.com/temporary-accounts/">Temporary Cloudflare Accounts for AI agents</a></strong></p>
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.</p>
<p>Short version: you can now create a Cloudflare Workers project and run this, without even creating a Cloudflare account:</p>
<pre><code>npx wrangler deploy --temporary
</code></pre>
<p>Cloudflare will deploy the application to a new, ephemeral project which will stay live for 60 minutes.</p>
<p>I <a href="https://gist.github.com/simonw/264bd6b8a39fc34c91c9c867454c64b9">had GPT-5.5 xhigh</a> in Codex Desktop <a href="https://github.com/simonw/cloudflare-redirect-resolver">build this test application</a> providing a tool for following HTTP redirects and returning the final destination. The temporary deployment worked as advertised.</p>
<p>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:</p>
<p><img alt="Screenshot of a Cloudflare account claim page. A red banner at top reads "This claim link expires in 49:26". Below, a card titled "Educated Celery" with the text "Claim this account to take ownership of cloudflare-redirect-resolver and all its resources." and a blue "Claim Account" button. A worker entry shows "cloudflare-redirect-resolver" with the URL "cloudflare-redirect-resolver.educated-celery.workers.dev"." src="https://static.simonwillison.net/static/2026/cloudflare-claim.jpg" />
<p><small></small>Via <a href="https://news.ycombinator.com/item?id=48608394">Hacker News</a></small></p>
<p>Tags: <a href="https://simonwillison.net/tags/cloudflare">cloudflare</a></p>
Read at source: https://simonwillison.net/2026/Jun/21/temporary-cloudflare-accounts/#atom-everything