Create space
POST/spaces
Creates a new space based on a supplied name and description 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 internal.
Request
Responses
- 200
- 400
- 401
- 429
- 500
The created space
Bad request
Unauthorized
Rate limit exceeded
Internal server error