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

# Create a Workspace

`POST /workspaces`

Creates a new Workspace in the organization.

## Request body

- CreateWorkspace
  - `name` string, safe-string, required — This property is a [Safe String](https://developers.youtrust.com/reference/oas-specification#safe-string).
  - `external_name` string, safe-string, nullable — This property is a [Safe String](https://developers.youtrust.com/reference/oas-specification#safe-string).

## Response `201`

Created

- Workspace
  - `id` string, uuid, required
  - `name` string, required
  - `external_name` string, nullable, required
  - `default` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `deleted_at` string, date-time, nullable, required
  - `users` WorkspaceUsersInner[], required
    - `id` string, uuid

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `404` — Resource not found
- `405` — This method is not allowed
- `415` — UnsupportedMediaType
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
