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

# Create workspace

`POST /workspaces`

Create a new workspace in the company

## Request body

- object
  - `name` string, required
  - `slug` string, required
  - `timezone` string, required — IANA timezone identifier for the workspace (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo')
  - `userIds` string[]

## Response `200`

OK

- object
  - `id` string, uuid, required
  - `name` string, required
  - `slug` string, required
  - `timezone` string, nullable, required
  - `createdAt` string, date-time, required

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - User is not authenticated
- `404` — Not Found - Resource does not exist

---

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