> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superlog.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Superlog: Agentic Observability, From Traces to Fix PRs

> Superlog ingests OTLP data, groups errors into incidents, and dispatches AI agents to investigate root causes and open fix PRs automatically.

Superlog is an open-source agentic observability platform that watches your production systems, groups noisy signals into incidents, and dispatches AI agents to investigate root causes — all the way to opening a fix PR in your repository. Whether you run it locally or on Superlog Cloud, you get a complete telemetry workspace that works while you sleep.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn what Superlog is, how it fits into your workflow, and which edition is right for you.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Send your first OpenTelemetry data and trigger your first AI investigation in minutes.
  </Card>

  <Card title="GitHub Integration" icon="github" href="/integrations/github">
    Connect GitHub so Superlog can inspect your code and open automated fix PRs.
  </Card>

  <Card title="MCP Server" icon="plug" href="/features/mcp">
    Use the Superlog MCP server to bring incident context directly into your coding agent.
  </Card>
</CardGroup>

## How it works

Superlog takes you from raw telemetry to an automated fix in four straightforward steps.

<Steps>
  <Step title="Instrument your application">
    Add OpenTelemetry instrumentation to your app and point the OTLP exporter at your Superlog ingest endpoint. Use the one-line agent prompt to let a coding agent handle the wiring for you.
  </Step>

  <Step title="Telemetry flows in">
    Superlog's ingest proxy receives your traces, logs, and metrics over OTLP and stores them for fast, high-cardinality queries.
  </Step>

  <Step title="Errors are grouped into incidents">
    The background worker fingerprints incoming errors and groups related signals into incidents, cutting through the noise so you see one item instead of thousands.
  </Step>

  <Step title="AI agent investigates and opens a PR">
    When an incident is detected, an AI agent inspects the traces, diffs your repository, and opens a pull request with a proposed fix — ready for your review.
  </Step>
</Steps>

<Note>
  Superlog is fully open-source under the Apache 2.0 license. You can self-host the Community edition for free, or use [Superlog Cloud](https://superlog.sh) for a managed experience with a free tier.
</Note>
