> ## Documentation Index
> Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Toolzz Bot

> Endpoint to create a new Toolzz Bot

### Body Parameters

<ParamField body="workspaceId" type="string" required>
  The workspace ID to create a bot for.
</ParamField>

<ParamField body="typebot" type="object" required>
  <Expandable title="typebot properties">
    <ParamField body="name" type="string" required>
      The bot name to be created.
    </ParamField>
  </Expandable>
</ParamField>

<Warning>User needs to be authenticated</Warning>

## Response Description

Below you will see the description of the function create a toolzz bot.

<ResponseField name="typebots" type="object[]" required>
  The Bot created information.
</ResponseField>
