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

# Create a workspace

`POST /workspaces`

## Request body

- WorkspaceCreateRequest
  - `name` string, required — Name of the workspace
  - `organizationId` string, uuid — ID of organization to add workspace to.

## Response `200`

Successful operation

- WorkspaceResponse — Provides details of a single workspace.
  - `workspaceId` string, UUID, required
  - `name` string, required
  - `dataResidency` 'auto' | 'us' | 'eu', required

## Other responses

- `400` — Invalid data
- `403` — Not allowed

---

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