Account creation, on demand
Your agent provisions a Cloudflare account when you don't have one yet. You skip the signup page and the email verification.
Your agent creates a Cloudflare account, starts a subscription, registers a domain, and gets back an API token. You stay in the loop for approvals. The dashboard, the copy-pasted tokens, the credit card form drop out of the workflow.
Stripe and Cloudflare co-designed a protocol that lets your agent provision, pay, and deploy for you. It builds on OAuth and OIDC, extended with payment tokenization so the agent can buy services without ever holding your card.
Your agent calls stripe projects catalog and reads back every available Cloudflare service: Workers, R2, D1, KV, Registrar, and the rest. No prior context needed.
Stripe attests to your identity. If you have no Cloudflare account yet, Cloudflare creates one and hands the agent a fresh API token. If you have one, you grant access through a standard OAuth flow.
When the agent buys a paid service, Stripe sends Cloudflare a payment token. Your card numbers stay at Stripe. A $100 per-provider monthly cap stops a runaway agent before it racks up a bill.
The agent registers a domain at Cloudflare Registrar, uploads the build to Workers, and binds the domain. You type one prompt; the agent does the rest.
Your agent handles the steps that used to need you: signup, payment, token generation. You set the rules; the agent stays inside them.
Your agent provisions a Cloudflare account when you don't have one yet. You skip the signup page and the email verification.
Your agent buys a domain at Cloudflare Registrar and binds it to the deployment. One workflow, one ledger.
Stripe holds your card. Cloudflare receives a payment token. Your agent reads neither one.
Stripe enforces a $100 per-provider monthly default. Pair it with Cloudflare Budget Alerts to tune the limit.
Install the Stripe CLI with the Projects plugin and run one command. Your agent picks up from there. You can start before you have a Cloudflare account; the agent creates one for you.
stripe projects init // stripe projects is in open beta. startups that incorporate through stripe atlas get $100,000 in cloudflare credits.