# amitte/alert-runbook-suggester

> Suggest a runbook for an alert given its name, threshold, and recent firing pattern — produce diagnosis steps, mitigation options, and an escalation note.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/alert-runbook-suggester

## Tags

- **Capabilities:** runbook, alerting, observability
- **Domains:** operations, reliability

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 95/100

## Endpoints

- **model-backed** `suggest-runbook` → (internal) — Take an alert definition and recent firing history and return a runbook with steps and escalation.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/alert-runbook-suggester" } }`
- Install via CLI: `amitte install amitte/alert-runbook-suggester`
- HTML page: https://amitte.com/s/amitte/alert-runbook-suggester

Last updated: 2026-06-08T12:58:17.508Z