What problem does it solve?
Modern infrastructure generates alerts from multiple monitoring tools, but teams struggle with alert fragmentation, manual triage, and inconsistent incident response. This skill provides a centralized interface to manage alerts and orchestrate automated responses via Keep AIOps.
Core Features & Use Cases
- Centralized alert management and routing across multiple monitoring sources via Keep AIOps.
- Automated remediation workflows triggered by specific alert conditions to reduce mean time to repair.
- Investigation context enrichment and audit trails to improve incident resolution consistency.
- Intelligent alert routing to on-call schedules and escalation policies.
Quick Start
Configure your environment with KEEP_API_URL and KEEP_API_KEY, then start querying alerts and triggering workflows. For example, fetch firing alerts with the Keep API and start a remediation workflow using the appropriate endpoint. Example: curl -H "X-API-KEY: $KEEP_API_KEY" "$KEEP_API_URL/alerts?status=firing" | jq