---
title: "Create workspace"
method: POST
path: "/v1/workspaces"
tags: ["Workspace"]
---

# Create workspace

`POST /v1/workspaces`

## Request body

- object
  - `icon` string
  - `name` string, required

## Response `200`

OK

- object
  - `workspace` object, required
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `name` string, required
    - `icon` string, nullable, required
    - `plan` 'FREE' | 'STARTER' | 'PRO' | 'LIFETIME' | 'OFFERED' | 'CUSTOM' | 'UNLIMITED' | 'ENTERPRISE', required
    - `stripeId` string, nullable, required
    - `settings` object, nullable, required
    - `isSuspended` boolean, required
    - `isPastDue` boolean, required
    - `isVerified` boolean, nullable, required
    - `chatsHardLimit` number, nullable, required
    - `lastActivityAt` string, date-time, nullable, required
    - `inactiveFirstEmailSentAt` string, date-time, nullable, required
    - `inactiveSecondEmailSentAt` string, date-time, nullable, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.dev/typebot/apis/builder-api.md) · [All operations](https://skmtc.dev/typebot/apis/builder-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/typebot/builder-api/revisions/692333f2aaba/schema)
