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

# POST /v1/workspaces

`POST /v1/workspaces`

## Request body

- CreateWorkspaceBody
  - `name` string, required

## Response `201`

- CreateWorkspaceResponse
  - `workspace` Workspace
    - `agent_count` integer, required
    - `created_at` string, required
    - `icon_config` string, nullable
    - `name` string, required
    - `position` integer, required
    - `updated_at` string, required
    - `workspace_id` string, required

## Other responses

- `400`

---

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