Runbooks¶
Runbooks are operational “do this safely” procedures.
What belongs here¶
- One-time setup steps (bootstrap admin/owner, create tenants, etc.)
- Emergency procedures (replay webhooks, fix bad data, revoke keys)
- Maintenance tasks (migrations, cleanup scripts)
Runbook structure (recommended)¶
- Goal
- Preconditions (access required, permissions)
- Step-by-step procedure
- Verification steps
- Rollback steps (if applicable)
Example: - Owner Dashboard Setup