Cloudflare · 2026-04-30 · major
Cloudflare + Stripe Projects — AI Agents Can Open Accounts, Buy Domains, and Deploy Without a Human
Cloudflare and Stripe co-designed an open three-step protocol — discovery, identity attestation, payment tokenization — that lets AI coding agents provision Cloudflare accounts, register domains, and deploy Workers apps with no human in the loop.

An open protocol that lets AI agents discover, sign up for, and pay for real cloud services on a user's behalf.
Key specs
| Default spend cap | $100/month per provider |
|---|---|
| Stripe atlas credit | $100k Cloudflare credits |
| Launch partners | Vercel, Supabase, Clerk, PostHog, Sentry, PlanetScale, Inngest |
What is it?
Cloudflare's blog post announces that AI coding agents can now create Cloudflare accounts, start paid subscriptions, register domains, and deploy Workers and Pages apps without any manual human steps beyond accepting terms of service. The plumbing is a protocol co-designed with Stripe Projects (currently in open beta), where Stripe acts as the identity-and-payment layer and Cloudflare is the first big provider to wire it up.
How does it work?
Three components. Discovery: the agent queries an available service catalog over a REST API and autonomously selects the providers it needs. Authorization: Stripe attests the user's identity, and Cloudflare creates an account or links to an existing one via OAuth, then returns encrypted credentials to the agent. Payment: Stripe tokenizes the user's card so credit-card numbers never pass through the agent, and defaults to a $100/month spending cap per service provider.
Why does it matter?
This unblocks coding-agent harnesses from the manual-signup wall — an agent can now spin up a working production stack (compute, DB, auth, observability) end-to-end. Initial integrations beyond Cloudflare include Vercel, Supabase, Clerk, PostHog, Sentry, PlanetScale, and Inngest. New startups incorporated through Stripe Atlas get $100,000 in Cloudflare credits as a launch incentive.
Who is it for?
Builders of autonomous coding agents and agent frameworks
Try it
Stripe Projects open beta + cloudflare/skills repo on GitHub