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

# Bitwage Partner API

> Integrate Bitwage payroll and payment processing into your application.

The Bitwage Partner API lets you build payroll and payment solutions on top of
Bitwage's infrastructure. With the API you can:

* **Create and manage users** with full KYC verification
* **Set up payment distributions** across fiat and cryptocurrency
* **Create and manage companies** with KYB verification
* **Run payroll** for workers and vendors
* **Accept crypto payments** via merchant checkout

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running with API key or OAuth authentication in minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Browse the full API reference with interactive playground.
  </Card>

  <Card title="Authentication" icon="lock" href="/guides/authentication">
    Learn about API key and OAuth 2.0 authentication.
  </Card>

  <Card title="Webhooks" icon="bell" href="/guides/webhooks">
    Set up real-time event notifications.
  </Card>
</CardGroup>

## Environments

| Environment | API Base URL                      | App URL                           |
| ----------- | --------------------------------- | --------------------------------- |
| Sandbox     | `https://api.sandbox.bitwage.com` | `https://app.sandbox.bitwage.com` |
| Production  | `https://api2.bitwage.com`        | `https://app.bitwage.com`         |

Use the sandbox environment for development and testing before going to production.
