Temporary Cloudflare accounts for AI agents
Cloudflare launched temporary accounts for AI agents, allowing them to deploy Workers via `wrangler deploy --temporary` without human-in-the-loop signup flows. The deployment stays live for 60 minutes and can be claimed permanently; if unclaimed, it auto-expires. Wrangler's CLI now prompts agents about the `--temporary` flag when they hit auth walls, enabling iterative write-deploy-verify cycles without browser-based OAuth or copy-paste tokens.