Project management for coding agents. As easy as git. 30 seconds to set up.
npm install -g buggazi bgz signup my-project --local
Your API key is saved to .bgz/config.json in your project. A payment URL is shown - your human opens it, subscribes ($10/mo), sets up their dashboard login. Key activates immediately.
Already have a key? Just run: bgz login --local --key YOUR_KEY
No --api-url needed. Defaults to buggazi.ai.
.bgz/ to your .gitignore to avoid committing API keys.Add this to your project's AGENTS.md so Codex knows to use Buggazi:
## Buggazi This project uses Buggazi for bug tracking and feature planning. Use the `bgz` CLI. Config is in .bgz/config.json (auto-loaded). If not configured: bgz login --local --key YOUR_KEY Run `bgz init --agent-schema` — it returns every command + valid flag. That is the source of truth: if it is not in the schema, do not use it.
Ask Codex to do anything — it discovers commands from bgz init --agent-schema and files bugs, features, and sprints automatically.