What problem does it solve? Setting up third-party infrastructure like databases, auth, caching, or hosting normally requires manually signing up for providers, navigating dashboards, and copying API keys into environment files. This Skill automates that entire provisioning workflow through the Stripe Projects CLI plugin. ## Core Features & Use Cases - Service Discovery: Search and browse a catalog of provisionable services (databases, auth, AI providers, observability, storage) with stripe projects search and stripe projects catalog. - Automated Provisioning: Initialize projects, accept terms of service, link provider accounts, and add services with structured JSON output and preflight checks. - Credential & Variable Management: Retrieve environment variable names, set project variables, and bind them to environments without exposing secret values. - Use Case: A developer says "I need a Postgres database" — the Skill checks CLI installation, searches the catalog, initializes the project, provisions the database, and reports the env var names ready for use. ## Quick Start Ask the assistant to provision a Postgres database for your project using Stripe Projects and list the resulting environment variables.