Install the CLI

@rogeriq/cli is the official command-line tool for RogerIQ. Zero dependencies, single-file ESM bundle (~90 KB). Runs on Node 18+.

bash
npm install -g @rogeriq/cli

Both rogeriq and the OpenAPI spec at api.rogeriq.com/api/v1/openapi.json target the same v1 endpoints. Anything the CLI does, your code can too.

Verify

bash
rogeriq --version# rogeriq 0.3.0

What's next

Authenticate

Browser-based login (device flow) or API key for CI.

Learn More
Quickstart

Triage your inbox, reply to tickets, search the KB, all from the terminal.

Learn More
MCP Server

rogeriq mcp exposes the API as MCP tools for Claude Desktop / Claude Code.

Learn More
For AI agents

--json, env vars, exit codes, common workflows.

Learn More

Update

bash
npm update -g @rogeriq/cli# orbrew upgrade rogeriq

Uninstall

bash
npm uninstall -g @rogeriq/cli# orbrew uninstall rogeriq

rogeriq auth logout clears the saved API key at ~/.rogeriq/config.json.

Ask a question... ⌘I