Get your API key
Partner API keys are provisioned by the OpenCX team during onboarding. You’ll receive a JWT token that authenticates all Partner API requests.
Partner API keys are separate from org-level API keys. They manage orgs (create, list, generate API keys, invite users) — they cannot access chat sessions, contacts, or other org data.
Create an org
Call the Partner API to create an org for one of your customers:The response contains everything you need:
Embed the widget
Use the Or with React:
token from the response to embed the chat widget on the customer’s site:Verify
Open the customer’s site. The chat widget should appear and the AI agent will respond using the instructions you provided.For a production-ready setup, follow the Integration Guide to train the AI with real content.
Next steps
Integration Guide
Full end-to-end setup: crawl websites, train the AI, authenticate users.
API Reference
Full endpoint documentation and error codes.