Carbon Voice API — AI Agent Guide

Documentation & Resources


Authentication

Pass one of the following on every request:

Method How to send
API Key x-api-key: <key> header
OAuth2 Bearer Authorization: Bearer <access_token>
PXToken (session) pxtoken: <token> header

Terminology

Term Meaning
Workspace Top-level area grouping people and conversations
Conversation / Channel A channel of communication — these terms are interchangeable throughout the API (endpoints use both)
Collaborators People who are part of a conversation or workspace

Core Behavior Rules

Login to API

To Login, use oAuth flow.


Identify Yourself — whoami