---
title: "Create workspace"
method: POST
path: "/api/v1/workspace/{name}"
---

# Create workspace

`POST /api/v1/workspace/{name}`

Create a new workspace for the current organisation.

## Path parameters

- `name` string, required

## Query parameters

- `shared` boolean

## Cookies

- `apikey` string

## Response `200`

Successful Response

- WorkspaceResponse — Workspaces response model.
  - `r` IWorkspace, required — Workspace model.
    - `org_h_` integer, required
    - `id` string, required
    - `name` string, required
    - `apps` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
