Repzo CLI + agent skill
Give your AI agents a safe way into Repzo
Search records, run reports, reply to customers, and coordinate work through the same scoped public API your team trusts.
Quick install
curl -fsSL https://workstation.repzo.com/install-cli | bashNo Node or npm runtime required.
The Repzo agent skill is included and installed automatically.
Every release is checksum verified and Sigstore signed.
One interface for real work
Agents can work across your whole workspace
The CLI turns Repzo's public API into discoverable commands with structured results that agents can safely chain.
- CRM and revenue
- Find contacts and accounts, qualify leads, move deals, and inspect products, offers, orders, and invoices.
- Inbox and team chat
- Review customer conversations, draft or send replies, and coordinate through channels, direct messages, and threads.
- Reports and data
- Run saved reports, inspect pipeline health, track KPIs, and manage import or export jobs without downloading everything.
- Service and operations
- Work with tickets, projects, appointments, requests, forms, content, campaigns, and approvals.
Three steps
Install once, then work naturally
The CLI handles discovery, browser authentication, structured output, and agent setup.
01
Install
Download the standalone binary for your computer and connect the bundled skill to detected agents.
curl -fsSL https://workstation.repzo.com/install-cli | bash02
Authorize
Sign in through your browser and choose the workspace access the CLI receives.
repzo auth login03
Ask
Use Repzo from your terminal or tell Codex, Claude, or another coding agent what outcome you want.
repzo commands --json
Built for responsible action
Useful access without a blank check
The CLI keeps the same roles, scopes, visibility, validation, and audit trail as the public API.
- Scoped browser access
- Authorize a person with short-lived delegated tokens, or use a narrowly scoped Developer App key for automation.
- Preview before writes
- Mutating commands support dry runs and require explicit confirmation before anything is sent.
- Read, change, verify
- The bundled skill teaches agents to resolve exact records, make the smallest change, and re-read the result.
Open and inspectable