Gateway onboarding (30 minutes)
The goal: from a clean checkout to the bot answering your first question in Slack in under 30 minutes, without reading the source.
This is the host-side setup. Once it's done, the people you support
just DM or @-mention the bot — they install nothing. The full
runtime behaviour is in the gateway lifecycle
deep-dive; this page is the install rail. The product rationale is in
PRD-2026-0006.
Prerequisites
- Node.js ≥ 20, the repo cloned,
npm installrun,npm run cli:builddone. - A Slack workspace where you can create an app (admin or "anyone can create apps" enabled).
- An Anthropic API key.
- (Optional, for code-aware answers) an
mraworkspace. Without it the gateway still answers from your markdown PKB — see base vs. mra-enhanced value in the README.
The six steps
Each step is budgeted at ~5 minutes.