# Spaces Group projects into folders for better organization. Supports nested hierarchies (e.g., by client, year, or production type). ## List spaces - [GET /spaces](https://docs.saturation.io/openapi/spaces/listspaces.md): Retrieve all project spaces/folders in the workspace ## Create space - [POST /spaces](https://docs.saturation.io/openapi/spaces/createspace.md): Create a new project space/folder ## Get space - [GET /spaces/{spaceId}](https://docs.saturation.io/openapi/spaces/getspace.md): Retrieve a specific space by ID or alias ## Update space - [PUT /spaces/{spaceId}](https://docs.saturation.io/openapi/spaces/updatespace.md): Update an existing space ## Delete space - [DELETE /spaces/{spaceId}](https://docs.saturation.io/openapi/spaces/deletespace.md): Soft delete a space (must not contain active projects)