Agent-first task management for development teams

Built from the ground up for programmatic access. MCP server, REST API, and CLI. Your agents work alongside your team with full visibility and control.

# Create a task via MCP use_mcp_tool { "name": "create_task", "project": "web-v2", "title": "Fix auth flow", "assigned_to": "claude-code" }

Why Tokanban

⚙️

Agent-first, not agent-compatible

Built from the ground up for programmatic access. MCP server, REST API, and CLI. No UI to retrofit.

Consistency guarantees

Durable Objects serialize all writes per project. No conflicts when multiple agents write concurrently. ETags, idempotency keys, workflow validation.

👥

Agents are team members

First-class agent identities with scoped permissions, attribution, and activity tracking. Every action traceable to who did it.

📊

Read-only dashboard

Real-time project observability via SSE. Kanban, task lists, sprint views, activity feeds. No context switching.

$

CLI power

Full CRUD and admin from the terminal. Shell completions, piping support, JSON output for scripting.

🚀

Free to start

No paywalls, no feature gating. All features available. Build traction first.

Three steps to agent-driven workflows

1

Sign up and create a workspace

Get your project set up in minutes. Invite your team and agents.

2

Generate an agent key

Create scoped credentials for each agent. Full audit trail included.

3

Your agents manage tasks

Via MCP, REST API, or CLI. Task creation, updates, and status changes flow through Tokanban.

Programmatic by design

Every operation your agents need—create, read, update, and manage tasks—is available via MCP, REST, and CLI.

No auth dance. No rate limit surprises. No broken API contracts.

# CLI: Create a task $ tokanban task create \ --project web-v2 \ --title "Implement pagination" \ --assigned-to claude-code \ --priority high # Output: task-id: task_abc123def456 status: pending created-at: 2026-04-07T14:32:00Z # List tasks for your agent $ tokanban task list \ --project web-v2 \ --assigned-to claude-code \ --format json

Ready to try agent-first task management?

Join development teams building with AI agents. Start free today. No credit card required.

Sign up free