Worlds
The Worlds service manages virtual environments, each defined by World Builder content with custom runtime settings (map selection, session duration, etc.).
Retrieves and returns all worlds that belong to the given Organization. Can also additionally filter by project if a project ID is passed in the headers.
The ID of an organization
The ID of a project
Lists all worlds for an organization or project (if specified)
Lists all worlds for an organization or project (if specified)
Creates a world in the given Organization and Project. Checks if the user can create a world with the given size.
The ID of an organization
The ID of a project
The new world's details
The name of a world
^.+\S.*$The description of a world
The picture URL of a world
Describes whether the world is transient. Transient worlds are automatically deleted once their duration expires and they are fully stopped.
The world's ID, if created successfully
The world's ID, if created successfully
Takes various build variables and resolves them to a single build package.
The ID of an organization
The ID of a project
The runtime build of a world. A build can be specified by a channel and tag, or by a content ID.
Build and content resolved successfully
The error object returned by the API when an error occurs
The error object returned by the API when an error occurs
No content
Retrieves and returns the specified world and linked launch context.
The ID of a world
The ID of an organization
The ID of a project
The details for a world
The error object returned by the API when an error occurs
Updates the specified world and returns the resulting new world data if successful.
The ID of a world
The ID of an organization
The ID of a project
The world details to update. Partial updates of object fields are not allowed. All nested fields must be provided and optional fields will be reset to default.
The name of a world
^.+\S.*$The description of a world
The updated world details
Default Response
The error object returned by the API when an error occurs
Deletes the specified world.
The ID of a world
The ID of an organization
The ID of a project
Empty response
Empty response
The error object returned by the API when an error occurs
No content
Get all bot deployments for the specified world
The ID of a world
The ID of an organization
The ID of a project
All bot deployments for a world
The error object returned by the API when an error occurs
Create a bot deployment for the specified world with the provided bot count
The ID of a world
The ID of an organization
The ID of a project
Create a bot deployment
^\d+(m|\.\d\d?\d?)?$^\d+(\.\d+)?(m|k|Ki|M|Mi|G|Gi)?$Default Response
No content
Default Response
No content
Get the details for a specific bot deployment for the specified world.
The ID of a world
The ID of a bot deployment
The ID of an organization
The ID of a project
The details for a bot deployment
The error object returned by the API when an error occurs
Update a bot deployment for the specified world. This can be used to alter the bot count in a bot deployment.
The ID of a world
The ID of a bot deployment
The ID of an organization
The ID of a project
Patch a bot deployment
^\d+(m|\.\d\d?\d?)?$^\d+(\.\d+)?(m|k|Ki|M|Mi|G|Gi)?$Default Response
No content
Default Response
No content
Stop a bot deployment for the specified world
The ID of a world
The ID of a bot deployment
The ID of an organization
The ID of a project
Default Response
No content
Default Response
No content
Returns the specified world's deployments. Optionally can be filtered by status, provided in the query string.
The ID of a world
The ID of an organization
The ID of a project
Details for the World's deployments
The error object returned by the API when an error occurs
Update the picture URL of a world
The ID of a world
The ID of an organization
The ID of a project
The updated world details
The error object returned by the API when an error occurs
The error object returned by the API when an error occurs
The error object returned by the API when an error occurs
Returns a list of all active roles for a world. Could be used to get all possible conditions that allow a user to access a world.
The ID of a world
The ID of an organization
The ID of a project
The roles that can access a world
The roles that can access a world
Transitions the phase of the world to Starting, which will subsequently launch the underlying deployments. With this transition, the world run ID and startedAt timestamp are reset.
The ID of a world
The ID of an organization
The ID of a project
Empty response
Empty response
The error object returned by the API when an error occurs
No content
Transition the world phase to Stopped, which subsequently stops underlying deployments.
The ID of a world
The ID of an organization
The ID of a project
Empty response
Empty response
The error object returned by the API when an error occurs
No content
The ID of a world
The ID of a user
The ID of an organization
The ID of a project
Indicates if a user has access to a world
HTTP error message
Retrieves and returns all worlds that are marked as public and active across all organizations.
Lists all worlds for an organization or project (if specified)
Lists all worlds for an organization or project (if specified)
Last updated
Was this helpful?

