Logic of Logic
thursday, august 6, 2026 · the day's ai, attributed published by trilot llc · wyoming
brief productssafety

Cloudflare lets agents deploy, no account

Cloudflare added a wrangler deploy --temporary flag so an AI agent can ship a Worker with no signup, then a human claims the account within 60 minutes.

Cloudflare on June 19 added a way for AI agents to deploy code without first signing up for anything. Run wrangler deploy --temporary and Cloudflare provisions a throwaway account on the spot, hands the agent an API token, and returns a claim link. The deployed Worker goes live on a workers.dev URL and stays up for 60 minutes. A human can click the claim link inside that window to keep the account and its resources permanently; leave it unclaimed and the whole thing expires on its own. The flag needs Wrangler 4.102.0 or later, and you have to be logged out for the agent to hit the temporary path.

The reasoning Cloudflare gives is that background agents have no human in the loop, so any step that needs a browser login or a copy-pasted token is where an agent stalls or wanders off to deploy somewhere else. The new flow gives it a tight write, deploy, and check loop instead.

What it means for operators

This removes real friction if you let a coding agent build and test small services. It also changes who holds the keys. The deployment exists before you sign in, and the claim link is the only thread tying it to you, so treat that link as a credential and claim deliberately rather than reflexively. The 60-minute expiry is a useful safety default: an agent’s experiment cleans itself up unless you decide to keep it.

It fits the wider push to give agents their own scoped credentials and managed auth rather than your personal logins. If you are letting a coding agent run for you, know that it can now spin up live infrastructure, so keep an eye on what it claims.

sources 3 cited
1 blog.cloudflare.com Temporary Cloudflare Accounts for AI agents 2 developers.cloudflare.com Temporary accounts for AI agent deployments (changelog) 3 developers.cloudflare.com Claim deployments (temporary accounts), Workers docs
next