


The moment an agent needs to deploy something, it slams face-first into a wall built for humans. Today we're rolling out Temporary Accounts on Cloudflare Workers. Any agent can now run wrangler deploy β temporary and get a live Worker in seconds.
Cloudflare Temporary Accounts is a new feature on Cloudflare Workers that lets AI agents deploy code instantly without going through a traditional sign-up flow. When an agent runs wrangler deploy --temporary, Cloudflare provisions a temporary account on the fly, deploys the Worker, and keeps it live for 60 minutes. During that window, a human can claim the account to make it permanent, or it expires automatically. This removes the browser-based OAuth, dashboard navigation, and API token copy-paste steps that previously blocked automated deployments.
When an agent runs wrangler deploy without being signed in, Wrangler prompts it about the --temporary flag. The agent then runs the command again with that flag, and Cloudflare instantly creates a temporary account, issues an API token, and provides a claim URL for the human to take ownership later.
The deployed Worker stays live for exactly 60 minutes. During this time, the agent can iterate on the code and redeploy as many times as needed. If no one claims the account within the window, everything expires automatically β no cleanup required.
Wrangler is widely documented and agents already know how to use it. The --temporary flag is surfaced directly in Wrangler's output messages, so agents discover it naturally without needing explicit human instruction. This keeps the deployment loop fully autonomous.
At any point during the 60-minute window, a human can use the claim URL provided by the agent to take ownership of the temporary account. Once claimed, the account becomes a permanent Cloudflare account with all its deployments preserved.
"Any agent can now run
wrangler deploy --temporaryand deploy a Worker to Cloudflare in seconds."
This is the first time a major cloud platform has designed its sign-up flow specifically for non-human users. Instead of forcing agents through a human-centric authentication gauntlet, Cloudflare Temporary Accounts treats the agent as a first-class user. The 60-minute window with automatic expiry also means agents can freely experiment with throwaway deployments without worrying about account cleanup or leftover resources.
You're building or using AI agents that need to deploy code autonomously, you want to eliminate the friction of account creation from your agentic coding workflow, or you're looking for a way to give agents cheap, temporary deployment targets for rapid trial-and-error iteration.
Other tools you might consider
Loading commentsβ¦
Maker
neon_dev
Visit Website
blog.cloudflare.com/temporary-accounts/
Project Info
Product Keywords