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

# Create Workspace

`POST /api/v1/workspaces`

## Headers

- `authorization` string, nullable — Bearer <token>

## Request body

- WorkspaceCreate
  - `name` string, required
  - `timezone` string

## Response `201`

Successful Response

- EnvelopeWorkspaceResponse
  - `data` WorkspaceResponse, required
    - `id` string, uuid, required
    - `name` string, required
    - `plan_tier` string, required
    - `timezone` string, required
    - `created_at` string, date-time, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable
    - `reply_total` integer, nullable
    - `metric_total` integer, nullable
    - `people_total` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-04** `6be81c2b5273` — 5 info
  - added the optional property `meta/metric_total` to the response with the `201` status
  - added the optional property `meta/people_total` to the response with the `201` status
  - added the optional property `meta/reply_total` to the response with the `201` status
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-03T19:42:04.697120"}` to `{"request_id":"","timestamp":"2026-09-04T03:53:05.348646"}` for the status `201`
  - …1 more
- **2026-09-03** `dd130eae1c32` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-03T04:12:49.531787"}` to `{"request_id":"","timestamp":"2026-09-03T19:42:04.697120"}` for the status `201`
  - the `timestamp` response's property default value changed from `2026-09-03T04:12:49.531787` to `2026-09-03T19:42:04.697120` for the status `201`
- **2026-09-03** `1ced22f7f72c` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-02T16:58:28.431377"}` to `{"request_id":"","timestamp":"2026-09-03T04:12:49.531787"}` for the status `201`
  - the `timestamp` response's property default value changed from `2026-09-02T16:58:28.431377` to `2026-09-03T04:12:49.531787` for the status `201`
- …earlier changes not shown

[Full history](https://skmtc.dev/minro/apis/minro-cs-platform/changes/api/v1/workspaces/post.md)

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/6be81c2b5273/schema)
