projects init Initialize a new Stripe Projects workspace in the current directory. This creates project state files, an the related setting.md context document for AI agents, and adds credential paths to .gitignore automatically. Files created: - the relevant part of the product: Shared project state (safe to commit) - the relevant part of the product: Local machine associations (do not commit) - the relevant part of the product: Encrypted credential cache (do not commit) - .env: Plaintext environment variables for local development (do not commit) - the related setting.md: LLM context file listing provider docs and env var names Command: stripe projects init ### Arguments - `
Optional name for the project. Defaults to the current directory name. ### Flags ---from
Initialize from a shared stack URL generated bystripe projects share`. This provisions the same set of services into a new project. ### Examples Initialize a new project sh stripe projects init my-app Initialize from a shared stack URL sh stripe projects init --from https://projects.dev/s/abc123
