Summary

Cloudflare added a Temporary Accounts API that lets platforms create temporary preview accounts via the REST API and deploy a live Worker before a user signs in, returning a claim URL to make the account and its resources permanent.

What changed

On July 14, 2026, Cloudflare shipped the Temporary Accounts API. A platform creates a temporary preview account, deploys with the returned temporary account ID and API token, then shows the user the deployed Worker URL plus a claim URL that converts the temporary account and resources into a permanent account.

Why it matters

This is aimed squarely at coding agents and AI app builders that generate and deploy Workers on a user's behalf. Removing the sign-in step before a live deploy lets these platforms keep users in a single generate-deploy-test flow, lowering onboarding friction for AI-built applications and strengthening Cloudflare's position as the default runtime for generated code.

Evidence excerpt

Platforms can now create temporary preview accounts through the Cloudflare REST API, which lets your platform deploy a live Worker before the user signs in to Cloudflare. With the Temporary Accounts API, coding agents, AI app builders, and other platforms can build a similar flow for generated Workers and supported resources.

Sources