Skip to main content
POST
Attach tool to agent
Attaches an executable tool or custom function to an agent brain. When the conversation reaches a point where this action is needed, the LLM calls this tool with structured arguments.

Path parameters

string
required
UUID of the AI agent brain (retrieved from created.agent_id or created.brain.id when creating an agent)

Body parameters

string
required
UUID of the tool from the catalog (see List tools)
object
Default or fixed parameters supplied to the tool execution (e.g. { "duration_minutes": 30 })
boolean
default:"true"
Whether this tool binding is currently active and callable by the agent

Response