---
title: "Create a space"
method: POST
path: "/spaces"
tags: ["spaces"]
---

# Create a space

`POST /spaces`

Spaces are groupings of collections and datasets.

## Request body

- Space
  - `name` string, required
  - `description` string, required

## Response `200`

OK

## Other responses

- `400` — The server could not process your request, this happens for example when the id specified is not of the correct form. See the message field for more information.

---

[API](https://skmtc.net/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.net/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clowder-framework/clowder/versions/bcd187478e0d/schema)
