---
title: "Create new Workspace"
method: POST
path: "/api/v1/workspaces"
tags: ["Workspaces"]
---

# Create new Workspace

`POST /api/v1/workspaces`

## Request body

- ExternalAPIContractsRequestsV1AddWorkspaceRequest
  - `requestId` string, uuid, nullable — Idempotency key
  - `title` string, nullable, required
  - `displayId` string, nullable, required
  - `icon` string, nullable, required
  - `color` integer, nullable
  - `templateId` string, uuid, required
  - `ownerId` string, uuid, required

## Response `200`

OK

- ExternalAPIContractsResponsesV1EntitiesWorkspace
  - `id` string, uuid, required
  - `displayId` string, nullable, required
  - `title` string, nullable, required

---

[API](https://skmtc.net/teamhood/apis/teamhood-api-v1.md) · [All operations](https://skmtc.net/teamhood/apis/teamhood-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamhood/teamhood-api-v1/versions/85a10c67381d/schema)
