Skip to main content

Create workspace

Create workspace

Request Body โ€” REQUIRED
name string โ€” REQUIRED
Responses
200

Successful response

Schema
workspace object
id string
name string
createdAt date-time
icon string
plan string

Possible values: [FREE, STARTER, PRO, LIFETIME, OFFERED, CUSTOM]

stripeId string
additionalChatsIndex number
additionalStorageIndex number
chatsLimitFirstEmailSentAt date-time
chatsLimitSecondEmailSentAt date-time
storageLimitFirstEmailSentAt date-time
storageLimitSecondEmailSentAt date-time
customChatsLimit number
customStorageLimit number
customSeatsLimit number
default

Error response

Schema
message string
code string
issues object[]
message string
mutation.workspace.createWorkspace
POST /workspaces
Body
Loading...
https://app.typebot.io/api/v1
curl -L -X POST 'https://app.typebot.io/api/v1/workspaces' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'