livekit-internal

Execute Tool

Execute a tool call from LiveKit agent.

LiveKit agents use platform_tool_name (e.g. "Check_Availability") which differs from AgentIntegrationTool.tool_name. We resolve via AgentToolConfig first.

post/api/v1/livekit/tool-execution

Request body

tool_namestring required
tool_paramsobject required
voice_agent_idstring uuid required
call_idstring required
tenant_idstring uuid required

Response

Successful Response

successboolean required
resultstring required
dataobject nullable
errorstring nullable

Changes

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