juicebox-incident-runbook
Installation
SKILL.md
Juicebox Incident Runbook
Triage
curl -s -H "Authorization: Bearer $JUICEBOX_API_KEY" https://api.juicebox.ai/v1/health
curl -s -H "Authorization: Bearer $JUICEBOX_API_KEY" https://api.juicebox.ai/v1/account/quota
Severity
| Level | Condition | Response |
|---|---|---|
| P1 | API down | Immediate |
| P2 | Rate limited | 15 min |
| P3 | Partial data | 1 hour |
Mitigation
- API down: serve cached results
- Rate limited: reduce frequency
- Quota exhausted: pause automation
Related skills