← Back
Supabase
Supabase joins Stripe Projects developer preview with one-command provisioning
Supabase · integrationplatformfeaturerelease · supabase.com ↗

One-Command Database Provisioning

Supabase has joined the Stripe Projects developer preview, enabling developers to provision a full Supabase project directly from the Stripe CLI. With a few commands, developers can create a new PostgreSQL database with all Supabase features—Auth, Storage, Edge Functions, and Realtime—without ever opening a dashboard.

stripe projects init my-app
stripe projects add supabase/supabase:free
stripe projects env --sync

Built for AI Agents and Developers

The integration addresses a key need for AI agents: deterministic, repeatable infrastructure provisioning with real credentials. Unlike browser-based dashboards, the Stripe Projects workflow provides a standard, scriptable path that both humans and AI agents can follow. Credentials are automatically written to environment variables and stored in Stripe Projects for agent access.

Full Control and Flexibility

What developers get:

  • Complete Supabase project in their own account (not proxied or white-labeled)
  • Full access to Supabase dashboard, connection strings, and data
  • Credentials automatically synced to .env files
  • On-demand credential rotation via stripe projects rotate supabase-supabase:free

Getting Started

The feature is available now as a developer preview. Install the Stripe CLI and run the provisioning commands above. Feedback can be shared on the Supabase Discord or via GitHub issues.