Probe Quick Start

Run these commands from the root folder of the repo you want to analyze. This lets the Probe agent pick up repo guidance like AGENTS.md and ARCHITECTURE.md.

Install

bash
npm install -g @probelabs/probe@latest

(See Probe Installation for Docker, curl, and Windows options.)

bash
probe search "auth flow" ./

Limit output for LLMs

bash
probe search "auth flow" ./ --max-tokens 12000

Next steps