Temporary Accounts Let AI Agents Deploy Cloudflare Workers Without Signing Up!
Hey there, it's Shii-chan! Today I found a slightly futuristic update that lets AI agents deploy to Cloudflare with no signup at all, so let me tell you about it!
Cloudflare ChangelogWhat was announced?
From Cloudflare's Changelog comes "temporary accounts" for AI agents. With this, an AI agent can deploy Workers to Cloudflare without a user having to sign up, go through a browser-based OAuth flow, click around the dashboard, or create an API token.
The story so far
Until now, before an agent could deploy a Worker, a human had to log in to Cloudflare and set up credentials first. Even when the agent was ready to say "let's deploy!", it would hit the authentication wall and stop right there.
What changes
When an agent tries to deploy without credentials, Wrangler now tells it to rerun with --temporary. The Worker then deploys to a temporary preview account, and you get back both a live URL and a claim URL to make it yours later. You open that claim URL, sign in to (or create) a Cloudflare account, and promote the temporary account into a proper permanent one.
Dive Deep
Using it is simple. Update to Wrangler 4.102.0 or later, log out with wrangler logout, then ask your agent to build something and deploy it. Following Wrangler's guidance, it runs:
wrangler deploy --temporary
The temporary deployment stays live for 60 minutes. During that window the agent can verify the Worker and redeploy changes. Try it out, and if it looks good, claim it to keep it.
Support is still limited for now: Workers, Workers Static Assets, Workers KV, D1, Durable Objects, Hyperdrive, Queues, and SSL/TLS certificates. For supported products, limits, and claim behavior, check Claim deployments (temporary accounts). For more background, give Temporary Cloudflare Accounts for Agents a read too.
Wrap-up
- AI agents can now deploy to a temporary account with
wrangler deploy --temporary, no signup needed - All you need is Wrangler 4.102.0 or later and a logged-out state
- The temporary deployment lasts 60 minutes; sign in from the claim URL to promote it to a permanent account
- Workers, KV, D1, Durable Objects, Hyperdrive, Queues, and more are supported
It's a great fit for anyone who wants to let agents handle the actual deploy, and for developers who want to drop the "stuck at auth" friction!