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

# Clausum Documentation

> Real-time fraud prevention for payments — choose your segment, then integrate each module

Clausum evaluates payment risk **before** you capture funds (pay-in) or release payouts (payout). Documentation is organized **by client type**, then by **capability module**.

## Start here — pick your profile

<CardGroup cols={3}>
  <Card title="Merchant (Comercio)" icon="store" href="/segments/merchant">
    E-commerce and direct checkout — SDK + server assess
  </Card>

  <Card title="PSP / Aggregator" icon="sitemap" href="/segments/psp">
    Multi-merchant routing with `submerchant_id`
  </Card>

  <Card title="Bank / Fintech" icon="building-columns" href="/segments/bank">
    Payout assess, cases, institutional modules
  </Card>
</CardGroup>

Not sure? See [Choose your path](/segments/choose-path) or the [capability catalog](/concepts/capabilities).

## How to use these docs

| Step | Action                                                                         |
| ---- | ------------------------------------------------------------------------------ |
| 1    | Open your **segment guide** — ordered phases from keys to go-live              |
| 2    | Drill into **capability modules** linked from each phase (assess, webhooks, …) |
| 3    | Use **API reference** (OpenAPI 1.3.0) for request/response details             |

## Quick links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    First assess call in minutes
  </Card>

  <Card title="Conexiones hub" icon="plug" href="/guides/api-keys">
    Keys, webhooks, SDK snippets
  </Card>

  <Card title="All capabilities" icon="table-list" href="/concepts/capabilities">
    Module matrix by segment
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Interactive OpenAPI
  </Card>
</CardGroup>

## Dashboard: Conexiones

| Tab                    | Purpose                                     |
| ---------------------- | ------------------------------------------- |
| **Empezar**            | Integration checklist                       |
| **Prevención (SDK)**   | Browser SDK snippet                         |
| **Entrada (webhooks)** | Ingest keys, outbound URL, delivery monitor |
| **Claves API**         | Partner keys (`clm_pub_*` / `clm_sk_*`)     |
| **Monitor**            | Recent API activity                         |

## API basics

| Item       | Value                                              |
| ---------- | -------------------------------------------------- |
| Production | `https://dashboard.clausum.ai`                     |
| Sandbox    | `https://sandbox.clausum.ai`                       |
| Auth       | `Authorization: Bearer clm_sk_...`                 |
| Version    | **1.3.0** — `GET /api/v1/assess` for field catalog |

Contact your Clausum account team for production onboarding and SLA questions.
