Docs
CLI reference
Everything the app does, from a terminal. For a script, a cron job, or an agent on your laptop.
pip install overscore # or: uv tool install overscore export OVERSCORE_URL=https://app.overscore.tech export OVERSCORE_KEY=ovs_… ovs guide
Every command speaks HTTP to your address with your key. Output is text on a terminal and JSON otherwise; add -o json to force it. Failures exit 1 with a JSON error.
Look around
ovs whoami ovs tables ovs index ovs describeovs search ovs notes ovs context
Ask and query
ovs query "select …" ovs research "" ovs plan
Get data in
ovs connectors ovs how shopify ovs connect stripe key=rk_live_… ovs link app "host=… user=… dbname=…" [--copy --tables a b] ovs links ovs copy app ovs unlink app ovs loadfile.csv ovs insert rows.json ovs hook [--provider stripe --secret …] ovs hooks ovs hook-log
ovs unhook Models and tests
ovs models ovs runovs test ovs signoff ovs runs ovs run-log ovs export Context, cards, facts
ovs interview ovs map ovs cards ovs approveovs ignore ovs facts ovs propose "
" Worklists
ovs fieldsovs field ovs mark ovs marks ovs claim When something's off
ovs issues ovs fix
ovs --helpandovs <command> --helpare complete and current.