---
title: "Create agent tool"
method: POST
path: "/agents/{agent_uuid}/tools"
tags: ["agentTools"]
---

# Create agent tool

`POST /agents/{agent_uuid}/tools`

Create a new tool for an agent

## Path parameters

- `agent_uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required
  - `description` string, required
  - `tool_type` 'webhook' | 'client', required
  - `tool_config` AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolConfig, required

## Response `200`

Tool created

- AgentToolsCreateAgentToolResponse200
  - `success` boolean
  - `item` AgentsAgentUuidToolsPostResponsesContentApplicationJsonSchemaItem
  - `message` string

---

[API](https://skmtc.net/resemble/apis/api-reference.md) · [All operations](https://skmtc.net/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resemble/api-reference/versions/bce48b20dad7/schema)
