OKF example bundle

Incident Runbooks OKF Bundle

Operations runbook examples with symptoms, checks, recovery, and escalation.

Internal operations agents and incident response copilots.

index.mdIncident Runbooks

description: Navigation for incident response procedures.

api-latency-spike.mdAPI latency spike

description: Steps for diagnosing and responding to elevated API latency.

Bundle Markdown

<!-- index.md -->
---
type: index
title: Incident Runbooks
description: Navigation for incident response procedures.
tags:
  - runbook
timestamp: 2026-06-27
---

# Incident Runbooks

- [API latency spike](api-latency-spike.md)

<!-- api-latency-spike.md -->
---
type: runbook
title: API Latency Spike Runbook
description: Steps for diagnosing and responding to elevated API latency.
tags:
  - runbook
  - api
  - latency
timestamp: 2026-06-27
---

# API Latency Spike Runbook

## Symptoms
- P95 latency above target for 10 minutes.
- Customer reports mention slow saves or timeout errors.

## First Checks
1. Check current deploy status.
2. Review database saturation.
3. Compare error rate with traffic volume.

## Recovery
Rollback recent deploys if latency started after release. Escalate to database owner if saturation remains high.