Visiblee CLI

Use Visiblee from your terminal, coding agent, shell script, or CI workflow.

Install

Install the CLI globally with npm:

npm install -g @visiblee/cli

Confirm the command is available:

visiblee --version

Authentication

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.

Common commands

visiblee visibilityHeadline score, trend, engines, and prompts
visiblee competitorsCompetitor visibility leaderboard
visiblee promptsTracked prompts and prompt performance
visiblee sourcesDomains and URLs cited by AI answers
visiblee suggestionsGEO suggestions and actions
visiblee leadsReddit and warm-lead opportunities

JSON and coding agents

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.

MCP helper

Print the correct MCP configuration for supported clients:

visiblee mcp install

For client-specific instructions, use the MCP documentation.

CI and automation

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.