Quick Start
1
Simple Usage
2
With Configuration
User Interaction Flow
Configuration
Send Messages Proactively
Other Platforms
The TypeScript SDK currently supports Slack via
createSlackBot. Support for Telegram, Discord, and WhatsApp is coming soon.For multi-platform bots today, use the Python SDK which supports all four platforms.Environment Variables
Best Practices
Use Socket Mode for development
Use Socket Mode for development
No public URL needed — easier for local testing.
Handle errors gracefully
Handle errors gracefully
Always return a response, even if just “I couldn’t process that”.
Related
Agent
Create agents
Python Messaging Bots
Multi-platform bot support (Telegram, Discord, Slack, WhatsApp)

