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

# Create

`POST /api/v1/workspaces`

## Headers

- `authorization` string, required

## Request body

- WorkspaceCreateRequest
  - `name` string, required
  - `slug` string, nullable

## Response `201`

Successful Response

- WorkspaceResponse
  - `id` string, required
  - `slug` string, required
  - `name` string, required
  - `owner_id` string, required
  - `plan` string, required
  - `max_agents` integer, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tomeku-development/apis/mesh-platform-api.md) · [All operations](https://skmtc.dev/tomeku-development/apis/mesh-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomeku-development/mesh-platform-api/revisions/08ace1bb7b09/schema)
