---
title: "Save bot tools"
method: POST
path: "/bot/{id}/saveTools"
tags: ["Bot"]
---

# Save bot tools

`POST /bot/{id}/saveTools`

## Path parameters

- `id` string, required

## Request body

- ToolInputDto[]
  - `type` string, nullable — The type of the tool
  - `enabled` boolean — Whether the tool is enabled
  - `options` unknown

## Response `200`

Success

- BotToolDto[]
  - `id` string, nullable
  - `type` string, nullable
  - `enabled` boolean
  - `options` BotToolOptions

---

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