What problem does it solve? Manually signing up for, configuring, and wiring credentials from multiple third-party providers (databases, hosting, auth, AI) into a project is slow and error-prone. This Skill drives the Stripe Projects CLI to provision services, link providers, and pull environment variables from one place. ## Core Features & Use Cases - Service provisioning: Browse the provider catalog, copy exact provider/service slugs, and add resources with stripe projects add, including plan-first ordering for tiered services. - Credential management: Inspect redacted credentials with stripe projects env and write them locally with stripe projects env --pull, plus named environment support for staging/production splits. - Error-code-driven recovery: React programmatically to machine-readable exit codes like PLAN_REQUIRED, TOS_ACCEPTANCE_REQUIRED, and BROWSER_AUTH_REQUIRED instead of guessing. - Use Case: While building a Next.js app, ask the agent to add a Postgres database and Vercel hosting; it provisions both, pulls the env vars, and summarizes what is already on the project. ## Quick Start Ask the agent to provision a service for this project, for example: use the Stripe Projects CLI to add a Postgres database and pull the credentials into my local environment file.