---
title: "Create a workspace"
method: POST
path: "/v1/workspaces"
tags: ["Workspaces"]
---

# Create a workspace

`POST /v1/workspaces`

Teams plan required.

## Request body

- object
  - `name` string, required
  - `slug` string

## Response `200`

Created

- Workspace
  - `id` string
  - `name` string
  - `slug` string
  - `role` 'owner' | 'admin' | 'member'

## Other responses

- `403` — Teams plan required

---

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