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

# Partner Platform

> Distribute AI-powered customer support to your merchants, tenants, or customers at scale.

The Partner Platform lets you **programmatically create and manage OpenCX organizations** for your customers. Each organization gets its own AI agent, chat widget, knowledge base, and integrations — fully isolated and ready to serve end-users.

## How it works

You integrate our Partner API into your platform. When a customer signs up (or you onboard them), you call a single endpoint to provision their AI support org. They get a widget token to embed on their site — that's it.

```mermaid theme={"dark"}
sequenceDiagram
    participant P as Your Platform
    participant API as Partner API
    participant Org as Customer Org

    P->>API: POST /partner/v1/orgs
    API->>Org: Create org + apply defaults
    API-->>P: { id, name, widget_token }
    P->>P: Embed widget with widget_token
```

## What you get

<CardGroup cols={2}>
  <Card title="Single API call" icon="bolt">
    One POST creates a fully configured org with AI agent, widget token, and optional integrations.
  </Card>

  <Card title="White-label dashboard" icon="palette">
    Your logo, your app name, your support email — across the entire dashboard.
  </Card>

  <Card title="Full API access" icon="code">
    Every org gets its own API key. Train the AI, crawl websites, manage contacts — all via API.
  </Card>

  <Card title="Unlimited scale" icon="chart-line">
    Provision 10 orgs or 25,000 — the API handles it.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/partners/quickstart">
    Create your first partner org in under 5 minutes.
  </Card>

  <Card title="Integration Guide" icon="map" href="/partners/integration-guide">
    End-to-end guide: from API key to a fully trained, live AI agent.
  </Card>

  <Card title="Admin Console" icon="gauge" href="/partners/admin-console">
    The dashboard page where you monitor and manage every connected customer org.
  </Card>

  <Card title="API Reference" icon="code" href="/partners/api-reference">
    Full endpoint documentation with examples.
  </Card>

  <Card title="Branding" icon="paintbrush" href="/partners/branding">
    Configure your logo, app name, and support email.
  </Card>
</CardGroup>
