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

# Create Workspace

`POST /v1/workspaces/`

Create a new workspace.

## Request body

- WorkspaceInSchema
  - `name` string, required
  - `organization_uuid` string, required

## Response `200`

OK

- WorkspaceOutSchema
  - `workspace_uuid` string, nullable
  - `name` string, nullable
  - `organization_name` string, nullable
  - `organization_uuid` string, nullable

## Changes

- **2025-10-29** `9b529d67a7d0` — 6 breaking, 1 info
  - the response property `name` became optional for the status `200`
  - the response property `organization_name` became optional for the status `200`
  - the response property `workspace_uuid` became optional for the status `200`
  - response property `name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …3 more

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

---

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