Visiblee CLI
Use Visiblee from your terminal, coding agent, shell script, or CI workflow.
Use Visiblee from your terminal, coding agent, shell script, or CI workflow.
Install the CLI globally with npm:
npm install -g @visiblee/cli
Confirm the command is available:
visiblee --version
For local use, sign in through your browser:
visiblee login
Run visiblee whoami to check the active account and visiblee logout to remove the stored credential.
visiblee visibility | Headline score, trend, engines, and prompts |
|---|---|
visiblee competitors | Competitor visibility leaderboard |
visiblee prompts | Tracked prompts and prompt performance |
visiblee sources | Domains and URLs cited by AI answers |
visiblee suggestions | GEO suggestions and actions |
visiblee leads | Reddit and warm-lead opportunities |
Every data command supports --json for structured output that agents and scripts can parse.
visiblee visibility "Acme" --json
visiblee competitors "Acme" --json
visiblee sources "Acme" --json
Use --engine, --region, and --limit to narrow larger results.
Print the correct MCP configuration for supported clients:
visiblee mcp install
For client-specific instructions, use the MCP documentation.
For a headless environment, provide an API key instead of opening the browser login flow.
VISIBLEE_API_KEY=YOUR_VISIBLEE_API_KEY visiblee visibility "Acme" --json
Store API keys in your platform’s secret manager. Create, rotate, and revoke them from the Developer API page.