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

# Create a new space

`POST /v1/spaces`

Creates a new space for the current tenant.

## Headers

- `X-Org-Id` integer, required

## Request body

- SpaceCreateRequest — Request object for creating a new space
  - `spaceName` string, required — Name of the space
  - `description` string — Description of the space
  - `spaceType` 'Public_To_All' | 'Public_To_Request' | 'Private', required — Type of the space

## Response `200`

OK

---

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