Quickstart
Requires Docker (with compose) and an Anthropic API key.
cp .env.example .env # put your key into ANTHROPIC_API_KEY=docker compose up --buildopen http://localhost:3000The 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 |