basecamp
officialscriptableproductivitycurl
Basecamp · Manage projects, todos, messages, and more from the terminal.
$ curl -fsSL https://basecamp.com/install-cli | bashOne-liner to try
$ basecamp auth loginAgent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Great for agents · 75/100
Verify
basecamp --help
Agent URL
/cli/basecamp/agent.md
Quick reference
Install
curl -fsSL https://basecamp.com/install-cli | bashVerify
basecamp --helpFirst command
basecamp auth login && basecamp projects listAbout
The official CLI from Basecamp. Manage projects, todos, messages, and more from the terminal. Start with `basecamp auth login` and go from there. Supports structured output — good for scripts and agents.
Example workflow
1. basecamp auth login2. basecamp projects list3. basecamp todos list --in 123454. basecamp search "authentication"