Skip to main content
POST
Create Space
This endpoint requires the following scope:workspaces

Authorizations

X-API-Key
string
header
required

Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.

Body

application/json
name
string
required

The name of the Space to create.

Required string length: 1 - 100
members
object[]

Initial members to invite into the Space. If omitted, the Space is created with only the requesting user as owner. Ineligible entries are skipped; see member_invite_notice on the response.

Response

Returns the newly created Space.

space
object
required