Getting Started
Install the Lot Watch CLI and start finding inventory in minutes.
Install the Lot Watch CLI
Open Terminal and paste this command:
curl -fsSL https://lotwatch.watch/cli/install | bash
Works on Mac (Intel and Apple Silicon) and Linux.
Not sure which Mac you have? Apple menu → About This Mac. M1/M2/M3/M4 = Apple Silicon.
Log In
Authenticate with your API token:
lotwatch auth login
Paste your token when prompted. Then verify it worked:
lotwatch auth status
Find your token in Broker Settings.
Install Claude Code
Claude Code is the AI assistant that powers the Lot Watch workflow. Follow the official install guide:
Once installed, launch it by running claude in your terminal.
Install the Lot Watch Plugin
Connect Claude Code to Lot Watch:
lotwatch claude install
Start Using It
Launch Claude Code and type /lotwatch to connect to your account and see your dashboard:
claude
Then type /lotwatch at the prompt. Once connected, try:
Something not working? Try /lotwatch-doctor inside Claude Code for troubleshooting.
Updating
To update the CLI to the latest version, re-run the install command:
curl -fsSL https://lotwatch.watch/cli/install | bash
Then update the Claude Code command too:
lotwatch claude install
Troubleshooting
lotwatch: command not found
Restart your terminal and try again. If it still doesn't work, check that ~/.local/bin/lotwatch exists.
401: unauthorized
Your token may have expired. Run lotwatch auth login with a fresh token.
claude: command not found
Claude Code isn't installed. Go back to Step 3 and follow the install guide.
Plugin not working
Reinstall it: lotwatch claude install