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

# RMZ Developer Docs

> Build on the leading digital products platform for the MENA region.

# RMZ Developer Documentation

RMZ is a multi-tenant e-commerce platform purpose-built for digital products in the MENA region. Merchants use RMZ to sell digital codes, software licenses, subscriptions, online courses, and services — with built-in payment processing, customer management, and storefront hosting.

These docs cover every API and SDK you need to integrate with the platform, build custom storefronts, verify software licenses, and automate your store operations.

## APIs and SDKs

<CardGroup cols={2}>
  <Card title="Merchant API" icon="key" href="/merchant-api/overview">
    Manage your store programmatically — orders, products, categories, subscriptions, and statistics. Authenticated with Bearer tokens.
  </Card>

  <Card title="Storefront API" icon="store" href="/storefront-api/overview">
    Build fully custom storefronts. Browse products, manage carts, handle checkout, and authenticate customers with OTP.
  </Card>

  <Card title="Embed API" icon="code" href="/embed-api/overview">
    Embed a quick-purchase checkout widget for any product on external websites via iframe.
  </Card>

  <Card title="License Verification" icon="shield-check" href="/licensing/overview">
    Verify software license keys from your applications. Supports HWID lock, IP lock, activation limits, and E2EE.
  </Card>

  <Card title="Storefront SDK" icon="npm" href="/storefront-sdk/overview">
    TypeScript SDK for the Storefront API. Use it with React, Vue, Angular, or vanilla JS.
  </Card>

  <Card title="FiveM Integration" icon="gamepad" href="/fivem/overview">
    Sell and verify FiveM scripts with built-in license enforcement and IP locking.
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Make your first Merchant API call in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="lock" href="/getting-started/authentication">
    Learn how auth works across all RMZ APIs.
  </Card>
</CardGroup>

## Open Source

<CardGroup cols={2}>
  <Card title="Storefront SDK" icon="github" href="https://github.com/Dokan-E-Commerce/rmz-storefront-sdk">
    TypeScript SDK for building headless storefronts.
  </Card>

  <Card title="Next.js Example" icon="github" href="https://github.com/Dokan-E-Commerce/rmz-storefront-nextjs">
    Full example storefront built with Next.js and the Storefront SDK.
  </Card>

  <Card title="FiveM Resource" icon="github" href="https://github.com/Rmz-App/rmz-fivem">
    FiveM server resource for license verification.
  </Card>

  <Card title="License Examples" icon="github" href="https://github.com/Rmz-App/rmz-license-examples">
    License verification examples in Python, PHP, Node.js, and Lua.
  </Card>
</CardGroup>
