Self-Hosted AI Incident Response for SRE, Platform, and DevOps Teams

Akmatori gives SRE and platform teams an AI incident responder that triages alerts, gathers evidence from your stack, and drafts safe next actions in minutes. Run it in your own infrastructure, connect the tools you already use, and keep humans in control with approval gates for production changes.

Open-source Apache 2.0Deploy with Docker Compose or HelmWorks with your existing alerts and runbooks

Apache 2.0 and self-hosted. Clone it, run it on your own alerts, and keep every incident, runbook, and model inside your infrastructure.

Get Started in 60 Seconds

Deploy Akmatori locally, install it on Kubernetes, or trigger your first AI investigation from the CLI. No vendor lock-in, full data control.

# Clone and start Akmatori in under a minute
git clone https://github.com/akmatori/akmatori.git
cd akmatori
docker compose up -d

# Open http://localhost:8080 to access the UI
Quick start guide

Best for local evaluation and fast team demos

  • Boot the full stack on localhost with Docker Compose.
  • Open the UI immediately and connect your first alert source.
  • Validate incident workflows before touching production.
Prerequisites
Docker EngineDocker ComposeGit access
You are ready when
  • The web UI loads on localhost.
  • Core services show healthy in Docker Compose.
  • You can create a test incident from the dashboard.
Verify the stack is healthy
docker compose ps

You should see the Akmatori services in a running or healthy state before opening the UI.

Developer-First

REST API Examples for SRE Tooling

Create incidents, read investigation state, download the OpenAPI schema, and route alerts from the tools your responders already use.

# Trigger an AI-powered incident investigation
curl -X POST https://akmatori.example.com/api/incidents \
  -H "Authorization: Bearer $AKMATORI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "task": "Investigate sustained CPU saturation on prod-web-01 and summarize likely root cause",
    "context": {
      "host": "prod-web-01",
      "severity": "critical",
      "source": "prometheus",
      "metric": "cpu_usage",
      "value": 98.5
    }
  }'

# Response: Akmatori starts investigating immediately
# {
#   "id": "inc_abc123",
#   "status": "investigating",
#   "agent": "sre-agent-01"
# }
Copyable cURL
Health Checks
JWT & API Key Auth
OpenAPI 3.0 Spec
Alert Webhooks
Slack Handoff
View Full API Reference
Skip to main content

AI incident response your SREs can operate

Akmatori turns production alerts into governed response workflows: it gathers logs, metrics, traces, recent deploy context, and runbook knowledge, then proposes or executes the next safe action with human approval gates. Teams can self-host it, connect existing observability and on-call tools, and prove value on real incidents before expanding automation.

What Akmatori Does

The capabilities that ship in the open-source platform today

Multi-Source Alert Ingestion

Ingest webhooks from Alertmanager, PagerDuty, Grafana, Datadog, and Zabbix, plus Slack channel monitoring — no rip-and-replace of your tooling.

Agentic Investigation

Every incident runs a full agent session that gathers logs, metrics, and context, with subagents for runbook lookup and cross-incident memory recall.

Real Tools, Not Just Chat

Agents reach your infrastructure through SSH, Kubernetes, scripts, and API clients — reusable tools you scope per skill or cron job.

Approval-Gated Remediation

Risky actions become proposals you approve in the web UI or Slack before anything executes. You decide how much autonomy each agent gets.

Bring Any LLM

OpenAI, Anthropic, Google, OpenRouter, NVIDIA NIM, MiniMax, or any OpenAI-compatible on-prem endpoint (GLM, Kimi, Mistral, LLaMA). Swap providers anytime — no lock-in.

Scheduled Investigations

Cron jobs run recurring agent investigations with their own prompt and tool allowlist, posting results straight to a Slack channel.

Self-Hosted by Design

Deploy with Docker Compose or Helm. Your incident data never leaves your infrastructure — run fully on-prem with local models for air-gapped setups.

Web Dashboard + Slack

Manage incidents, skills, tools, and settings from a modern, mobile-responsive UI, and drive the same workflows from Slack.