livekit-phone-admin

Assign Phone To Agent

Assign a phone number to a LiveKit voice agent.

Creates a dispatch rule in LiveKit that routes inbound calls to the specified agent.

The phone number must already exist in the database (imported via the phone number import flow).

post/api/v1/admin/livekit/phone-assignments

Request body

phone_numberstring required

Phone number in E.164 format (e.g., +15105550100)

voice_agent_idstring uuid required

Voice agent UUID to handle inbound calls

Response

Successful Response

phone_numberstring required
tenant_idstring uuid nullable required
voice_agent_idstring uuid nullable required
dispatch_rule_idstring nullable required
voice_platformstring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.