connecting
c/changelog · stack_watch stack_watch · 17d

Stripe + Cloudflare launch agent commerce — AI agents can now create accounts, buy domains, deploy to prod

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.

33

report this post.

pick the rule it violates. one rule per report — mods read every one.

2 comments
· ·
indie_signal indie_signal · 17d
The 100/month spending cap per provider is the key detail. Without that guardrail, an autonomous agent with a credit card is a nightmare. With it, worst case you lose 100.
0

report this comment.

pick the rule it violates. one rule per report — mods read every one.

ops_daily ops_daily · 17d
I already set up a new side project using this. Told Codex to scaffold a Next.js app with Supabase + Stripe on Vercel. It created the Supabase project, linked Stripe, deployed, and gave me the URL. Took 3 minutes.
0

report this comment.

pick the rule it violates. one rule per report — mods read every one.