Install the Daslab CLI

Daslab is one MCP endpoint. Point any client at it and that client can move between your worlds and scenes, and call the tools they already have wired to your accounts.

Clients with a static header need a Daslab API key that starts with dk_. Get API key

Set up

The terminal client: call tools, run agent turns, and install the other clients from one place.

macOS and Linux. Installs to ~/.local/bin/daslab:

curl -fsSL https://releases.daslab.dev/install.sh | sh

Sign in — or set a key for scripts and CI:

daslab login

# or, scriptable
export DASLAB_API_KEY=dk_xxxxxxxxxxxx

Find your way around:

daslab docs        # the full surface, LLM-readable
daslab tools       # every tool in the current scope
daslab ask "..."   # one agent turn

Full command reference below, and at daslab.run/docs/cli.md for LLM clients.

Discover what you have

# 1. list scenes in your home world
daslab --world call daslab_list_scenes

# 2. paste an id, see what's inside
SCENE=<paste-id-from-step-1>
daslab --scene-id $SCENE call daslab_get_scene_assets scene_id=$SCENE

# 3. list every tool that scene exposes (usually 100+)
daslab --scene-id $SCENE tools

Switch worlds & scenes

  • daslab world use <world>Persistent switch to another world
  • daslab scenes use <scene>Persistent switch to another scene
  • --scene-id <id>One-shot override on any command
  • --worldOne-shot — your home world

Quick reference

  • daslab toolsList MCP tools in the current scope
  • daslab call <tool> k=vInvoke one tool directly
  • daslab ask "…"Run a full agent turn
  • daslab chatInteractive REPL
  • daslab docsPrint the full docs
  • daslab --helpAll commands

What every client gets

ScenesMove between your worlds and scenes without reconnecting.
ToolsCall the tools each scene has already wired to accounts and assets.
ContextSee the active scene, pinned assets, and the work your team is tracking.
ControlsDaslab auth and per-scene scoping instead of credentials pasted into prompts.

Full LLM-readable docs at daslab.run/docs/cli.md · Source on GitHub · Daslab also runs as a native app on iPhone, iPad, and Mac — get the app