Show HN: Open-Source Origami CLI BrainGrid released the Origami CLI, an open-source command-line tool that exposes all 120 v3 operations of the Origami API as commands, generated from Origami's published OpenAPI spec so the catalog stays current via `pnpm sync:v3`. The CLI validates enum values and required fields before sending requests, supports `--dry-run` to preview launch blockers, and reuses an `Idempotency-Key` across automatic retries to prevent duplicate campaign launches or list enrollments. It requires Node.js 18+ and installs via `npm install -g @braingrid/origami-cli`, with JSON, table, and CSV output modes for scripting. Every v3 https://docs.origami.chat/v3/overview operation is a command: campaigns, people, templates, leads, jobs, account. Generated from Origami's published OpenAPI spec, so it covers the whole API and stays current. Install install · Quickstart quickstart · Commands v3-send-leads-jobs-account · Origami docs https://docs.origami.chat/ · Contributing https://github.com/BrainGridAI/origami-cli/blob/main/CONTRIBUTING.md