BlackBoxincident console
offline demo

Agent — reason, recall, act

Describe an incident. The agent recalls similar past incidents and runbooks from CockroachDB, reasons over them, and records everything to durable memory.

Try: checkout-api p99 latency just jumped to 8s and connections are maxed out. what do i do?

Memory — multi-region survivability

Every memory is REGIONAL BY ROW; the database is set to survive region failure. Run a failure drill — surviving counts come from a live query that excludes the downed region.
All regions healthy · 0 memories across 0 regions.

Memory time-travel — AS OF SYSTEM TIME

Rewind the agent’s memory to a past moment. CockroachDB reads a consistent historical snapshot — no backups, no separate store. Bounded by the cluster’s garbage-collection window; reflects when each memory was written.
memories now
now10 min ago

Memory stream — what the agent remembers

Nothing yet. Talk to the agent and watch its durable memory build up here, each entry pinned to its home region.

Memory hygiene — the gated write path

Unauthenticated session. Anything this agent learns from you is quarantined: stored and auditable, but never recalled by anyone else until an operator promotes it.
Every learned fix passes a write gate before it can influence recall: content filtering, duplicate consolidation, contradiction checks, and decay for knowledge that never earns trust. Decisions appear here.