Cloudflare has introduced 'Temporary Cloudflare Accounts for Agents,' a feature that allows temporary deployments to Cloudflare using only AI agents, reducing the need for human intervention.



On June 19, 2026, Cloudflare announced 'Temporary Cloudflare Accounts for Agents,' which allows AI agents to deploy applications without creating a Cloudflare account or logging in.

Temporary Cloudflare Accounts for AI agents

https://blog.cloudflare.com/temporary-accounts/

After having an AI agent write code, when you actually try to publish it to a service, tasks requiring human intervention occur, such as opening a login screen in a browser, creating an account, going through authentication, and copying and pasting the API token.

In AI agent development, the process of writing code, publishing it, modifying it, and republishing it is repeated many times in a short period of time, so if authentication or account creation is inserted in between, the trial-and-error pace is disrupted. To resolve the problem of AI agents encountering human-oriented procedures when publishing their code, Cloudflare has announced 'Temporary Cloudflare Accounts for Agents,' which are temporary Cloudflare accounts that can be used by AI agents.

Temporary Cloudflare Accounts for Agents is a new feature added to Wrangler, Cloudflare's command-line tool for developers. Previously, Wrangler required login and authentication before deploying to Cloudflare, but with this new feature, the AI agent can run 'wrangler deploy --temporary' to deploy using a temporary account.

The temporary account created after deployment is valid for 60 minutes. If you open the transfer URL within 60 minutes and log in to or register for Cloudflare, you can transfer and retain the Workers and related resources created on the temporary account to your Cloudflare account. If you do not transfer within 60 minutes, the temporary account and deployment contents will be automatically deleted.



Furthermore, if Cloudflare credentials cannot be found when the AI agent executes a normal deployment command, Wrangler will notify the agent that it can retry with the '--temporary' flag. The AI agent can then understand from the notification how to deploy using a temporary account.



When a command with the '--temporary' flag is executed, Cloudflare creates or reuses a temporary account for the AI agent, deploys the worker to the workers.dev URL, and displays a URL for a human to take over later.



Temporary accounts are intended to facilitate prototyping and automated deployments by AI agents. For production environments and continuous integration/continuous deployment (CI/CD), it is recommended to use a regular Cloudflare account and credentials. As of the time of writing, this feature is available for a limited number of Cloudflare products and resources, including Workers, Workers Static Assets, Workers KV, D1, Durable Objects, Hyperdrive, Queues, and SSL/TLS certificates, and there are limitations on its availability.

Cloudflare explains that this temporary account is part of an effort to make Cloudflare easier for AI agents to use. Cloudflare also mentioned its collaboration with Stripe and WorkOS, stating that it is moving towards making it possible for AI agents to handle tasks such as account creation, subscription activation, domain registration, and API token acquisition in fewer steps.

in Web Service, Posted by log1d_ts