Skip to main content
POST
Dispatch a custom tool call (internal)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
tool_name
string
required

Slug of the custom tool the model selected.

agent_id
string
required
agent_run_id
string
required
args
object

Arguments the model produced, matching the tool's JSON-Schema.

conversation_id
string

Response

The executor response, including timing and any spoken message.

data
object
meta
object