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

# POST /v1/workspaces

`POST /v1/workspaces`

Creates a new workspace.

## Headers

- `Authorization` string

## Request body

- object
  - `name` string, required
  - `orgId` string, uuid

## Response `201`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'workspace', required
    - `attributes` object, required
      - `name` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

## Changes

- **2026-08-27** `64ef6ca73e52` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/workspaces/post.md)

---

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