The AI agent-focused feature allows applications to be published on Workers for up to 60 minutes without the need to create an account.
Cloudflare has introduced a temporary accounts mechanism that allows projects to be published on its Workers platform without requiring prior registration. By running the command `npx wrangler deploy --temporary`, the company provisions an ephemeral environment that keeps the application live for a limited period of 60 minutes. The tool generates a link so developers can claim the project and convert it into a permanent account if they wish to extend the service's validity.
Although the company presents the feature from the perspective of use by artificial intelligence agents, the functionality has broad applications. Technology researcher Simon Willison noted that the AI appeal is not strictly necessary, making it a practical feature for any developer needing quick tests or instant deployments.
Willison tested the system using a language model to create an HTTP redirect tracking application. The temporary deployment process occurred according to Cloudflare's specifications. At the end of the procedure, the claim interface displayed a countdown to access expiration and the option to take ownership of the project and its respective resources.
The initiative reflects a movement within the cloud infrastructure industry to lower barriers to entry and attract developers. By eliminating the initial account creation step, Cloudflare aims to accelerate the development cycle and facilitate the integration of automated systems, in which software agents perform tasks autonomously without human intervention for credential configuration.
You can deploy a project without an account by running the command `npx wrangler deploy --temporary`. This provisions an ephemeral environment that keeps your application live for up to 60 minutes.
Temporary deployments on Cloudflare Workers last for a limited period of 60 minutes. Before this time expires, developers receive a link to claim the project and convert it into a permanent account.
Cloudflare introduced temporary accounts to lower barriers to entry, accelerate the development cycle, and facilitate the integration of automated AI systems that perform tasks autonomously without human intervention for credential configuration.