admin
Session Debug Command
Send a debug command to a live agent session via LiveKit data channel.
Supported commands: force_llm_timeout — makes the agent's LLM appear to hang for N turns, triggering the LLM watchdog so you can hear the bridge utterances in production.
Body: {"command": "force_llm_timeout", "turns": 1}
post/v1/admin/sessions/{session_id}/debug
Path parameters
session_idstring required
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/v1/admin/sessions/{session_id}/debug:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.