# Cloudflare Introduces Temporary Accounts for Autonomous Worker Deployment

> Source: <https://www.infoq.com/news/2026/07/cloudflare-temp-accounts/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global>
> Published: 2026-07-10 15:16:00+00:00

Cloudflare has recently [introduced temporary accounts](https://blog.cloudflare.com/temporary-accounts/) that let AI agents deploy Cloudflare Workers immediately, without first creating or authenticating with a permanent account. If left unclaimed, the accounts and their deployments expire automatically after 60 minutes.

The new feature removes a common automation bottleneck in agent-driven workflows, while preserving a clear handoff to human ownership and limiting the security and operational risks associated with abandoned resources. Using `wrangler deploy --temporary`

, an agent receives a live deployment that remains active for up to 60 minutes, during which a human can claim it and convert it into a permanent account.

*Source: Cloudflare blog*

While the new feature is designed for AI-generated deployments and background agent sessions, the [temporary accounts](https://developers.cloudflare.com/workers/platform/claim-deployments/) can also help quickly prototype new ideas on a new Cloudflare account and support first-time Workers evaluations. [Sid Chatterjee](https://x.com/sidchatterjee), principal engineer at Cloudflare, [Celso Martinho](https://www.linkedin.com/in/celsomartinho/), VP of engineering at Cloudflare, and [Brendan Irvine-Broque](https://www.linkedin.com/in/brendanirvinebroque/), senior director of product at Cloudflare, explain:

The moment an agent needs to deploy something — and needs to sign up and create an account — it slams face-first into a wall built for humans: a browser-based OAuth flow, a dashboard to click through, an API token to copy-paste, a multi-factor authentication prompt to satisfy. For an interactive copilot sitting next to a developer, that's annoying. For a background agent, it's a hard stop.

AI agents can now deploy websites, APIs, and other agents immediately, without first requiring users to create or authenticate an account. Frictionless temporary accounts let AI agents deploy, test, and iterate without interactive authentication, enabling fully autonomous workflows. Chatterjee, Martinho, and Irvine-Broque add:

This temporary deployment stays live for 60 minutes, during which time you can claim the temporary account, making it permanently your own. If you don't, it expires on its own.

The announcement attracted significant attention in the community, with some still questioning whether this really addresses the hard-limit budget. [On Hacker News](https://news.ycombinator.com/item?id=48608394), [Simon Willison](https://www.linkedin.com/in/simonwillison/), co-founder of Lanyrd and co-creator of the Django web framework, comments:

Looks like Cloudflare

stillhaven't shipped the most valuable possible feature for Cloudflare Workers though: hard billing caps.

Ronald Simons, founder of Treenia, [comments](https://www.linkedin.com/feed/update/urn:li:activity:7473722519674314752?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7473722519674314752%2C7474986392159342592%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287474986392159342592%2Curn%3Ali%3Aactivity%3A7473722519674314752%29) on LinkedIn:

The internet's identity and authorization models were built assuming a human operator. As agents increasingly create, deploy, acquire, and manage digital assets, temporary credentials solve today's deployment problem, but they also expose a larger question: how will persistent ownership, authority, and accountability be established for agent-driven infrastructure over time?

*Source: Cloudflare blog*

Among the [current limitations](https://developers.cloudflare.com/workers/platform/claim-deployments/#limits), temporary accounts are subject to rate limits and abuse-prevention checks, cannot be used alongside authenticated Cloudflare credentials, and require that claim URLs be handled securely because they grant account ownership.

The new feature requires [Wrangler](https://developers.cloudflare.com/workers/wrangler/) 4.102.0 or later.
