What problem does it solve? Manually signing up for databases, auth providers, hosting, and other cloud services is slow and fragmented. This Skill provisions third-party infrastructure and retrieves API keys through the Stripe Projects CLI, so you can add services like Postgres, Redis, or email sending without leaving your workflow. ## Core Features & Use Cases - Service Catalog Search: Search and browse available providers with stripe projects search and stripe projects catalog to find databases, auth, caching, AI, observability, and more. - Guided Provisioning: Initialize a project, link providers via OAuth, and add services with credentials written to managed .env files. - Project State Inspection: View provisioned services, list environment variable names, and check project health through CLI commands. - Use Case: You tell the assistant "I need a Postgres database and an API key." The Skill verifies the Stripe CLI, searches the catalog, initializes the project, hands off to the installed stripe-projects-cli skill, and returns the provider, tier, and env var names. ## Quick Start Ask the assistant to provision a Postgres database and get its credentials using Stripe Projects.