Livekit
Overview
Prerequisites
Setup Steps
3
Create a LiveKit Endpoint
curl -X POST "https://api.krosai.com/v1/endpoints" \
-H "x-api-key: kros_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"name": "LiveKit Voice Agent",
"type": "agent",
"url": "sip:xxxxx.sip.livekit.cloud",
"provider_config": {
"provider": "livekit",
"livekit_agent_name": "my-voice-agent",
"livekit_sip_trunk_id": "trunk_abc123",
"livekit_sip_uri": "sip:xxxxx.sip.livekit.cloud"
}
}'Configuration Options
Provider Config Fields
Field
Required
Description
Global Settings (Integration Level)
Field
Required
Description
Agent Verification
Outbound Calls
Webhooks
Troubleshooting
LiveKit Agent Example
Last updated
