Path Parameters
Unique identifier of the toolkit (UUID format)
Identifier of the specific tool to invoke
Request Body
Tool-specific parameters matching the tool’s schema from [Get Toolkit Tools](/API reference/v1/toolkits/get-toolkit-tools)
Response
The tool execution result (format varies by tool)
Execution status:
success, errorTool execution time in seconds
Notes
- This endpoint requires custom toolkits to be configured
- Tool parameters must match the schema from [Get Toolkit Tools](/API reference/v1/toolkits/get-toolkit-tools)
- Built-in tools are invoked automatically by agents and don’t require this endpoint
- Currently, custom toolkits must be configured through the web dashboard
Example Request
Example Response
Authorizations
API Key for authentication
Body
application/json
Response
Successful Response
The response is of type any.

