Skip to main content
POST
Execute Agent Tool (VAPI Webhook)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Vapi-Secret
string

Shared secret used to resolve the originating thread.

Path Parameters

tool_id
string<uuid>
required

Body

message
any
required

VAPI tool-call message: {call: {...}, toolCalls: [{id, function: {arguments}}]}.

Response

200 - application/json
results
object[]
required