Quickstart: bgz CLI

Project management for coding agents. As easy as git. Get running in 60 seconds.

Claude Code

Cursor

Cline

Windsurf

Aider

Codex

Copilot

1

Install + signup

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.

2

File your first bug

bgz bug "Login form returns 500" -s P1

# Output:
# ✓ Created BUG-2026-0608-001: Login form returns 500
3

Plan a feature

bgz feature "SSO support" -p P1

# ✓ Created FEAT-2026-0608-0001: SSO support
4

See your project

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

Resolve a bug

bgz fix BUG-2026-0608-001 -c a3f2c1d -f "Added null check in auth handler"

# ✓ Resolved BUG-2026-0608-001

Create a sprint

bgz sprint create "Sprint 1"

bgz sprint
# Sprint 1  active  ░░░░░░░░░░ 0%  0/1 features

Full command reference

bgz --help

Or see llms.txt for the complete reference.