Cloudflare now allows developers to deploy Workers projects without creating an account, letting applications run for sixty minutes on ephemeral infrastructure. A single command initiates the deployment, and the service generates a unique URL for the live instance. Simon Willison tested this capability by having an AI model build a redirect resolver, which deployed successfully under the new rules. Users can claim the associated account via a link shown on the dashboard if they wish to extend the lifespan of the project beyond the initial timeout.
This approach removes friction for testing code snippets or validating ideas without committing to a full subscription. It also reduces the administrative overhead for organisations managing thousands of short-lived scripts. The feature works regardless of whether the deployment is driven by a human or an automated agent.
* Deployments expire automatically after sixty minutes unless claimed.
* No credit card details are required for temporary projects.
* Claiming the account converts the ephemeral project into a permanent one.



