---
title: "Create Workspace"
method: POST
path: "/open/workspaces/create"
tags: ["Workspaces"]
---

# Create Workspace

`POST /open/workspaces/create`

Requires `workspaces-write`.

## Request body

- object
  - `name` string, required
  - `emoji` string — Emoji or icon representing the workspace.

## Response `200`

Created

- object
  - `message` string
  - `workspace_id` number
  - `workspace` Workspace
    - `id` number — The unique identifier for the workspace.
    - `name` string — The name of the workspace.
    - `icon` string — The emoji or icon representing the workspace.
    - `settings` object — General settings for the workspace.

## Other responses

- `403` — Forbidden

---

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