pandaprobe).
Current version: v0.1.0
Public release of the PandaProbe CLI
A single-binary, agent-first command-line tool for working with the PandaProbe API from your terminal. See the CLI docs to get started.- Traces & sessions:
traces list/get/spansandsessions list/get, with rich server-side filtering (status, user, tags, date range, sort) and--limit/--offsetpagination. - Evaluations:
evals metrics,evals runs(create,batch,list,get,scores), andevals scores(list,get,submit), targeting traces or sessions via--target trace|session. - Authentication:
pandaprobe auth loginperforms a browser-based OAuth 2.0 Authorization-Code + PKCE flow against PandaProbe Cloud, mints a 90-day API key, and stores it in~/.pandaprobe/config.yaml— the raw key never travels through the browser. Plusauth status/auth logout, and a manual API-key path (config set) for self-hosted deployments. - Agent-first output: JSON by default (data to stdout, errors as JSON to stderr), meaningful exit codes (
0/1/2/3/4/5), and an opt-in--format tablefor humans. - Configuration: precedence of flags →
PANDAPROBE_*environment variables →~/.pandaprobe/config.yaml→ defaults; inspect withconfig show. - Install: one-line
curl(macOS/Linux) andirm(Windows) installers viacli.pandaprobe.com,go install, and prebuilt binaries for Linux, macOS, and Windows (amd64/arm64) on each GitHub release. - Shell completion for bash, zsh, fish, and PowerShell.

