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

# Add a workspace

`POST /v1/workspaces`

## Request body

- CreateWorkspaceRequestV1
  - `name` string — Represents a workspace name.
  - `organizationId` string — Represents the Cake organization identifier across the system.

## Response `201`

Created

- WorkspaceDtoV1 — unresolved $ref

---

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