🔥

Incidents resolve
themselves.

Fireside is an autonomous AI agent that detects anomalies, investigates root causes against 7 days of history, executes fixes, and writes the postmortem — automatically.

One complete loop.

📡
Step 1
Detect
Webhook ingest from any monitoring tool. Prometheus, Sentry, DataDog, PagerDuty.
🔍
Step 2
Investigate
AI analyzes the anomaly against recent history. Patterns emerge, not just symptoms.
🔧
Step 3
Fix
Code diffs, config changes, or explicit human-action plans. PR links included.
📋
Step 4
Postmortem
Markdown document drafted automatically. Root cause, impact, lessons learned.

One call to start the loop.

POST a webhook payload to /api/events. Fireside handles the rest.

# Ingest an alert from any monitoring tool curl -X POST https://fireside-ai-3.polsia.app/api/events \n -H "Content-Type: application/json" \n -d '{ "source": "prometheus", "severity": "critical", "title": "CPU > 90% on prod-api-02", "description": "sustained spike for 5+ minutes" }' # Trigger investigation for anomaly #1 curl -X POST https://fireside-ai-3.polsia.app/api/investigate/1 # List pending anomalies curl https://fireside-ai-3.polsia.app/api/events?status=pending
🔗
Works with anything
Webhook-based. Works with any tool that can POST to an endpoint.
🧠
Contextual intelligence
Every investigation uses 7 days of history. Recurring issues surface fast.
📄
Auto postmortems
Markdown documents, ready to share. No scrambling after an incident.