Agents can now create Cloudflare accounts, buy domains, and deploy
Agents go from zero to production without any manual steps—just a single prompt.
Cloudflare and Stripe have unveiled a groundbreaking protocol that empowers AI agents to fully provision cloud infrastructure on behalf of users. Agents can now create a new Cloudflare account, link a payment method via Stripe, purchase a domain, and receive an API token—all within a single session using the Stripe Projects CLI. The process requires only initial user approval (OAuth and TOS acceptance) and optional payment method setup if missing. Once authorized, the agent handles everything: it discovers available services via a catalog command (`stripe projects catalog`), requests provisioning, and deploys code to a newly registered domain. Cloudflare’s MCP server and Agent Skills further streamline the deployment, allowing agents to understand Cloudflare’s service catalog and execute actions like domain registration and API token generation without manual dashboard steps.
This integration rests on three components: discovery (agent queries a service catalog to find available Cloudflare products like Registrar), authorization (Stripe attests user identity via OAuth/OIDC, enabling Cloudflare to either link an existing account or provision a new one), and payment (Stripe provides a payment token so the agent can start subscriptions and make purchases). The protocol is designed to be extensible: any platform with signed-in users can adopt it to offer the same zero-friction agent experience. As part of the launch, Cloudflare is offering $100,000 in credits to new startups incorporating via Stripe Atlas. This eliminates the last human bottlenecks in agent-driven deployments—no copying API tokens, no entering credit cards, no dashboard navigation. Agents can now go from zero infrastructure to a live production app with a single prompt.
- Agents can autonomously create Cloudflare accounts, start paid subscriptions, register domains, and generate API tokens via a new Stripe-Cloudflare protocol.
- The process uses the Stripe Projects CLI with three components: discovery (catalog), authorization (OAuth/OIDC), and payment (Stripe payment tokens).
- Cloudflare is offering $100,000 in credits to startups incorporating via Stripe Atlas, and the protocol is open to any platform with signed-in users.
Why It Matters
This removes the last human-only steps in agent-driven deployments, enabling fully autonomous infrastructure provisioning and production launches.