> ## 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.

# Monitoring

> Events, operations, and findings.

Reconify models a money movement as expected evidence.

<Columns cols={3}>
  <Card title="Events" icon="radio">
    Immutable facts from providers, wallets, ledgers, or internal systems.
  </Card>

  <Card title="Operations" icon="git-branch">
    Events grouped by flow, reference, and deadline.
  </Card>

  <Card title="Findings" icon="triangle-alert">
    Evidence-backed explanations of broken expectations.
  </Card>
</Columns>

## Flows

* `payment_to_wallet`
* `wallet_to_wallet`
* `wallet_to_payout`

The public API accepts event batches at `/v1/events`.

<Info>
  Every operation and finding is organization-scoped. Callers cannot provide an arbitrary organization ID to read another tenant's data.
</Info>
