---
title: "Create a custom webhook tool"
method: POST
path: "/companies/{company}/tools"
tags: ["Agent Tools"]
---

# Create a custom webhook tool

`POST /companies/{company}/tools`

## Path parameters

- `company` integer, required

## Request body

- object
  - `name` string, required
  - `description` string, nullable
  - `businessUnitId` integer, nullable
  - `config` object, required

## Response `201`

Created

- AppHttpResourcesApiAgentToolResource — unresolved $ref

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
