Connect in about a minute
Same workspace whether a human or an agent reaches it. Install the CLI, point your agent at it, and you’re in.Teach your coding agent
AGENTS.md and CLAUDE.md into your repo. From then on, any coding agent that opens the repo already knows the rhythm: read what the team knows before editing, write back what it learned after.Connect an AI client over MCP
Point ChatGPT, Claude, or Cursor at the Driftless MCP endpoint:Claude and ChatGPT handle the OAuth handshake themselves, so you just paste the URL. For the CLI, agents, and CI, send your key in the
X-API-Key header instead. The full setup lives in MCP & OAuth.Wiring an agent by hand? It really comes down to two moves: read before you edit, write back after you learn. Drop the whole loop in one prompt into any agent, or follow Agent setup for your specific client.
Explore the docs
How it fits together
Knowledge, Operations, and Work, and the loop that turns a signal into reviewed Knowledge. Start here for the whole model.
Connect
Every way a human or an agent plugs in: the CLI, agent skills, MCP, the GitHub App, Notion, and self-hosted agents.
Concepts
The Knowledge plane up close: workspaces, areas, topics, governance, and how drift keeps context honest.
Work & collaborate
Projects, collections, notes, and comments: the Operations and Work sides, where the doing actually happens.
Agents & automation
The Auditor’s PR comments, the server-side Audit and Architect agents, and the auto-pull hook.
CLI reference
Create, read, update, and anchor context topics from the command line.
API reference
The REST surface. Base URL, auth, the error envelope, workspaces, repos, topics, and integrations.
