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

# Create a workspace

`POST /workspaces`

## Request body

- Workspace
  - `id` string
  - `name` string, nullable
  - `description` string, nullable
  - `metadata` Metadata
  - `created_at` integer
  - `updated_at` integer

## Response `201`

OK

- Workspace
  - `id` string
  - `name` string, nullable
  - `description` string, nullable
  - `metadata` Metadata
  - `created_at` integer
  - `updated_at` integer

---

[API](https://skmtc.net/webhookx-io/apis/webhookx-admin-api.md) · [All operations](https://skmtc.net/webhookx-io/apis/webhookx-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webhookx-io/webhookx-admin-api/revisions/af64d4e6c0c3/schema)
