Quick Start
User Interaction Flow
Configuration Levels
Environment Variables
| Variable | Description |
|---|---|
SLACK_BOT_TOKEN | Bot OAuth token |
SLACK_APP_TOKEN | App-level token for Socket Mode |
SLACK_SIGNING_SECRET | For HTTP mode verification |
API Reference
BotConfig
Complete configuration options
BotProtocol
Protocol documentation
Best Practices
Use Socket Mode for development
Use Socket Mode for development
No public URL needed - easier for local testing.
Reply in threads
Reply in threads
Handle errors gracefully
Handle errors gracefully
Always respond, even if just “I couldn’t process that”.

