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

# Create a workspace

`POST /v1/workspaces`

Creates a new workspace.

## Request body

- WorkspaceCreate
  - `name` string, required
  - `company` string
  - `isPrivate` boolean

## Response `201`

Creates a new workspace.

- object
  - `data` Workspace
    - `id` string
    - `name` string
    - `source` string
    - `company` string
    - `isPrivate` boolean
    - `isPersonal` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Missing or invalid API key credentials.

---

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