basecamp

officialscriptableproductivitycurl

Basecamp · Manage projects, todos, messages, and more from the terminal.

$ curl -fsSL https://basecamp.com/install-cli | bash
One-liner to try
$ basecamp auth login

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
basecamp --help
Agent URL
/cli/basecamp/agent.md

Quick reference

Installcurl -fsSL https://basecamp.com/install-cli | bash
Verifybasecamp --help
First commandbasecamp auth login && basecamp projects list

About

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 login
2. basecamp projects list
3. basecamp todos list --in 12345
4. basecamp search "authentication"

Alternatives worth considering