What problem does it solve? Setting up third-party services like databases, SMS, or hosting normally requires creating accounts on each provider, generating API keys, and manually copying credentials into your project. This Skill automates that entire provisioning workflow through the Stripe Projects CLI, so services are created, credentials are generated, and .env files are populated 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, or remove services across all providers from one CLI. - Use Case: You are starting a new web app and need a Postgres database and SMS capability. Run the skill to provision neon/postgres and twilio/sms, and the connection strings and API keys appear in your .env ready for your application code. ## Quick Start Ask the agent to set up a Neon Postgres database for this project using Stripe Projects and sync the credentials into the .env file.