diff --git a/api-reference/cli/init.mdx b/api-reference/cli/init.mdx
index 7b68844a..c959b387 100644
--- a/api-reference/cli/init.mdx
+++ b/api-reference/cli/init.mdx
@@ -27,8 +27,8 @@ pipecat init [OPTIONS]
Transport provider. Repeatable for multiple transports (e.g. `-t daily -t
- smallwebrtc`). Valid values: `daily`, `smallwebrtc`, `twilio`, `telnyx`,
- `plivo`, `exotel`, `daily_pstn`, `twilio_daily_sip`.
+ smallwebrtc`). Valid values: `daily`, `smallwebrtc`, `websocket`, `twilio`,
+ `telnyx`, `plivo`, `exotel`, `daily_pstn`, `twilio_daily_sip`.
@@ -216,7 +216,7 @@ Output:
{
"bot_type": ["web", "telephony"],
"transports": {
- "web": ["daily", "smallwebrtc"],
+ "web": ["daily", "smallwebrtc", "websocket"],
"telephony": ["twilio", "twilio_daily_sip_dialin", "twilio_daily_sip_dialout", ...]
},
"stt": ["deepgram_stt", "mistral_stt", "openai_stt", "xai_stt", ...],