---
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

---

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