Skip to main content

CLI commands

This page groups CLI commands by workflow so you can find the right command quickly.

Identity and configuration

navi config show
navi config set-base-url <url>
navi auth whoami
navi auth login --cookie "<cookie>"
navi auth logout

Discover agents and deals

navi agents list
navi deals list [--limit N] [--offset N]
navi deals show <deal-id>
Example:
navi deals list --limit 25
navi deals show 11111111-1111-1111-1111-111111111111

Generate briefings

navi briefings morning
navi briefings meeting <deal-id> [--contact "<name>"]
Example:
navi briefings meeting 11111111-1111-1111-1111-111111111111 --contact "Elena Vasquez"

Manage runs

navi runs list [--limit N] [--offset N]
navi runs get <run-id>
navi runs create --agent <agent-id> --message "<message>" [--deal <deal-id>]
navi runs stream <run-id>
Example:
navi runs create \
  --agent navi.meeting_prep \
  --message "Summarize the buying committee and next risks" \
  --deal 11111111-1111-1111-1111-111111111111

Install and inspect MCP

navi mcp print-config
navi mcp install
Use navi mcp print-config when you want to review the exact Claude Desktop configuration before writing it.

Inspect usage

navi usage summary

Current command groups

auth

  • navi auth whoami
  • navi auth login --cookie "<cookie>"
  • navi auth logout

config

  • navi config show
  • navi config set-base-url <url>

agents

  • navi agents list

deals

  • navi deals list
  • navi deals show <deal-id>

briefings

  • navi briefings morning
  • navi briefings meeting <deal-id> [--contact "<name>"]

runs

  • navi runs list
  • navi runs get <run-id>
  • navi runs create --agent <agent-id> --message "<message>" [--deal <deal-id>]
  • navi runs stream <run-id>

mcp

  • navi mcp print-config
  • navi mcp install

usage

  • navi usage summary