Drive
$ champrep drive ls /reports$ champrep drive cp ~/Videos/demo.mp4 /uploads/$ champrep drive tree /projects --json$ champrep drive quotaUpload, download, list, search. Resumable uploads via TUS.
Open Drive →Everything, from your terminal. Drive, Mail, Meet, Notes, AI — one binary, zero lock-in.
Pick your platform. We detected your OS.
brew tap champrep/cli
brew install champrep
Head to champrep.com/settings/api-keys and generate a token. Scope it to the services you need.
Run champrep auth token and paste the key. It's stored in your OS keychain — never on disk.
Try champrep drive ls, champrep mail send, or champrep ai chat.
Same REST surface as the web app — anything you can do in the UI you can script.
$ champrep drive ls /reports$ champrep drive cp ~/Videos/demo.mp4 /uploads/$ champrep drive tree /projects --json$ champrep drive quotaUpload, download, list, search. Resumable uploads via TUS.
Open Drive →$ champrep mail ls --unread$ champrep mail send --to [email protected] \
--subject "Q4 report" --body @report.md$ champrep mail read 42Send, draft, search and label from the terminal.
Open Mail →$ champrep meet create --topic "Q4 review" \
--start 2026-04-15T10:00$ champrep meet ls --upcoming$ champrep meet join abc-defg-hijSchedule Zoom-powered ChamPrep meetings, list upcoming, join.
Open Meet →$ champrep notes create --title "Standup" \
--body @notes.md$ champrep notes ls --json | jq '.[].title'$ champrep notes read 15Pipe markdown into rich notes. Tag, search, sync.
Open Notes →$ champrep ai chat "summarize the Q4 report" \
--file ~/q4.pdf$ champrep ai chat "explain this error" \
--file ~/logs/app.logChat, summarize, explain — with file and stream support.
Open AI →$ champrep calendar today$ champrep calendar week$ champrep calendar create --title "Team sync" \
--start "2026-04-15 09:00" --duration 30mYour day at a glance. Create events, RSVP, time-block.
Open Calendar →Full CLI reference: API Reference · CLI docs coming soon
Authorization headers before writing.cpk_live_ / cpk_test_ prefix so leaks are auto-flagged.ChamPrep CLI is Apache 2.0 licensed with checksummed binaries and SBOM manifests for every release.