Skip to main content
POST
Build World

Authorizations

Authorization
string
header
required

Use a Continuous API key. Send it in the Authorization header as a Bearer token.

Body

application/json
simulators
string[]
required

Stable Simulator IDs for the World.

Minimum array length: 1
Pattern: ^smr_[0-9A-HJKMNP-TV-Z]{26}$
instructions
string

Build guidance. At most 16,384 characters and 65,536 UTF-8 bytes. U+0000 is not permitted.

Maximum string length: 16384

Response

Accepted

created_at
string<date-time>
required

Time when the World build started.

error
object | null
required

Safe failure information, or null when no failure exists.

id
string
required

Stable World ID.

Pattern: ^wld_[0-9A-HJKMNP-TV-Z]{26}$
instructions
string
required

Build guidance stored with the World.

simulations
object[]
required

Created member Simulations. This list is empty before first start.

simulators
string[]
required

Stable Simulator IDs in member order.

Pattern: ^smr_[0-9A-HJKMNP-TV-Z]{26}$
status
enum<string>
required

Current World lifecycle status.

Available options:
building,
ready,
running,
stopped,
failed,
canceled