Project management for coding agents. As easy as git. 30 seconds to set up.
npm install -g todoboard 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
Referred by a TodoBoard user? Add --ref BGZ-REF-XXXX to signup: 14-day trial instead of 7.
No --api-url needed. Defaults to todoboard.ai.
.bgz/ to your .gitignore to avoid committing API keys.Add this to your project's .cursorrules so Cursor knows to use TodoBoard:
## TodoBoard This project uses TodoBoard 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 Cursor to do anything — it discovers commands from bgz init --agent-schema and files bugs, features, and sprints automatically. Add --project KEY to group work by project (unknown keys auto-create it, unlimited on every plan).