Architecture diagram
End-to-end AIRP architecture — PagerDuty ingress, ingest pipeline, Triage Agent, and the full multi-agent roadmap. See interactive flow for shipped vs planned stages.

AIRPSTACK
AI-Powered Incident Response Platform · Built by AIRPStack Engineering
AI agents that investigate incidents, correlate telemetry, analyze logs, retrieve documentation, execute approved remediation workflows, and learn from previous outages — with humans in control of impactful actions.
Under construction
Phase 2 in active development
AI Agents, Console & Connectors
4
Phases
16
Workflow Steps
13
Core Engines
See It Work
PagerDuty webhook → ingest → Triage Agent is live in v0.4.0. Evidence collection and remediation agents are next.
01 · PagerDuty Alert — A PagerDuty incident.triggered webhook hits POST /integrations/pagerduty/webhook. The event normalizes, dedupes, and opens an incident.
The Problem
Modern IT operations teams rely on disconnected tools — ServiceNow, Grafana, Prometheus, PagerDuty, Datadog, cloud providers, and internal dashboards. Engineers spend valuable time correlating alerts, searching historical incidents, gathering evidence, and executing repetitive runbooks.
High MTTR
Mean time to resolution suffers from manual correlation
Alert Fatigue
Unrelated events flood engineers without deduplication
Lost Knowledge
Institutional expertise walks out the door with every incident
AIRP becomes the orchestration layer across these systems — reducing MTTR, improving operational consistency, and preserving organizational knowledge.
Open Source
AI-Powered Incident Response Platform — built by AIRPStack Engineering. Ingest, correlate, analyze, and manage incidents via API and Next.js console.
External links are placeholders (example.com) until public release. Screenshots and architecture below are from the live AIRP console (Triage Agent + PagerDuty + operator UI).
AIRPSTACK
Built by AIRPStack Engineering
v0.4.0 · Triage Agent + PagerDuty webhooks + operator console
PagerDuty / external event
│
▼
POST /integrations/pagerduty/webhook or POST /events
│
▼
RawEvent → normalize → fingerprint → dedupe → Incident (open)
│
▼
Triage Agent (auto on create) → category, priority, evidence plan
│
▼
Operator ──► GET /incidents/{id}/triage or Next.js consoleEnd-to-end AIRP architecture — PagerDuty ingress, ingest pipeline, Triage Agent, and the full multi-agent roadmap. See interactive flow for shipped vs planned stages.

Next.js console from AIRP v0.4.0 — incident list, triage status, detail with AI summary and evidence plan, and lifecycle actions. PagerDuty webhooks feed the same pipeline.



REST endpoints (API key auth). Interactive OpenAPI is at /docs when running locally in development.
End-to-end walkthrough: ingest an event, dedupe, and LLM analysis.
Coming soon
Embed when recorded
Set airpMedia.demoVideoUrl to your YouTube or Vimeo embed URL in lib/airp-project.ts.
Platform Architecture
From PagerDuty alert through AI agents, human approval, and closed-loop learning — with v0.4.0 Triage Agent live today.
Alerts arrive via POST /integrations/pagerduty/webhook or POST /events through Cloudflare Tunnel.
Normalize → fingerprint → dedupe → operational event. New events open incidents automatically.
Lifecycle management, filters, pagination, and operator console list/detail views.
╔ AI Orchestrator ╗
Coordinates specialized agents. Triage runs on incident create; investigation and remediation agents follow.
Triage Agent
Shipped · v0.4.0OpenAI Agents SDK — category, priority, severity, evidence plan, and investigation rationale. GET /incidents/{id}/triage.
Evidence / Investigation Agent
Roadmap · v0.5.0Collects metrics, logs, service health, and dependency status via MCP tools from the triage evidence plan.
Root Cause / Recommendation Agent
Roadmap · v0.5.0Correlates gathered evidence into root cause analysis and proposed remediation steps.
Vector search over operational knowledge to enrich agent context.
Model Context Protocol adapters for live infrastructure evidence.
Structured fix recommendation attached to the incident for operator review.
Engineers approve or reject remediation before any impactful action runs.
Approved runbooks and MCP tools execute with full audit logging.
Confirm recovery via metrics, logs, and synthetics before closure.
Resolve and close with audit fields — full remediation loop expands in v0.5.0+.
Store outcomes and embeddings so future incidents benefit from past investigations.
v0.4.0 Agent handoff
Triage Agent
Shipped · v0.4.0Runs automatically on new incidents — structured output with evidence_to_collect for the next agent.
Evidence / Investigation Agent
Roadmap · v0.5.0Executes the triage evidence plan — system metrics, application logs, service health, and more.
Root Cause / Recommendation Agent
Roadmap · v0.5.0Reasons over collected evidence and proposes remediation with confidence scoring.
Tech Stack
Production-grade tooling across AI, backend, frontend, and cloud — deployed end to end, not just prototyped.
Shipping today
On the roadmap
Development Roadmap
Four deliberate phases from core incident infrastructure to continuous learning — each mapped to platform components and workflow steps.
Ingest → normalize → dedupe → incidents, plus open/investigating/resolved/closed lifecycle, filters, and pagination (AIRP v0.2).
Triage Agent on incident create (v0.4.0, OpenAI Agents SDK); Next.js console with triage detail; PagerDuty webhooks (v0.3). Evidence and root-cause agents next.
Multi-agent orchestrator (triage, evidence, root cause, recommendation), human-in-the-loop approvals, and safe MCP-based remediation (AIRP v0.5.0+).
RAG memory over runbooks, prior incidents, and docs (AIRP v0.4.0), plus verification, outcome tracking, and closed-loop learning.
End-to-End Workflow
From first alert to organizational learning — every step is auditable, evidence-driven, and human-gated where it matters.
Receive alerts via POST /events or PagerDuty webhooks (Cloudflare Tunnel ingress).
Phase 1
Transform heterogeneous alerts into a unified schema.
Phase 1
Group related events into a single incident.
Phase 1
Open incidents with lifecycle (open → investigating → resolved → closed).
Phase 1
Attach assets, ownership, dependencies, and runbooks.
Phase 2
Assess severity, impact, and confidence scores.
Phase 2
Search historical incidents and runbooks via Qdrant.
Phase 2
Triage Agent assesses category, priority, and evidence plan; routes to investigation when required.
Phase 2
Collect logs, metrics, and configuration data.
Phase 2
Reason over evidence to identify the root cause.
Phase 2
Generate corrective actions with rollback strategy.
Phase 3
Present evidence and await engineer approval.
Phase 3
Run approved MCP tools and remediation scripts.
Phase 3
Confirm resolution via logs, metrics, and synthetics.
Phase 4
Close tickets and notify stakeholders.
Phase 4
Store outcomes and embeddings for future incidents.
Phase 4
Platform Architecture
13 vendor-neutral services orchestrate intake, analysis, the operator console, investigation, policy, execution, verification, and learning.
Durable POST /events intake: raw events, normalize, operational persist.
Phase 1
Source + fingerprint linking; one incident per first-seen event.
Phase 1
Lifecycle, PATCH updates, filters, pagination, and PostgreSQL persistence.
Phase 1
OpenAI Agents SDK agent — auto-triage on incident create: summary, category, priority, evidence plan, GET /incidents/{id}/triage.
Phase 2
Background LLM analysis: severity, summary, recommendations on ingest.
Phase 2
Next.js web UI: incident list/detail with triage status, summary, evidence plan, and lifecycle actions.
Phase 2
PagerDuty v3 inbound webhooks (pagey.ping + incident.triggered → EventIngest). Grafana / Datadog next.
Phase 2
RAG memory: runbooks, prior incidents, and technical docs (v0.4.0).
Phase 2
Evidence / Investigation and Root Cause agents — execute triage evidence plans via MCP (v0.5.0+).
Phase 2
Evaluates risk, maintenance windows, and safety policies.
Phase 3
Runs approved remediation via MCP tools — metrics, logs, Linux, Docker, PostgreSQL, Kubernetes.
Phase 3
Confirms remediation using logs, metrics, and synthetics.
Phase 4
Stores outcomes, embeddings, and operational knowledge.
Phase 4
AI Orchestrator
Triage Agent ships in v0.4.0 — structured assessment and evidence planning on every new incident. Evidence and root-cause agents follow the same handoff chain.
MCP Tool Domains (roadmap)
Permission Profiles
Guiding Principles
Every architectural decision answers one question: does this make AIRP a better AI Operations Engineer?
Evidence before action
Human approval before impactful remediation
Every action is auditable
Vendor-neutral integrations
Security by default
Every incident improves future investigations