Starting today, agents can now be Cloudflare customers. They can create a Cloudflare account, start a paid subscription, register a domain, and get back an API token to deploy code right away. Humans can be in the loop to grant permission, but there’s no need to go to the dashboard, copy and paste API tokens, or ent...
Agents can now create Cloudflare accounts, buy domains, and deploy
Cloudflare Blog · 2026-04-30
Related items
Workers, Secrets Store - Deploy to Cloudflare buttons now support Worker environment variables, secrets, and Secrets Store secrets
Any template which uses Worker environment variables , secrets , or Secrets Store secrets can now be deployed using a Deploy to Cloudflare button . Define environment variables and secrets store bindings in your Wrangler configuration file as normal: wrangler.jsonc { " name " : "my-worker" , " main " : "./src/index....
Announcing Claude Managed Agents on Cloudflare
Cloudflare has integrated with Anthropic's Claude Managed Agents to provide a fast, isolated execution environment for autonomous code delivery. This means builders can scale agent workflows globally while strictly controlling access to private backends and easily customizing their agent’s tools and runtimes.
Workers - Better local deployment flow for Cloudflare Workers
Until now, if a Worker had been previously deployed via the Cloudflare Dashboard , a subsequent deployment done via the Cloudflare Workers CLI, Wrangler (through the deploy command ), would allow the user to override the Worker's dashboard settings without providing details on what dashboard settings would be lost....
Pages - Cloudflare Pages builds now provide Node.js v22 by default
When you use the built-in build system that is part of Cloudflare Pages , the Build Image now includes Node.js v22. Previously, Node.js v18 was provided by default, and Node.js v18 is now end-of-life (EOL). If you are creating a new Pages project, the new V3 build image that includes Node.js v22 will be used by defa...
Secrets Store, AI Gateway, SSL/TLS - Manage and deploy your AI provider keys through Bring Your Own Key (BYOK) with AI Gateway, now powered by Cloudflare Secrets Store
Cloudflare Secrets Store is now integrated with AI Gateway, allowing you to store, manage, and deploy your AI provider keys in a secure and seamless configuration through Bring Your Own Key . Instead of passing your AI provider keys directly in every request header, you can centrally manage each key with Secrets Sto...
Workers - You can now deploy and manage Workflows in Terraform
You can now create and manage Workflows using Terraform, now supported in the Cloudflare Terraform provider v5.11.0 . Workflows allow you to build durable, multi-step applications -- without needing to worry about retrying failed tasks or managing infrastructure. Now, you can deploy and manage Workflows through Terr...