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

# OnePatch

> An AI SRE platform that runs an agent on top of your telemetry.

OnePatch is an AI SRE platform. You send your application's OpenTelemetry signals — traces, metrics, and logs — to OnePatch, and an AI agent runs on top of that data. You talk to the agent in chat, and it builds the monitors and dashboards you ask for, then responds when something breaks.

There is no query language to learn and no dashboard builder to click through. You describe what you want to watch, and the agent writes it.

## Where to start

<CardGroup cols={2}>
  <Card title="Getting started" icon="play" href="/getting-started">
    Set up an account, connect your tools, send your first telemetry, and get your first dashboard. The one-stop walkthrough.
  </Card>

  <Card title="How OnePatch works" icon="diagram-project" href="/how-onepatch-works">
    The model behind the product: telemetry in, an agent over your data, monitors and dashboards out.
  </Card>

  <Card title="Monitors and dashboards" icon="chart-line" href="/monitors-and-dashboards">
    How the agent authors monitors and dashboards, and how they go live.
  </Card>

  <Card title="Incidents and Slack" icon="bell" href="/incidents-and-slack">
    What happens when a monitor fires, and where the alerts land.
  </Card>
</CardGroup>

## For your coding agent

These docs are written to be read by an AI agent as well as a person. The full text is available as plain markdown at [docs.onepatch.dev/llms-full.txt](https://docs.onepatch.dev/llms-full.txt), and every page has a `.md` version at its own URL. Point your coding agent at either when you want it to answer questions about OnePatch.
