Skip to main content
POST
/
agents
/
{agent_id}
/
tools
Register Tool
curl --request POST \
  --url https://api.example.com/agents/{agent_id}/tools

Path Parameters

ParameterTypeDescription
agent_idstringThe agent’s unique identifier

Request Body

{
  "tool_id": "tool_uuid_123"
}

Response

Returns 200 OK with the updated tool assignment.