@lenzy/cli
v0.0.1
Published
Lenzy CLI — read access to projects, detectors, events, and conversations.
Readme
lenzy
lenzy is Lenzy on the command line. Browse projects,
detectors, categories, events, and conversations without leaving your terminal.
Installation
npm install -g @lenzy/cliUsage
lenzy login
lenzy projects list
lenzy use <project>
lenzy detectors list
lenzy categories list <detectorId> --from 7d
lenzy events list <detectorId> --from 24h --limit 50
lenzy events show <eventId>
lenzy conversations show <conversationId>See lenzy --help for the full command list, or lenzy <command> --help for
details on any one of them.
Use with AI agents
lenzy emits JSON when stdout is piped, so any shell-capable agent (Claude Code,
Cursor, …) can use it. Log in once on your machine — the key is stored in
~/.lenzy/config.json and the agent picks it up automatically — then point the
agent at the CLI (e.g. in CLAUDE.md) and ask questions like "what are the top
churn risks this week?" in plain English.
