What problem does it solve? Setting up third-party SaaS services like databases, SMS, or hosting normally requires creating accounts, generating API keys, and manually copying credentials into environment files for each provider. This Skill automates that entire provisioning workflow through the Stripe Projects CLI, so services are created, credentials are generated, and .env files are updated in one step. ## Core Features & Use Cases - Service Provisioning: Add providers such as Neon Postgres, Twilio SMS, or Vercel hosting with a single stripe projects add command. - Credential Management: Automatically sync generated credentials into the project's .env file and store them in an encrypted per-project vault. - Lifecycle Operations: Upgrade tiers, rotate keys, and remove services while managing billing across providers from one place. - Use Case: A developer starting a new web app can ask the agent to provision a Postgres database and an SMS number; the CLI creates both resources, writes the connection strings to .env, and records them in the vault. ## Quick Start Ask the agent to set up a Neon Postgres database for the current project using the stripe-projects skill.