How it connects
A Speech Pipe bundles a voice profile with an agent. Sessions reach it from the web over WebSocket or from a phone number over SIP - same agent, same behaviour, either way.Go live in 3 steps
1. Create a Speech Pipe
2. Connect a session
- Web / mobile
- Telephony / SIP
client.sessions.create_token(pipe_id=...).
Protocol and auth: WebSocket sessions.3. Test it
Call the number, or open your web session and talk. Recordings and transcripts land automatically - see Recordings & Transcripts.Go deeper
WebSocket sessions
Session tokens, events, capabilities.
Voice profiles
STT + TTS bundles per language, with failover.
Speech pipes
The unit that wires voice, agent, and numbers.
Bring your agent
Point a pipe at any HTTP endpoint or LangChain brain.