Skip to main content
The Worlds CLI allows you to manage worlds, import data, and execute queries directly from your terminal.

Installation

Install the Worlds CLI using Deno:
deno install -A --name worlds jsr:@wazoo/worlds-cli

Initialize world

Create a persistent context from the terminal:
worlds create --label "My First World" --slug "my-first-world"

Add context

Provide your AI agents with persistent, searchable memory:
# Create a local file with context
echo '<#memo> <http://purl.org/dc/terms/description> "The secret ingredient is always more compute." .' > data.ttl

# Import the context into the world
worlds import my-first-world data.ttl --format turtle

Next steps

Now that you have set up your first world, explore the full capabilities of the CLI: