Skip to main content

Dashboard

The Nimbus dashboard is at get-nimbus.com/dashboard.

Tasks page

A filterable history of every task you've run.

  • Filter by status (done, failed, running), date range, or repo
  • Search by task description
  • Click any task to open the detail view

The task detail view shows:

  • Full phase timeline with timestamps
  • Live log replay (same as nimbus replay in the CLI)
  • The generated plan
  • The full diff
  • The PR link
  • The self-review comment

Memory page

Shows all per-repo memory entries.

  • Browse entries by repository
  • Add a manual entry (e.g., a convention you want Nimbus to always follow)
  • Delete entries that are outdated or incorrect

Manual entries are treated the same as automatically generated ones — they're injected into the planning context when relevant.

Keys page

Manage your API keys.

  • View current usage (tasks this month vs limit)
  • Generate a new key
  • Revoke existing keys

Automations page

Create and manage automations without using the API directly.

  • Create webhook or cron automations with a form UI
  • Enable/disable automations with a toggle
  • View trigger history — when each automation last fired and what task it created
  • Edit task templates