This guide helps you make your first successful request to Xentree.1. Choose the base URL#
For most REST API calls, use:For Xentree Live browser experiences:Realtime socket: wss://orchstr.xentree.com
2. Authenticate#
Obtain an access token from the authentication endpoint.Request#
Response#
{
"access_token": "eyJ...",
"token_type": "bearer"
}
3. Send your first chat request#
4. Create a conversation#
5. Try Xentree Live#
Recommended next steps#
Read Authentication for token lifecycle details
Read Conversations for chat and session workflows
Read Xentree Live for voice, quota, and transcript support
Modified at 2026-04-17 06:31:30