## projects list List all Stripe projects associated with your Stripe account. Returns each project's name, ID, and creation date. Use the project ID with `stripe projects pull`. **Command:** `stripe projects list` ### Examples **List all projects** ```sh stripe projects list ``` ``` NAME ID CREATED my-app proj_abc123 2026-05-01 staging-env proj_def456 2026-04-15 ```