Settings

Disconnected
API endpoint

Set via NEXT_PUBLIC_API_BASE_URL in .env.local. The browser never calls this directly — requests are proxied server-side so the token stays hidden.

Authentication token

Generate a fresh random bearer token to share between the engine and the dashboard.

Engine process

The engine runs as a separate Python process. After changing channels or persona, restart it manually for changes to take effect.

python -m src.main