« All posts

Cloudflare Launches Temporary Accounts for AI Agents

Cloudflare adds a --temporary flag to Wrangler CLI, letting AI agents deploy Workers without sign-up. 60-minute temporary accounts enable frictionless code-deploy-verify loops without human intervention.

Cloudflare has added a --temporary flag to its Wrangler CLI, allowing AI coding agents to deploy Workers without first completing human-oriented sign-up steps like browser OAuth flows, dashboard clicks, or MFA prompts. A deployment created this way stays live for 60 minutes, during which a developer can claim the account permanently via a claim URL; otherwise it auto-expires and is deleted.

The move addresses a growing reality: background AI agent sessions run without a human in the loop, and any auth step requiring browser interaction or copy-pasting tokens becomes a hard stop for automation. Agents thrive on rapid write-deploy-verify cycles, needing cheap, disposable deployment targets to test their own output. Wrangler now surfaces the --temporary flag directly in its output so agents can discover and use it autonomously, without explicit instruction from a developer.

This release is part of a broader push by Cloudflare to remove sign-up friction for agentic workflows, alongside a Stripe partnership and a jointly designed protocol for agent-driven account provisioning, plus the WorkOS-backed auth.md standard for OAuth-based account creation. For engineers building agent-driven pipelines, this signals a shift toward infrastructure providers actively designing for non-human, autonomous consumers of their platforms.