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

# Introduction

> Unomiq AI helps developers and their AI coding agents discover and resolve reliability failures in AI systems before they become production incidents.

Unomiq AI transforms production telemetry—metrics, events, logs, and traces—into specialized context graphs designed for developers and AI coding agents. These are called **melt-o-graphs** and they organize raw operational data around system behavior, dependencies, anomalies, and failure signals, making production problems easier to identify, isolate, and understand.

Instead of navigating fragmented dashboards or passing large volumes of raw telemetry to an agent, Unomiq AI provides structured, machine-readable context that enables faster resolution, broader issue discovery, and more computationally efficient agentic workflows.

## How it works

1. **Send traces** -- Instrument your application with OpenTelemetry and send traces to the Unomiq Gateway API.
2. **Attach a unit** -- Tag traces with a `unomiq.unit` attribute (e.g., customer ID, tenant ID) to group costs by the entities that matter to your business.
3. **Connect billing data** -- Export your cloud billing data (e.g., GCP detailed billing to BigQuery) so Unomiq can match costs to traces.
4. **Query costs** -- Use the Unomiq Engine API or Dashboard to analyze per-request costs, filter by unit, and understand where your money goes.

## Get started

<Card title="Getting Started" icon="rocket" href="/getting-started" horizontal>
  Start sending & monitoring traces
</Card>

## Guides

<Columns cols={2}>
  <Card title="Sending traces" icon="paper-plane" href="/guides/sending-traces-to-otel-gateway">
    Send OpenTelemetry traces to the Unomiq Gateway using a Collector Sidecar or directly from your application.
  </Card>

  <Card title="Attaching a unit to traces" icon="tag" href="/guides/attaching-unit-to-traces">
    Link traces to logical entities like customer IDs or tenant IDs with the `unomiq.unit` attribute.
  </Card>

  <Card title="GCP detailed billing export" icon="cloud" href="/guides/enabling-gcp-detailed-billing-export">
    Enable detailed usage cost export to BigQuery for resource-level cost analysis.
  </Card>

  <Card title="How cost computation works" icon="dollar-sign" href="/guides/how-cost-computation-works">
    Learn how Unomiq matches billing data with traces to compute per-request costs.
  </Card>
</Columns>

## API reference

<Columns cols={3}>
  <Card title="Gateway API" icon="satellite-dish" href="/api-reference/gateway/introduction">
    OAuth and trace ingestion endpoints.
  </Card>

  <Card title="Engine API" icon="chart-area" href="/api-reference/engine/introduction">
    Query traces, spans, and cost metrics.
  </Card>

  <Card title="Management API" icon="gear" href="/api-reference/management/introduction">
    Manage organizations, applications, and API keys.
  </Card>
</Columns>
