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

# Create Workspace

`POST /workspaces`

## Cookies

- `__Host-final_app_session` string, nullable

## Request body

- WorkspaceCreate
  - `name` string, required

## Response `201`

Successful Response

- WorkspaceOut
  - `id` string, required
  - `name` string, required
  - `role` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/huscarl/apis/final-app-backend.md) · [All operations](https://skmtc.dev/huscarl/apis/final-app-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huscarl/final-app-backend/revisions/c721ac918b37/schema)
