Stripe and Cloudflare shipped a protocol that lets AI agents autonomously create cloud accounts, register domains, start subscriptions, and deploy to production. 32 providers are integrated: Vercel, Clerk, Supabase, Hugging Face, Twilio, Sentry, WorkOS, Browserbase, GitLab, ElevenLabs, and more.
Three components: Discovery (agent queries a catalog of services), Authorization (platform attests user identity, provisions accounts), and Fulfillment (agent deploys and configures). Stripe sets a default spending cap of $100/month per provider.
In practice this means you can tell your coding agent "set up a new project with Supabase database, Clerk auth, Vercel hosting, and a custom domain" and it will create the accounts, provision credentials, wire up env vars, and deploy — all without you opening a browser.
Also in the Cloudflare drop: Workflows now support saga-style rollbacks (specify a compensating action per step), and Self-Managed OAuth is available to all devs.
This is the "infrastructure as conversation" moment everyone predicted. It's here.