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

# Create Workspace

`POST /v1/workspaces`

Create a new shared workspace owned by the current user.

Provisions the workspace row (baseline governance policies are seeded by
the creation hook in ``get_workspace_service``) and grants the creator
membership in the relationship graph so the workspace immediately shows up
in their accessible list and the switcher.

## Request body

- CreateWorkspaceBody
  - `name` string, required

## Response `201`

Successful Response

- WorkspaceResponse
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `type` string, required

## Other responses

- `422` — Validation Error

---

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