Temporary Cloudflare Accounts for AI agents
Simon Willison · Simon Willison · 2026-06-21
Cloudflare launches ephemeral Workers deployments via `npx wrangler deploy --temporary`, requiring no account and staying live for 60 minutes, with an optional claim flow for permanent hosting.
Appears in
Extraction
Topics: cloudflare-workersserverless-deploymentdeveloper-toolsai-agents
Claims
- Cloudflare now allows deploying Workers projects without an account using the `--temporary` flag.
- Ephemeral deployments remain live for 60 minutes and can be claimed for permanent use via a generated URL.
- The 'AI agents' framing in Cloudflare's announcement is largely marketing; the feature is broadly useful for all developers.
- Simon Willison tested the feature using GPT-5.5 xhigh in Codex Desktop to build an HTTP redirect-following tool, and it worked as advertised.
Key quotes
you can now create a Cloudflare Workers project and run this, without even creating a Cloudflare account
the AI hook isn't really necessary, this is an interesting feature for everyone else as well