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

# Saber API Documentation

> Cross-border payment infrastructure powered by stablecoins — guides, API reference, MCP, and an interactive demo.

<div className="relative">
  <img src="https://mintcdn.com/mudrex-inc/Tgq1BF2V9c1cjUrW/bg.png?fit=max&auto=format&n=Tgq1BF2V9c1cjUrW&q=85&s=97aaae40512c721b156e6a8b6ab61d6f" className="absolute inset-0 w-full h-full object-cover block dark:hidden" style={{ zIndex: 0, opacity: 0.2 }} width="2048" height="2732" data-path="bg.png" />

  <img src="https://mintcdn.com/mudrex-inc/Tgq1BF2V9c1cjUrW/bg.png?fit=max&auto=format&n=Tgq1BF2V9c1cjUrW&q=85&s=97aaae40512c721b156e6a8b6ab61d6f" className="absolute inset-0 w-full h-full object-cover hidden dark:block" style={{ zIndex: 0, opacity: 0.5 }} width="2048" height="2732" data-path="bg.png" />

  <div className="relative px-4 py-16 lg:py-24 max-w-3xl mx-auto text-center" style={{ zIndex: 1 }}>
    <h1 className="text-4xl font-bold tracking-tight">Saber API Documentation</h1>

    <p className="mt-4 text-lg text-gray-500 dark:text-gray-400">
      Cross-border payment infrastructure powered by stablecoins — everything you need to integrate onramp, offramp, and user operations into your product.
    </p>
  </div>

  <div className="relative max-w-3xl mx-auto px-4 pb-16" style={{ zIndex: 1 }}>
    <CardGroup cols={2}>
      <Card title="Integration Guide" href="/getting-started/welcome" cta="Start here" arrow="true" img="https://mintcdn.com/mudrex-inc/Tgq1BF2V9c1cjUrW/guide.png?fit=max&auto=format&n=Tgq1BF2V9c1cjUrW&q=85&s=87b54f71e1dfeeece944e3406138124e" width="1536" height="1024" data-path="guide.png">
        Understand Saber's onramp, offramp, and user operations flows, step by step.
      </Card>

      <Card title="API Reference" href="/api-reference" cta="Browse endpoints" arrow="true" img="https://mintcdn.com/mudrex-inc/Tgq1BF2V9c1cjUrW/reference.png?fit=max&auto=format&n=Tgq1BF2V9c1cjUrW&q=85&s=ba6212bb74be3b8236386b42e1bb11d5" width="1536" height="1024" data-path="reference.png">
        Full endpoint-level detail for every request — parameters, responses, and status codes.
      </Card>

      <Card title="Saber MCP" href="/getting-started/mcp" cta="Connect your agent" arrow="true" img="https://mintcdn.com/mudrex-inc/Tgq1BF2V9c1cjUrW/mcp.png?fit=max&auto=format&n=Tgq1BF2V9c1cjUrW&q=85&s=91e56184a5497887c7148b390826070e" width="1536" height="1024" data-path="mcp.png">
        Let AI agents and MCP-compatible tools interact with the Saber API directly.
      </Card>

      <Card title="Interactive Demo" href="/demo" cta="Try it live" arrow="true" img="https://mintcdn.com/mudrex-inc/Tgq1BF2V9c1cjUrW/demo.png?fit=max&auto=format&n=Tgq1BF2V9c1cjUrW&q=85&s=00c664cc3d69c65cb196daf8e3ac0fc3" width="1536" height="1024" data-path="demo.png">
        Walk through a live, interactive demo of Saber across all supported corridors.
      </Card>
    </CardGroup>
  </div>
</div>


## Related topics

- [Product Updates](/changelogs.md)
- [MCP](/getting-started/mcp.md)
- [Using LLMs](/getting-started/using-llms.md)
- [Frequently Asked Questions](/faq.md)
- [API Authentication](/getting-started/auth.md)
