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

# The Authmatech Product Suite & API Map

> Every Authmatech product and where you use it — Verify, Verify+, Web, Trust, Shield, Detect, Stuck+, Connect, and Target — across three families.

Authmatech's products fall into three families. This page maps each product to the endpoints that power it, so you can go from "what we want to do" to "what to call."

## Authentication

Confirm — silently — that a customer owns the mobile number they present.

| Product                | What it does                                                                | Primary endpoints                                                                   |
| ---------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| **Authmatech Verify**  | Confirm a customer controls their mobile number, silently.                  | [`POST /v1/api/verify`](/guides/verify), [`POST /v1/api/sdk/session`](/sdks/mobile) |
| **Authmatech Verify+** | Add a privacy-safe "ending in 47" confirmation to recover mistyped numbers. | [`POST /v1/api/verify`](/guides/verify) with `?maskMobile=true`                     |
| **Authmatech Web**     | Silent, passwordless verification in the mobile browser.                    | [`POST /v1/api/verify/{transactionId}`](/guides/web-verification)                   |

## Customer intelligence

Turn identity and behavior into fraud and trust decisions.

| Product               | What it does                                                            | Primary endpoints                                            |
| --------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------ |
| **Authmatech Trust**  | An instant 0–100 trust score with a recommendation.                     | [`POST /v1/api/trust/score`](/guides/trust-shield-detect)    |
| **Authmatech Shield** | Real-time fraud and risk decisions: Allow / Challenge / Review / Block. | [`POST /v1/api/shield/assess`](/guides/trust-shield-detect)  |
| **Authmatech Detect** | Behavior anomaly detection across your base.                            | [`POST /v1/api/detect/analyze`](/guides/trust-shield-detect) |

## Customer journey recovery

Recover the customers who stall, and put identity intelligence where your teams work.

| Product                       | What it does                                                         | Where to use it                                                                          |
| ----------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| **Authmatech Stuck & Stuck+** | Turn failed verification journeys into a recoverable win-back list.  | [Dashboard feature](/guides/stuck-plus) — built automatically from verification activity |
| **Authmatech Connect**        | Sync identity intelligence into your CRM and business systems.       | [Dashboard feature](/guides/connect) — configured in the dashboard                       |
| **Authmatech Target**         | Turn anonymous, consented visitors into re-engageable opportunities. | [`POST /v1/api/opportunity`](/guides/target)                                             |

<Note>
  Stuck, Stuck+, and Connect are **dashboard features** — they have no developer endpoints. They build automatically from your verification activity and are managed in the [Authmatech dashboard](https://dashboard.authmatech.com).
</Note>

## Managing your account

Beyond the product endpoints, the **Client Portal** APIs (everything under `/v1/api/me/**`) let you manage your own account programmatically:

* **Credentials** — [generate](/authentication) and [rotate](/authentication) API keys, rotate the SDK token.
* **Usage & history** — [usage analytics](/guides/testing), [verification history](/guides/testing), balance history.
* **Team** — invite members, change roles, suspend or reactivate access.
* **Requests** — submit balance or feature requests and track their status.

<Note>
  Endpoints under `/v1/api/dashboard/**` are administrative and used by the Authmatech dashboard itself. They are not part of the standard developer integration surface.
</Note>

## Which products are enabled?

Products are enabled per account. To see what's active on yours, call [`GET /v1/api/me/products`](/api/overview) or check the dashboard. To enable a product, contact [connect@authmatech.com](mailto:connect@authmatech.com).

## Next steps

<CardGroup cols={2}>
  <Card title="Verify guide" icon="circle-check" href="/guides/verify">
    Start with the foundation.
  </Card>

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