Skip to main content
The create command requests a new persistent World instance on the server.
--label
string
required
The human-readable title of your world. Alias: -l
--slug
string
A unique URL-friendly string identifier. If omitted, the CLI will automatically slugify your --label. Alias: -s
--description
string
An optional descriptive summary of the world’s purpose. Alias: -d

Usage

worlds create --label "My First World" --description "A test environment."