Skip to main content
Boots an interactive terminal loop leveraging an LLM connected natively to your World instance using the Model Context Protocol.
This command requires an OPENROUTER_API_KEY to be passed as an environment variable to execute the backend model generation.
--worldId
string
required
The unique system identifier of the target world to attach to the AI agent. Alias: -w
--write
boolean
If set, the AI agent is granted write privileges and can arbitrarily update or delete facts using SPARQL directly inside your world based on conversation.
--userIri
string
An IRI representing the user, attached to graph modifications for provenance. Alias: -u

Usage

OPENROUTER_API_KEY=sk_... worlds chat --worldId <worldId> --write