AI-native project management
Boards, items, agents, automations — built for an AI-first stack. Self-host free, or use the hosted cloud.
Free forever for self-host. No credit card required for cloud signup.
Built for the AI-first stack
Every entity has a three-letter short_id. Agents read
/r/{board}
and write
PUT /r/{board}/{item}/{column}.
No brittle scrapers, no schema-guessing.
-
AI-native boards
Compact /r/{short} API for agents. Discovery endpoints (/api/sitemap, /api/help, /api/state) so any LLM understands your boards without docs.
-
Items + columns
Pluggable column types: status, label, date, formula, agent, secret, model. Every column ships table cell, mini chip, group summary, and rollup — enforced at compile time.
-
Agents in your workflow
First-class Agent column type. Agents read items via the compact API, do work, write results back. No brittle tool wrappers.
-
Automations
Trigger-based automations and cron tasks. Fire when status changes, when a date arrives, when a webhook lands.
-
MCP-integrated
Bring your own LLM via the MCP protocol. Boards become searchable knowledge for Claude Desktop, Cursor, Codex, or any compatible client.
-
Multi-tenant
tenant_id on every entity, autostamp listener, JWT auth. Cross-tenant reads return 404 (not 403) so accidental leaks become impossible to misread.
Ready to ship?
Spin up a free cloud account in 60 seconds, or clone the repo and run Docker Compose. Same code, two distributions.