Create space
POST/spaces
Creates a new workspace (or space) based on a supplied name in the JSON request body. The endpoint is subject to rate limiting and automatically applies default configurations such as generating a random icon and initializing the workspace with default settings (for example, a default dashboard or home page). On success, the new space’s full metadata is returned, enabling the client to immediately switch context to the new space.
Request
Responses
- 200
- 400
- 401
- 423
- 500
Space created successfully
Bad request
Unauthorized
Rate limit exceeded
Internal server error