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

# Brale API Docs

> Issue, move, and manage stablecoins with Brale's APIs.

<Card title="Build fast with Brale" icon="rocket" href="/overview/quick-start" horizontal>
  Get your credentials, fetch your account and address IDs, and send your first
  transfer.
</Card>

## Start here

<Columns cols={3}>
  <Card title="Quick Start" icon="bolt" href="/overview/quick-start">
    5-minute path to your first transfer on testnet.
  </Card>

  <Card title="API keys & auth" icon="key" href="/key-concepts/authentication">
    Create client credentials and fetch a bearer token.
  </Card>

  <Card title="Testnet" icon="flask" href="/overview/sandbox-and-testnet">
    Use testnet networks (no fiat leg) to build safely.
  </Card>
</Columns>

## Core concepts

<Columns cols={2}>
  <Card title="API concepts" icon="circle-info" href="/key-concepts/api-concepts-overview">
    How Accounts, Addresses, Transfers, and FI links fit together.
  </Card>

  <Card title="Transfers" icon="arrows-rotate" href="/key-concepts/transfers">
    Structure, value types, and idempotency.
  </Card>

  <Card title="Transfer types" icon="globe" href="/coverage/transfer-types">
    Supported onchain and offchain `transfer_type` identifiers.
  </Card>

  <Card title="Value types" icon="coins" href="/coverage/value-types">
    Supported onchain and offchain `value_type` identifiers.
  </Card>
</Columns>

## Build workflows

<Columns cols={3}>
  <Card title="Onramp (fiat → stablecoin)" icon="arrow-up-right" href="/guides/fiat-to-stablecoin-onramp">
    Move USD to stablecoin on supported chains.
  </Card>

  <Card title="Offramp (stablecoin → fiat)" icon="arrow-down-left" href="/guides/stablecoin-to-fiat-offramp">
    Convert stablecoin back to USD.
  </Card>

  <Card title="Swap stablecoins/chains" icon="shuffle" href="/guides/stablecoin-to-stablecoin-swap">
    Swap between stablecoins or networks.
  </Card>

  <Card title="Issue your stablecoin" icon="certificate" href="/guides/stablecoin-issuance">
    Create and manage a branded stablecoin with Brale.
  </Card>

  <Card title="Managed accounts" icon="users" href="/guides/managed-accounts">
    Manage funds for end customers with managed accounts.
  </Card>

  <Card title="Payouts" icon="money-bill-transfer" href="/guides/stablecoin-payouts">
    Send payouts programmatically.
  </Card>
</Columns>

## Tools

<Columns cols={3}>
  <Card title="API Reference" icon="terminal" href="/api-reference/brale-introduction">
    Playground powered by OpenAPI.
  </Card>

  <Card title="OpenAPI spec" icon="file-code" href="https://api.brale.xyz/openapi">
    Import into your IDE or client generator.
  </Card>

  <Card title="Commons & SDK helpers" icon="code-branch" href="/documentation/commons-repo">
    Shared resources and formats for building on Brale.
  </Card>
</Columns>

## Need help?

<Card title="Talk to us" icon="comments" href="mailto:support@brale.xyz">
  Reach out for implementation help or to set up a shared Slack/Telegram
  channel.
</Card>
