Skip to content

Quickstart

Requires Docker (with compose) and an Anthropic API key.

Terminal window
cp .env.example .env # put your key into ANTHROPIC_API_KEY=
docker compose up --build
open http://localhost:3000

The stack: Postgres, the API, the web app, the sandboxed runner, the egress proxy, and ClickHouse for usage analytics. Sign in with the dev login (any work email, no password — DEV_AUTH=true). The first user of a domain becomes the org admin and gets a bootstrapped org: a demo filesystem connector and a demo process with a live runtime trace.

Useful env vars (.env):

Var Purpose
ANTHROPIC_API_KEY model access for the runner
WEB_URL browser-facing web origin (CORS)
EGRESS_EXTRA_ALLOW extra hosts sessions may reach, comma-separated
DEV_AUTH password-less dev sign-in