What problem does it solve? Setting up third-party services like databases, SMS, or hosting normally requires creating accounts, generating API keys, and manually copying credentials into environment files. This Skill automates that entire provisioning workflow through the Stripe Projects CLI, writing credentials directly into your project's .env file. ## Core Features & Use Cases - Service Provisioning: Add providers like Neon Postgres, Twilio SMS, or Vercel hosting with a single command that creates the resource in your own provider account. - Credential Sync: Automatically generates API keys and writes them into the project's .env file, with an encrypted vault at .projects/vault/vault.json. - Lifecycle Management: Upgrade tiers, rotate credentials, or remove services across all providers from one CLI. - Use Case: You are starting a new SaaS project and need a Postgres database and SMS capability. Run the provisioning commands to get a Neon database and Twilio number configured with credentials in your .env within minutes. ## Quick Start Ask the agent to provision a Neon Postgres database for this project and sync the credentials into the .env file.