2023-04-25 16:58:47 +02:00
---
title: createBot
slug: /main-concepts/metadata-standard/schemas/api/createbot
---
# createBot
*Create bot API request*
## Properties
2023-07-11 13:29:51 +05:30
- **`name` **: Name of the bot. Refer to *../entity/teams/user.json#/definitions/entityName* .
2023-04-25 16:58:47 +02:00
- **`displayName` ** *(string)* : Name used for display purposes. Example 'FirstName LastName'.
2023-07-11 13:29:51 +05:30
- **`botUser` ** *(string)* : Bot user name created for this bot on behalf of which the bot performs all the operations, such as updating description, responding on the conversation threads, etc.
2023-04-25 16:58:47 +02:00
- **`description` ** *(string)* : Description of the bot.
2023-07-11 13:29:51 +05:30
- **`provider` **: Refer to *../type/basic.json#/definitions/providerType* .
2023-04-25 16:58:47 +02:00
2023-07-11 13:29:51 +05:30
Documentation file automatically generated at 2023-07-07 05:50:35.981927.