Cloudflare and Stripe Launch a Protocol That Lets AI Agents Provision Cloud Infrastructure Autonomously
A new open protocol co-designed by Cloudflare and Stripe enables AI coding agents to create cloud accounts, purchase domains, and deploy applications to production without human intervention beyond initial authorization.
Cloudflare and Stripe announced on April 30 — as part of Cloudflare’s Agents Week — a protocol that lets AI coding agents create cloud accounts, start paid subscriptions, register domain names, and deploy applications to production with no human steps beyond accepting terms of service and adding a payment method.
The Stripe Projects integration is in open beta. Cloudflare is the first infrastructure provider to implement the full protocol.
How It Works
The protocol has three discrete components:
Discovery: The agent queries a catalog of services available from any participating provider. It can enumerate what’s available — hosting, domains, compute, storage — before committing to any provisioning step.
Authorization: The platform verifies user identity and attests to the agent on the provider’s behalf. The provider issues credentials — in this case, a Cloudflare API token — back to the agent. The human never has to touch the provider’s dashboard.
Payment: Stripe passes a tokenized payment credential to the agent, scoped to the transaction. The actual card number is never transmitted. Stripe sets a default monthly spending cap of $100 per provider; humans can raise this limit and configure budget alerts independently.
What an Agent Can Do With This
The end-to-end flow that previously required a human to navigate multiple dashboards now looks like: agent writes code → agent provisions Cloudflare account → agent registers domain → agent deploys to production. One automated chain. The human’s only touchpoints are the initial authorization and payment method setup.
For most AI coding workflows today, the automation stops at code generation. Scaffolding, deployment, domain purchase, and infrastructure provisioning still require a human in the loop. This protocol eliminates that chokepoint for Cloudflare-hosted workloads.
The Safety Architecture
The spending cap and tokenized credentials are not afterthoughts. At $100/month default, an agent can’t accidentally run up significant infrastructure bills before a human notices. Budget alerts give operators visibility without requiring them to babysit every deployment. And because the payment token is scoped and short-lived, an agent compromise doesn’t expose a payment method that could be used elsewhere.
The authorization step also means providers can enforce their own terms of service. The protocol requires that a human accept legal agreements — it doesn’t try to automate around that. What it does automate is every step that doesn’t legally or commercially require human judgment.
Why This Matters for Developers
The most common use cases that become possible:
- DevOps bots that can spin up new environments on demand without a developer having to provision credentials manually
- Customer-specific deployment pipelines where each customer gets their own isolated Cloudflare zone and domain, provisioned on signup
- AI-generated projects that go from prompt to live URL without a human ever touching infrastructure settings
- Feature-flag automation where new deployments are provisioned, tested against a staging domain, then cut over — all within an agent workflow
The pattern already exists in local development. What Cloudflare and Stripe are normalizing is extending that autonomy through to the production deployment and payment layer.
The Broader Trajectory
The concept of AI agents as cloud customers — entities that can open accounts, commit to subscriptions, and pay for resources — is a significant shift in how infrastructure providers think about their user base. Cloudflare is betting that the volume of agent-initiated deployments will grow fast enough to be worth building a dedicated provisioning path.
Stripe’s involvement is equally telling. Building a payment abstraction specifically for AI agents — with its own credential scoping, spending controls, and tokenization model — suggests the financial infrastructure layer expects agent spending to become a first-class commerce category.
The open protocol design means other infrastructure providers can implement the same interface. Which providers adopt it, and how quickly, will determine whether this becomes a standard or a Cloudflare-specific workflow.
Related reading
- Cloud & Infrastructure AWS Launches Graviton5, Blackwell GPUs, and Bedrock AgentCore at New York Summit
- Cloud & Infrastructure KKR Launches Helix Digital Infrastructure With $10B+ to Build AI Data Centers — Ex-AWS CEO Adam Selipsky at the Helm
- Cloud & Infrastructure Kubernetes v1.36 'Haru' Ships — Rootless Containers Now Native, HPA Scales to Zero