# Clawmates Live bridge — environment # Copy to ../.env (the installer does this for you) and edit. # demo = synthetic events, no backend needed (great first run) # live = subscribe to the cm-api run SSE stream and normalize it CLAWMATES_MODE=demo # Port this bridge serves the browser SSE feed on LIVE_PORT=8420 # Browser origins allowed to connect (CORS). Comma-separated. LIVE_ALLOWED_ORIGINS=http://localhost:8080 # ---- live mode only ------------------------------------------------------- # Where the durable runner / cm-api publishes its run + turn SSE stream: CM_API_SSE_URL=http://127.0.0.1:8080/v1/runs/stream # Read-only service token scoped to run events (NOT a broker credential): CM_API_TOKEN=