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

# Authmatech Platform Overview — Identity, Trust & Intelligence

> A high-level map of the Authmatech platform: silent mobile identity verification plus trust scoring, fraud protection, behavior intelligence, recovery, and CRM sync.

Authmatech is a mobile identity platform. It starts from one reliable fact — that a customer genuinely controls the mobile number they present — and turns that into a stream of products you can drop into the decisions your business already makes. Everything is exposed through a single REST API at `https://service.authmatech.com`, authenticated with the `X-API-KEY` and `X-CLIENT-ID` headers.

## The building blocks

<CardGroup cols={3}>
  <Card title="Verify" icon="circle-check">
    Silently confirm that a customer controls their mobile number — the no-OTP replacement for SMS one-time passcodes.
  </Card>

  <Card title="Trust" icon="gauge-high">
    Turn an identity's verification history into a single 0–100 trust score with a recommendation.
  </Card>

  <Card title="Shield" icon="shield">
    Evaluate the live session in real time and return a clear decision: ALLOW, CHALLENGE, REVIEW, or BLOCK.
  </Card>

  <Card title="Detect" icon="radar">
    Surface coordinated abuse across many events — retry bursts, multi-account-per-device usage, IP concentration, failure spikes.
  </Card>

  <Card title="Stuck+" icon="life-ring">
    Identify and reconnect with customers who became stuck during registration or verification.
  </Card>

  <Card title="Connect" icon="arrows-rotate">
    Synchronize identity events and verification activity into your CRM and business systems.
  </Card>
</CardGroup>

## How the products relate

The products are layered. Verify establishes identity; the intelligence products turn that identity — and the signals around it — into decisions; the recovery and sync products close the loop.

1. **Establish identity.** [Verify](/guides/verify) (and the [Web SDK](/sdks/web) for browser flows) confirms control of the mobile number over the network. This is the foundation everything else builds on.
2. **Decide with intelligence.** [Trust](/guides/trust-shield-detect) scores an identity's history, [Shield](/guides/trust-shield-detect) decides on the live session, and [Detect](/guides/trust-shield-detect) flags abuse patterns across many events. They share one request model, so you collect context once. See [Identity intelligence](/concepts/identity-intelligence).
3. **Recover and operationalize.** [Stuck+](/guides/stuck-plus) recovers journeys that stalled; [Connect](/guides/connect) pushes identity insight into the tools your teams already use; [Target](/guides/target) re-engages high-intent anonymous visitors.

## A consistent API surface

Every product follows the same conventions, so once you integrate one, the rest are familiar:

* **Base URL** — `https://service.authmatech.com`
* **Auth** — `X-API-KEY` + `X-CLIENT-ID` headers on every server request
* **Format** — JSON request and response bodies
* **Response envelope** — a consistent `{ success, messages, data }` shape, described in [Errors & responses](/errors)
* **Sessions** — the `sdkSessionId` from the SDK links a verification to its device context, so Shield and Detect can reason about it

## Where to go next

<CardGroup cols={2}>
  <Card title="How silent verification works" icon="wave-pulse" href="/concepts/silent-verification">
    The mechanics behind a no-OTP confirmation.
  </Card>

  <Card title="Identity intelligence" icon="brain" href="/concepts/identity-intelligence">
    How Trust, Shield, and Detect score and decide.
  </Card>

  <Card title="The product suite" icon="grid-2" href="/concepts/products">
    Each product mapped to its API endpoints.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first call.
  </Card>
</CardGroup>
