Execute Agent Tool (VAPI Webhook)
Agent Tools
Run Agent Tool
VAPI tool-call webhook target. The message payload follows VAPI’s tool-calls shape; for each tool call we execute the named tool against the resolved voice thread and return TOON-encoded results.
POST
Execute Agent Tool (VAPI Webhook)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Shared secret used to resolve the originating thread.
Path Parameters
Body
VAPI tool-call message: {call: {...}, toolCalls: [{id, function: {arguments}}]}.
Response
200 - application/json

