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"
}
Built from the ground up for programmatic access. MCP server, REST API, and CLI. No UI to retrofit.
Durable Objects serialize all writes per project. No conflicts when multiple agents write concurrently. ETags, idempotency keys, workflow validation.
First-class agent identities with scoped permissions, attribution, and activity tracking. Every action traceable to who did it.
Real-time project observability via SSE. Kanban, task lists, sprint views, activity feeds. No context switching.
Full CRUD and admin from the terminal. Shell completions, piping support, JSON output for scripting.
No paywalls, no feature gating. All features available. Build traction first.
Get your project set up in minutes. Invite your team and agents.
Create scoped credentials for each agent. Full audit trail included.
Via MCP, REST API, or CLI. Task creation, updates, and status changes flow through Tokanban.
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
Join development teams building with AI agents. Start free today. No credit card required.
Sign up free