Skip to main content
POST
Add Parent Agent Tool

Authorizations

Authorization
string
header
required

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

Path Parameters

parent_agent_id
integer
required

Body

application/json
agent_tool_id
integer
required

ID of the connector tool to add as a parent-agent tool execution.

Required range: x >= 1
flow_configs
ParentAgentToolFlowConfig · object

Tool-level execution configuration. Payload and loop behavior are configured on state-function execute_tool actions.

Response

Successful Response

success
boolean
required

Whether the request was successful.

data
ParentAgentToolMutationData · object
required

Parent-agent tool mutation results.

error_type
string | null

Type of error if the request failed.

error_message
string | null

Error message or informational message.