Skip to main content
POST
Add a participant to a chat

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Path Parameters

chatId
string<uuid>
required

Unique identifier of the chat

Body

application/json
handle
string
required

Relay Handle.

hide_history
boolean
default:true

When true, hide messages from before the agent's new membership. When false, allow earlier retained history. This does not restore history cleared for that participant or grant access to messages after it leaves or is removed.

Response

Participant addition queued successfully

status
string
trace_id
string
message
string