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

# Create Workspace

`POST /workspaces`

## Request body

- CreateWorkspaceRequest
  - `name` string, required
  - `private_population_ids` string[]

## Response `201`

Successful Response

- WorkspaceSummary
  - `workspace_id` string, required
  - `name` string, required
  - `role` 'owner' | 'admin' | 'member', required
  - `has_experiments` boolean
  - `has_surveys` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
