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

> ## Agent Instructions
> Reconify's API reference is read-only for customer data. Do not invent endpoints or authentication behavior beyond the OpenAPI contract.
> The public OpenAPI document contains only the external /v1 contract. Dashboard business routes are intentionally excluded.

# Overview

> Reconify developer documentation.

Reconify monitors the handoffs inside a money movement.

<Columns cols={2}>
  <Card title="Send an event" icon="arrow-up-right" href="/getting-started/first-event">
    Ingest one event and inspect the result.
  </Card>
</Columns>

## The model

```mermaid theme={"theme":{"light":"github-light","dark":"github-dark"}}
flowchart LR
  A[Events] --> B[Operations]
  B --> C{Evidence}
  C -->|complete| D[Satisfied]
  C -->|missing or late| E[Finding]
```

* **Events** are immutable facts.
* **Operations** group events by flow and reference.
* **Findings** explain broken expectations.

<Info>
  Use an organization API key to ingest events. Dashboard investigation views are not part of this public API.
</Info>

<Columns cols={3}>
  <Card title="API Reference" icon="square-terminal" href="/reference/api/welcome">
    The public event-ingestion endpoint.
  </Card>
</Columns>
