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

## Changes

> 19 revisions in range; 5 could not be searched.

- **2026-07-08** `8940d7f77282` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/post.md)

---

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