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 .mdJSON
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 | bash
Verify
basecamp --help
First command
basecamp auth login && basecamp projects list
Machine JSON
/cli/basecamp.json

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