Investigation workflow
OpenSRE runs a structured RCA pipeline for each alert:- Extract context from the alert payload and connected integrations
- Plan evidence collection across logs, metrics, deploys, and dependencies
- Test hypotheses in a tool-calling loop until confidence is high enough to stop
- Publish findings as
problem.md,theory/hypothesis_*.md, andreport.md(or JSON with--output)
opensre) or one-shot via opensre investigate -i <alert-file>. See Investigations overview.
Integrations (60+ tools)
Connect observability, cloud, databases, incident management, messaging, and workflow systems so investigations can query the same tools your engineers use. Setup viaopensre onboard, opensre integrations setup, or environment variables. See Integrations overview.
Interactive shell
The TTY REPL (opensre with no subcommand) supports:
- Plain-language incident descriptions and follow-up questions
- Slash commands for health checks, investigations, integrations, remote agents, and more (
/help) - Session history with
/sessions,/resume, and/new - Local agent fleet monitoring for Claude Code, Cursor, Codex, and other coding agents
- Scheduled deliveries and Hermes log watch
Tracer