pandaprobe).
Current version: v0.2.0
Evaluation monitors
Manage scheduled evaluation monitors entirely from the CLI with the newevals monitors command group. See the CLI docs for details.- Monitor lifecycle:
evals monitors create,list,get,update,delete,pause,resume,runs, andtrigger— wrapping the evaluation-monitor API so monitors are managed with the same auth, config, and output as every other command. - Scheduling: predefined cadences (
every_6h,daily,weekly) or a customcron:<5-field expression>, with--sampling-rate,--model, and--only-if-changedcontrols. - Targeting:
createderivesTRACE/SESSIONscope from--target, reuses the same per-target filter flags asevals runs create, and accepts--signal-weightsfor session monitors. - Filtering & output:
listfilters by--status ACTIVE|PAUSEDwith--limit/--offset; JSON by default with--format tablesupport for monitor and run listings.
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.

