# Bot management

Register a bot on your Bitrix24 account, fetch and update its data, restore access after authorization failures, and delete the bot when it's no longer needed.

**Scope:** `imbot` | **Base URL:** `https://vibecode.bitrix24.com/v1` | **Authorization:** `X-Api-Key`

## Operations

- [Register a bot](./management/create.md) — `POST /v1/bots`
- [List bots](./management/list.md) — `GET /v1/bots`
- [Get a bot](./management/get.md) — `GET /v1/bots/:botId`
- [Update a bot](./management/update.md) — `PATCH /v1/bots/:botId`
- [Delete a bot](./management/delete.md) — `DELETE /v1/bots/:botId`
- [Re-authorization](./management/reauth.md) — `POST /v1/bots/:botId/reauth`
- [Re-subscribe to events](./management/resubscribe.md) — `POST /v1/bots/:botId/resubscribe`
- [Bot platform revision](./management/revision.md) — `GET /v1/bots/revision`
