Stripe Projects: CLI-First Infrastructure Provisioning for the AI Agent Era
Stripe Launches Projects CLI to Provision Entire App Stacks from the Command Line
Stripe has introduced Stripe Projects (developer preview), a CLI tool that lets developers — or their AI coding agents — provision and manage multiple cloud services from a single command-line interface.
The Problem It Solves
Setting up a modern application still requires too many manual steps: signing up for multiple services, managing accounts, securing API keys, jumping between dashboards, and clicking through configuration pages. While code generation has gotten dramatically faster with AI, infrastructure provisioning has not kept pace.
How It Works
Stripe Projects provides a unified workflow to:
- Provision services across multiple providers (hosting, databases, auth, AI, analytics)
- Manage credentials — generate, store, and sync API keys securely to local environments
- Control billing — set up payment details once and share across your SaaS stack
- Monitor usage — track consumption and upgrade/downgrade tiers from the CLI
The AI Agent Angle
A key insight: Stripe Projects is designed for agents as much as humans. With tools like Claude Code and Codex rapidly gaining capability, the ability to programmatically provision infrastructure is critical. An AI agent building a full-stack app can now also set up the entire supporting stack — database, auth, hosting, payments — without human dashboard interaction.
Key Features
- Programmatic: Single workflow across all providers
- Portable: Environment variables work across local setups, machines, and teammates
- Secure: Credentials generated and stored safely for both developers and agents
- Auditable: All changes tracked and repeatable
Strategic Positioning
This move extends Stripe's platform play beyond payments into general developer infrastructure. By providing the provisioning layer, Stripe becomes the control plane for the entire SaaS stack — not just the payment component.
Developer Preview
Currently in developer preview, Stripe Projects supports multiple providers with more coming soon. The tool is available at projects.dev.