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

# Introduction

> Build integrations with the Introw API.

Use the Introw API to read and manage partner data, delegate commission payout operations to your finance software, embed the partner portal in your product, and ingest affiliate conversions. Start with the guides below, then use the endpoint reference for request and response details.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/general/authentication">
    Create API keys, choose scopes, rotate keys, and authenticate requests.
  </Card>

  <Card title="Commissions" icon="money-bill-transfer" href="/general/commission-overview">
    Sync commission payouts and manage line items from your finance software.
  </Card>

  <Card title="Embedded portal" icon="window-restore" href="/general/embed-overview">
    Embed the partner portal in your product with pre-authenticated sessions.
  </Card>

  <Card title="Affiliate conversions" icon="bullseye-arrow" href="/general/affiliate-overview">
    Attribute conversions to partner clicks, from your backend or the browser.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/partners/list-partners">
    Review generated endpoint details, schemas, examples, and required scopes from OpenAPI.
  </Card>
</CardGroup>
