> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/external-chat-api/reference/objects/bot.md).

# Bot

**Example**

```json
{
    "id": 137,
    "name": "Kindly bot",
    "type": "kindly"
}
```

**Fields**

| Field | Type                                                                       | Comments      |
| ----- | -------------------------------------------------------------------------- | ------------- |
| Id    | integer                                                                    | Bot unique id |
| Name  | string                                                                     | Bot name      |
| Type  | [BotType](/docs/apis/external-chat-api/reference/enumerations/bot-type.md) | Bot type      |
