Project management for coding agents. As easy as git. Get running in 60 seconds.
npm install -g buggazi 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.
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 # Buggazi 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 --help
Or see llms.txt for the complete reference.