From 97b7e15ecee2c0cfafa454089671729187572019 Mon Sep 17 00:00:00 2001 From: Jamie Mallers Date: Mon, 9 Feb 2026 14:31:03 +0000 Subject: [PATCH] docs: add AI Copilot section to README Highlight the AI agent capabilities - auto-detection, root cause analysis, and automated code fix PRs. This is our key differentiator and was missing from the README. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 34f63ace60..ab76229ac2 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,15 @@ Measure and optimize the performance of your online apps and services. Track key Detect and diagnose errors in your online services. Get detailed error reports with stack traces, context, and user feedback. +### 🤖 AI Copilot + +OneUptime's AI agent monitors your services 24/7, detects anomalies across logs, traces, and metrics, identifies root causes, and opens pull requests with code fixes — automatically. Like having an SRE that never sleeps. + +- **Auto-instrument** — Add tracing, metrics, and logging with one click +- **Fix exceptions** — AI catches errors in production and generates fixes before users notice +- **Optimize performance** — Identifies slow traces and submits optimized code +- **Security patches** — Detects vulnerable dependencies and creates PRs with safe upgrades + --- ## 🚀 Get Started