Workers - Temporary accounts for AI agent deployments
16d ago
Source
CloudflareWorkers - Temporary accounts for AI agent deploymentscloudflare.comAI agents can now deploy Workers to Cloudflare without first requiring a user to sign up, open a browser-based OAuth flow, click through the dashboard, or create an API token. When an agent tries to deploy without Cloudflare credentials, Wrangler can tell it to rerun with --temporary , then deploy the Worker to a temporary preview account. To try this with your agent, update to Wrangler 4.102.0 or later, make sure you are logged out ( wrangler logout ), and then ask your agent to build something and deploy it to Cloudflare. The agent should follow Wrangler's output and deploy using the --temporary flag. wrangler deploy --temporary The temporary deployment stays live for 60 minutes. During that window, the agent can verify the Worker, redeploy changes, and return both the live Worker URL and claim URL. Opening the claim URL lets you sign in to or create a Cloudflare account and make the temporary account permanent. Temporary preview accounts currently support a limited set of products, including Workers, Workers Static Assets, Workers KV, D1, Durable Objects, Hyperdrive, Queues, and SSL/TLS certificates. For supported products, limits, and claim behavior, refer to Claim deployments (temporary accounts) . For more context, refer to Temporary Cloudflare Accounts for Agents .
You might also wanna read
Cloudflare launches temporary accounts for AI agents to bypass human signup flows
Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t
Cloudflare launches temporary accounts for AI agents to bypass human signup flows
Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t
Cloudflare enables AI agents to autonomously create accounts, buy domains, and deploy code
Cloudflare now allows AI coding agents to create accounts, purchase domains, set up paid subscriptions, and obtain API tokens autonomously o

Comments
Sign in to join the conversation.
No comments yet. Be the first.