Basecamp has officially entered the AI agent era with a new command-line interface and an Agent skill that lets tools like Claude, Codex, OpenCode, and Cursor interact directly with its project management platform. The company positions this as both a power-user tool for developers already deep in agent workflows and as a "technology preview" of where project management tooling is headed.

The Official CLI: basecamp

The new basecamp CLI gives developers full access to manage projects, todos, messages, and moreβ€”all from the terminal or through AI agents that can execute shell commands. Installation is straightforward with a single curl command pulled directly from Basecamp's install page. The interface works with any AI agent capable of running system commands, making it flexible for different workflows and toolchains.

Agent Skill for Project Management

Beyond raw CLI access, Basecamp has published an official Agent skill that handles higher-level project management tasks: todos, cards, messages, schedule, and Campfire chat. The skill abstracts away the underlying API complexity, letting agents focus on getting work done rather than wrestling with HTTP requests. Setup instructions are available in a dedicated install.md file.

SDKs for Go, Ruby, TypeScript, Swift, Kotlin

For developers building custom integrations or embedding Basecamp into their own applications, official clients and software development kits are available across five languages: Go, Ruby, TypeScript, Swift, and Kotlin. This broad language support covers the full spectrum from backend systems to mobile apps.

What Agents Can Actually Do Today

According to Basecamp's documentation, agents can write documents, add and complete to-dos, and even respond to check-in questions about what they worked on today. This positions Basecamp not just as a passive data store for AI agents but as an active participant in project workflows.

Key Takeaways

  • Official CLI provides terminal access and enables agent integration with any shell-capable AI tool
  • Agent skill handles high-level operations: todos, cards, messages, schedule, Campfire
  • SDKs available for Go, Ruby, TypeScript, Swift, and Kotlin cover major development ecosystems
  • Agents can write documents, manage to-dos, and respond to check-ins autonomously

The Bottom Line

Basecamp's move toward agent-native tooling reflects a broader shift in how project management platforms will operate. Rather than waiting for humans to input data, these systems are being redesigned so AI agents can drive workflows end-to-end. Whether this is a genuine preview of the future or premature integration depends on your appetite for early-adoption riskβ€”but if you're already running coding agents, this closes an obvious gap in your pipeline.