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

# Welcome to Augustus

> About Augustus and how to get up and running fast.

Augustus is an OCC-licensed clearing bank (in organization) built for developers. Open accounts, hold balances, receive deposits, send payouts, and convert between fiat and stablecoins — all through one API.

<CardGroup cols={2}>
  <Card title="Accounts" icon="building-columns" href="/docs/accounts/overview">
    Hold fiat and stablecoin balances. Each account has its own payment details.
  </Card>

  <Card title="Deposits" icon="arrow-down" href="/docs/payin/deposits">
    Deposit funds directly to your Augustus account (IBAN, sort code, ABA,  wallet).
  </Card>

  <Card title="Payouts" icon="arrow-up" href="/docs/payout/payout">
    Send funds locally and globally to accounts or wallets.
  </Card>

  <Card title="On-ramp / off-ramp" icon="arrow-right-arrow-left" href="/docs/On-Offramp/onramp">
    Convert between fiat and stablecoin held in your Augustus account
  </Card>

  <Card title="Account and Transaction reports" icon="file-doc" href="/docs/accounts/reports">
    Generate account & transaction reports for all money movements (CSV/PDF)
  </Card>

  <Card title="Checkout & Open Banking" icon="bolt" href="/docs/payin/overview">
    Collect funds via Open Banking from your customers (`2023-01-01` only).
  </Card>
</CardGroup>

<Info>
  **Two APIs at Augustus**

  * `2023-01-01 (prev. Ivy)`— Open Banking and Manual Bank Transfer. <br />SDK: `@getivy/node-sdk`
  * `2026-05-01` — the banking API (accounts, deposits, payouts, virtual accounts, conversions). SDK: `@augustusbank/typescript-sdk`

  Where a feature exists in both, code samples appear in dual-tab blocks. Otherwise the code sample uses the API that supports it.
</Info>

## Get started

<Steps>
  <Step title="Explore Augustus core concepts">
    Map your company's treasury and payment flows to our [product features](/docs/basics/concepts).
  </Step>

  <Step title="Request sandbox access">
    [Request sandbox access](https://dashboard.augustus.com/sign-up). Signup is currently invite-only during our launch window.
  </Step>

  <Step title="Enable Test Mode">
    Toggle [Test Mode](/docs/basics/test-mode-sandbox) to get test API keys and start testing in a sandbox.
  </Step>

  <Step title="Configure">
    Generate API keys, register webhook endpoints, and invite team members.
  </Step>

  <Step title="Get approved">
    Complete KYB and integration review. Augustus activates your account for live processing.
  </Step>

  <Step title="Go live">
    Switch to your live API keys and monitor activity via webhooks and the Dashboard.
  </Step>
</Steps>

Questions? Reach out at [help@augustus.com](mailto:help@augustus.com).
