Skip to main content
POST
Create a world in a namespace

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

Target namespace, or _ for the caller default namespace.

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