Skip to main content
POST
/
agents
/
{agentId}
/
tools
Error
A valid request URL is required to generate request examples
{
  "message": "<string>",
  "agent_tool": {}
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

agentId
string<uuid>
required

Agent ID

Body

application/json
tool_id
string<uuid>
required
config
object
is_enabled
boolean
Example:

true

display_order
integer
Example:

1

Response

200 - application/json

Tool attached successfully

message
string
agent_tool
object