Problem: Today all broker management is CLI-only (awrit) or curl. Small teams need a simple web UI to:
- See active agents and their scopes
- View the audit trail (who accessed what, when)
- Manage apps and launch tokens
- Revoke credentials with one click
- Monitor token activity in real time
Why: A CLI is fine for developers. A dashboard is what makes this usable for a small company where the person managing agent access isn't a full-time security engineer.
Design direction:
- Lightweight — not a full admin portal, just the essentials
- Read from the existing broker API (no new backend needed)
- Self-hostable alongside the broker
Problem: Today all broker management is CLI-only (
awrit) or curl. Small teams need a simple web UI to:Why: A CLI is fine for developers. A dashboard is what makes this usable for a small company where the person managing agent access isn't a full-time security engineer.
Design direction: