What problem does it solve? Setting up infrastructure like databases, auth, caching, or hosting normally requires manually signing up for providers, creating accounts, and copying API keys into environment files. This Skill automates that entire flow through the Stripe Projects CLI, so you can provision services and get credentials without leaving your development workflow. ## Core Features & Use Cases - Service Provisioning: Search the Stripe Projects catalog and provision databases, auth providers, hosting, caching, AI providers, observability tools, and more with a single CLI workflow. - Credential Management: Retrieve API keys and environment variables for provisioned services, and manage custom project variables synced to your environment files. - Guided Setup and Recovery: Handles CLI installation checks, project initialization with preflight checks, and structured error recovery for authentication, terms acceptance, and provider linking issues. - Use Case: You tell your AI assistant "I need a Postgres database and auth for my app." The Skill checks the Stripe CLI, searches the catalog, initializes a project, provisions both services, and returns the environment variable names ready to use. ## Quick Start Ask your AI assistant to provision a Postgres database for your project using Stripe Projects, and it will handle CLI setup, catalog search, initialization, and credential retrieval.