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

# OrigoID

> The single source of truth for identity verification and compliance infrastructure in Mexico.

<div style={{textAlign: 'center', margin: '2rem 0'}}>
  <img src="https://mintcdn.com/origoid/TVrjt01TS8EuLVK-/images/isologo.svg?fit=max&auto=format&n=TVrjt01TS8EuLVK-&q=85&s=ad5e5c19f25912590ce538c72fde1718" alt="OrigoID" style={{maxWidth: '480px', width: '100%'}} width="723" height="321" data-path="images/isologo.svg" />
</div>

## What is OrigoID

OrigoID is the **identity verification and compliance infrastructure** for Mexico. Not a marketplace of disconnected APIs — a single, opinionated platform that standardizes responses from every official source into one clean, predictable JSON contract.

We operate as a tunnel, not a vault: we validate against RENAPO, INE, IMSS, SAT, OFAC and PEPs in milliseconds and return the structured data your product needs. **We do not store the personal information we validate**. Your customers' data stays where it belongs — with you and the authorities of record.

### Why teams choose OrigoID

* **One contract for every source.** Same envelope, same auth, same error handling across CURP, RFC, CFDI, INE, IMSS, OFAC and PEPs.
* **Integration in minutes, not weeks.** RESTful API with copy-paste examples in 7 languages and a strict bilingual contract (English API surface, Spanish passthrough fields preserved from regulators).
* **Built for regulated industries.** Compatible with LFPDPPP and designed to support our clients' CNBV obligations, with end-to-end TLS 1.3 and isolated infrastructure.
* **Data sovereignty by design.** No persistent storage of PII (Personally Identifiable Information) in successful responses. Operational metadata only — for billing and auditability.
* **Honest results.** Stable `type` codes for every outcome, no opaque scores, no surprises in your switch statements.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/en/quickstart">
    Make your first call in under 10 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/en/authentication">
    Three supported methods: API Key, Basic, Bearer JWT.
  </Card>

  <Card title="Response envelope" icon="cube" href="/en/envelope">
    Same shape across every endpoint. Learn it once, use it everywhere.
  </Card>

  <Card title="API reference" icon="code" href="/en/api-reference">
    Browse every operation with request and response examples.
  </Card>
</CardGroup>

## Build faster

<CardGroup cols={2}>
  <Card title="Official SDKs" icon="cubes" href="/en/sdks/overview">
    First-party clients for TypeScript / Node, Python, and Go. Install one
    line, call any endpoint, get typed responses.
  </Card>

  <Card title="MCP server (AI integration)" icon="robot" href="/en/sdks/mcp">
    Plug OrigoID into Claude, ChatGPT, Gemini, Cursor, Windsurf, and any
    other MCP-compatible client. Your AI assistant scaffolds full
    integrations without burning credits.
  </Card>
</CardGroup>

## Built developer-first

<CardGroup cols={2}>
  <Card title="One envelope" icon="layer-group">
    Every endpoint returns the same response shape. Parse once, ship faster.
  </Card>

  <Card title="Stable codes" icon="hashtag">
    Result `type` codes never change between versions. Your switch statements stay clean.
  </Card>

  <Card title="Honest errors" icon="comment-exclamation">
    No opaque scores. Every error tells you what happened and how to fix it.
  </Card>

  <Card title="Privacy by design" icon="shield-check">
    We do not store the personal data we validate. Operational metadata only.
  </Card>
</CardGroup>

## Mexican coverage

| Source      | Capability                              |
| ----------- | --------------------------------------- |
| RENAPO      | CURP validate, lookup                   |
| INE         | Voter list, voter ID OCR, QR extraction |
| IMSS        | NSS lookup, employment status           |
| SAT         | RFC, CSF, CFDI, lists 69 and 69-B       |
| OFAC + PEPs | Global sanctions + Mexican PEPs         |
| Biometrics  | 1:1 face match, liveness                |
| Email       | Deliverability scoring                  |
| Documents   | Proof of address OCR                    |

We are adding more endpoints continuously. Check the [API reference](/en/api-reference) for the full catalog.

## Service status

Live uptime and incident history at **[status.origoid.com](https://status.origoid.com)**.
