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

# Pepay Docs

> Pepay documentation for merchants, commerce integrations, and payor checkout flows.

## Welcome

Pepay helps you build crypto-native payments with a developer experience that’s predictable, typed, and safe-by-default.

Use these docs to:

* Get API keys in the dashboard
* Integrate invoices and checkout
* Add commerce flows (search → cart → checkout → orders)
* Receive realtime updates via WebSockets

## Quick links

<Columns cols={2}>
  <Card title="Overview" icon="sparkles" href="/overview/overview">
    Product overview, security posture, and how Pepay works.
  </Card>

  <Card title="Get Started" icon="rocket" href="/overview/get-started">
    Install the SDK, create an invoice, and observe status/events.
  </Card>

  <Card title="SDK" icon="code" href="/sdk/overview">
    Install and use the Pepay JS/TS SDK (Node + browser).
  </Card>

  <Card title="API Spec" icon="terminal" href="/api-spec/overview">
    Reference docs for SDK-supported endpoints.
  </Card>
</Columns>

## Defaults used in examples

* Base URL (staging): `https://api-beta.pepay.io`
* Dashboard login: `https://pepay.io/sign-in`
* Support: `support@pepay.io`
