Pipeline/docs/getting-started
null 8c0a196f69 feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00
..
README.md feat: initialize Pipeline from Mission Control base (v0.0.4) 2026-05-19 01:17:58 -05:00

README.md

Getting started

What is Mission Control?

Mission Control is the web UI and HTTP API for operating OpenClaw.

It provides a control plane for boards, tasks, agents, approvals, and (optionally) gateway connections.

Quickstart (Docker Compose)

From repo root:

cp .env.example .env

# REQUIRED when AUTH_MODE=local
# Set LOCAL_AUTH_TOKEN to a non-placeholder value with at least 50 characters.

docker compose -f compose.yml --env-file .env up -d --build

Open:

Next steps