Cloudflare Launches Temporary Accounts for Workers Projects to Speed AI Development
Run wrangler deploy --temporary to spin up a 60‑minute temporary account for agent deployments.
Run wrangler deploy --temporary to test agent deployments.
Summary
Cloudflare has introduced a new feature that lets developers deploy Workers projects without first creating a Cloudflare account. By running the command wrangler deploy --temporary, a temporary project is created that remains live for 60 minutes, after which it automatically expires. The deployment process outputs a claim URL that allows the developer to convert the temporary project into a permanent account and retain ownership of the project and its resources.
The feature was demonstrated with a simple redirect resolver application. The claim page displays the project name, an expiration countdown, and a “Claim Account” button. This design enables rapid prototyping and testing of Workers code, especially useful for AI agents or quick demos, without the overhead of account setup. The 60‑minute window gives developers enough time to experiment while keeping the platform tidy, and the claim URL serves as a bridge between the temporary and permanent environments, ensuring that any resources created during the trial can be migrated without loss.
The move aligns with Cloudflare’s broader push to support AI workloads and serverless development. By removing the account‑setup barrier, the company lowers friction for developers building AI agents or quick demos. The temporary accounts also help reduce resource waste, as unused projects are automatically purged. Industry observers see this as a strategic step to attract more developers to the Workers ecosystem, potentially boosting adoption of Cloudflare’s edge computing services. The feature is expected to accelerate experimentation and lower the learning curve for new users, making Cloudflare’s platform more accessible to a wider audience.
Key changes
- Temporary Cloudflare Accounts allow agents to deploy without signing up, using wrangler deploy --temporary.
- The temporary deployment stays live for 60 minutes, after which the account expires if not claimed.
- Wrangler prompts agents about the --temporary flag and provisions an API token and claim URL automatically.
- Temporary accounts support claiming Workers, databases, and other bindings within the 60‑minute window.
- Cloudflare partners with Stripe to let agents provision Cloudflare on behalf of users via a new protocol.
- Cloudflare partners with WorkOS to launch auth.md for OAuth‑based account provisioning for agents.
- The feature removes the browser‑based OAuth flow and copy‑paste token steps for agent deployments.
- Developers can test the feature by running wrangler deploy --temporary and claiming the account.