Coming Soon

Built for on-call.

Stew turns Markdown into executable docs your whole team can trust and actually run.

Works in your terminal, over SSH, or in the browser.

Alex - SRE on waitlistMia - SRE on waitlistTom - SRE on waitlistHannah - SRE on waitlist
23+ SREs on the waitlist
1Write cells2Run3See 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-x2k4jRunning
api-7d4f8b6c9-k8m2nRunning
In[3]
kubectl rollout restart deploy/api -n prod

Simple, Portable, Git-Native

Infrastructure for operational excellence.

Markdown-First Runbooks
Write procedures in plain Markdown. Code blocks become executable cells.
restart-api.md
# Restart API Service
```bash
kubectl rollout restart
```
Execute Over SSH
Run commands on remote servers directly from your runbook. No agents required.
prod-1
ssh://prod-1
Version Controlled
Track changes with Git. Review procedures like code. Never lose tribal knowledge.
main
Updated restart procedure
Added health check step
Draft: rollback steps

Your knowledge, executable.

Everything you need to turn tribal knowledge into automated workflows.

Lives with your code

Store runbooks alongside your codebase. Version control, code review, and deploy together.

Collaborate in the browser

Web interface for your whole team to build and run automations together.

Cut your MTTR

Streamline incident response with executable playbooks. No more scrambling through wikis at 2am.

Agentic automations

Build runbooks that auto-debug issues after alerts. Save hours on repeated actions.

Frequently Asked Questions

Everything you need to know about Stew.