arrow_backAll use cases
local_fire_department
Team

Incident memory & living runbooks

“Last time Redis did this, we…” — outages become recallable procedure.

error_outline

Without memory

At 3am, the person who fixed this exact outage last year is asleep, the postmortem is in a doc nobody can find, and the runbook is eighteen months stale. Teams pay for the same incident twice because the fix lived in someone’s head.

check_circle

With Rekall

Every incident becomes memory: what broke, what was tried, what worked, and why. Successful mitigations codify into executable runbooks, and the on-call’s AI recalls the relevant history the moment symptoms match.

How it works

1

Incidents are captured as they happen

The debugging session — hypotheses, dead ends, the fix — lands in episodic memory with the decision trail attached.

2

Fixes codify into runbooks

Workflow detection turns repeated successful mitigations into structured, executable skills — living runbooks that update themselves with each incident.

3

On-call recalls instantly

“Redis latency spiking after deploy” surfaces the two previous episodes, what worked, and the runbook — at 3am, without waking anyone.

See it in action

3am, but with memory
> redis latency spiking after the 14:00 deploy
rekall.recall("redis latency spike", hive: "platform")
→ 2 prior incidents match:
INC-114 (Feb): fragmentation after BGSAVE —
fixed via activedefrag; runbook codified ✓
INC-201 (May): noisy-neighbour on shared VPS —
ruled out in 10 min via slowlog check
Suggested runbook: redis-defrag.skill (last
verified 3 weeks ago)

Ready to try it?

Free for personal use. No credit card required.