.env.sample
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OBS_AUTH_TOKEN
secret
── Observability server + extension ──────────────────────────────────────── Shared bearer token across the obs server, the pi extension,…
OBS_PORT
Port + host the obs server listens on.
OBS_HOST
OBS_SERVER_URL
URL the extension + Steelman backend POST events to (keep in sync with OBS_PORT).
STEELMAN_PORT
── Steelman product demo ──────────────────────────────────────────────────── Backend API port + the Vite dev-server port.
STEELMAN_WEB_PORT
STEELMAN_AGENT_MODEL
STEELMAN_AGENT_MODEL_PROVIDER
brew install flyctl && fly launch --from https://github.com/disler/pi-agent-observability
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/disler/pi-agent-observability
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/disler/pi-agent-observability