# matrix-bridge bot credentials — COPY to .env (gitignored) and fill in real values. # Never commit real values. The bot runs on the Spark; the real .env lives next to it there. MATRIX_HOMESERVER=https:// MATRIX_USER=@: MATRIX_DEVICE_ID=matrix-bridge-bot MATRIX_ACCESS_TOKEN= # Optional — kept for recovery / re-minting a token. The bot authenticates with the access token, # not the password (logging in every start would spawn a new device each time). MATRIX_PASSWORD= # Headless "ask" mode (the `?`-prefix path). Used MAC-SIDE by scripts/ask-claude.sh, NOT by the # bot — a non-GUI SSH session can't reach the login Keychain, so `claude -p` needs this token to # authenticate. Mint once on the Mac: `claude setup-token` (requires a Claude subscription), then # paste the value here. Lives on the Mac; the Spark never runs claude, so it needs no copy. CLAUDE_CODE_OAUTH_TOKEN=