Project management for coding agents. As easy as git. 30 seconds to set up.
npm install -g buggazi bgz signup my-project --local
API key saved to .bgz/config.json. Payment URL shown — human opens it, subscribes ($10/mo), key activates.
Already have a key? bgz login --local --key YOUR_KEY. No --url needed.
.bgz/ to your .gitignore.bgz init
Detects your agent (CLAUDE.md), outputs the config snippet to paste and MCP setup. Everything you need, right in the terminal.
# File a bug bgz bug "Login form returns 500" -s P1 # ✓ Created BUG-2026-0608-001: Login form returns 500 # See your project bgz snapshot # Buggazi Snapshot (my-project) # ════════════════════════════ # 2 features 3 open bugs 1 sprints # Resolve a bug bgz fix BUG-2026-0608-001 -c a3f2c1d -f "Added null check" # ✓ Resolved BUG-2026-0608-001
bgz --help or llms.txt