Coming Soon

Stop being the human runbook

Like Jupyter, but for ops. Write runbooks in Markdown, execute cells in your terminal, see output inline. Works over SSH.

Built for SREs who are done being single points of failure.

23+ SREs on the waitlist
1 Write cells 2 Run 3 See output
restart-api.md
2/3 cells run
In[1]

Check pod status before restart

Make sure all pods are healthy before proceeding.

In[2]
kubectl get pods -n prod -l app=api
api-7d4f8b6c9-x2k4j Running
api-7d4f8b6c9-k8m2n Running
In[3]
kubectl rollout restart deploy/api -n prod

Your knowledge, executable

Run with confidence

No more guessing flags or copy-pasting from stale wikis.

Share what you know

Turn "only I know this" procedures into runbooks anyone can execute.

Actually disconnect

When someone else gets paged, they have the same playbook you do.