> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bensevern.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# GoldenPipe CLI

> Every GoldenPipe command for running and inspecting pipelines.

## Commands

| Command                  | Purpose                                                   |
| ------------------------ | --------------------------------------------------------- |
| `goldenpipe run <file>`  | Run a pipeline on a data file.                            |
| `goldenpipe stages`      | List all discovered stages.                               |
| `goldenpipe validate`    | Dry-run wiring validation without executing.              |
| `goldenpipe init`        | Generate a starter `goldenpipe.yml` from installed tools. |
| `goldenpipe interactive` | Launch the TUI.                                           |
| `goldenpipe serve`       | Start the REST API server.                                |
| `goldenpipe mcp-serve`   | Start the MCP server.                                     |
| `goldenpipe agent-serve` | Start the A2A agent server for AI-to-AI discovery.        |

See [Stages](/docs/goldenpipe/stages) for the stage catalog and [Config matrix](/docs/goldenpipe/config-matrix) for the `goldenpipe.yml` reference.
