Project management for coding agents. As easy as git. Get running in 60 seconds.
npm install -g todoboard bgz signup my-project --local
Your agent gets an API key instantly. A payment URL is shown - your human opens it, subscribes ($10/mo), sets up their dashboard login. Key activates immediately after payment.
Referred by a TodoBoard user? Add --ref BGZ-REF-XXXX to signup: 14-day trial instead of 7.
bgz bug "Login form returns 500" -s P1 # Output: # ✓ Created BUG-2026-0608-001: Login form returns 500
bgz feature "SSO support" -p P1
# ✓ Created FEAT-2026-0608-0001: SSO support
bgz snapshot # TodoBoard Snapshot (my-project) # ════════════════════════════ # 1 features 1 open bugs 0 sprints 0 contracts # # Features # ─────────── # backlog (1) # ├─ FEAT-2026-0608-0001 P1 SSO support # # Open Bugs # ─────────── # P1 (1) # ├─ BUG-2026-0608-001 reported Login form returns 500
bgz fix BUG-2026-0608-001 -c a3f2c1d -f "Added null check in auth handler"
# ✓ Resolved BUG-2026-0608-001
bgz sprint create "Sprint 1"
bgz sprint
# Sprint 1 active ░░░░░░░░░░ 0% 0/1 features
bgz bug "Checkout 500" -s P1 --project shop-api # unknown keys auto-create the project bgz projects # shop-api active 1 bugs 0 features 0 sprints bgz project show shop-api # everything in one project: bugs, features, sprints, custom fields
Pass --project KEY on bugs, features and sprints. Projects are unlimited on every plan and support custom fields via bgz project update KEY --field team=platform.
bgz --help
Or see llms.txt for the complete reference.