Skip to main content
POST
Create a world (default namespace)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
slug
string
required
namespace
string

Optional in body; the path namespace wins for /namespaces/... routes. The reserved _ value is rejected here.

label
string
description
string | null

Response

Created

slug
string
required
createdAt
number
required
updatedAt
number
required
namespace
string

Parent namespace for this world in multitenancy contexts.

label
string
description
string | null
deletedAt
number | null