Skip to content

pipe2

pipe2

Pipe2.ai command line and agent SDK

Synopsis

pipe2 is the official Pipe2.ai command line tool.

It is designed to be invoked by both humans and AI agents:

  • Every command supports —json for structured output on stdout
  • Human-readable progress is written to stderr
  • Exit codes signal failure class (see pipe2 help exit-codes)
  • pipe2 schema [command] returns a machine-readable schema of every command, flag, and output type — agents use this as the canonical source of truth for the CLI surface.

Options

--api-url string override API base URL (env: PIPE2_API_URL)
--config string path to config file (default: $XDG_CONFIG_HOME/pipe2/config.toml)
-h, --help help for pipe2
--json emit JSON to stdout instead of human-readable text
--token string override personal access token (env: PIPE2_TOKEN)
-v, --verbose verbose human output on stderr

SEE ALSO