Skip to main content
Agents can live inside Slack — chat naturally where your team works.

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

No public URL needed — easier for local testing.
Keep conversations organized by setting threadTs in responses.
Always return a response, even if just “I couldn’t process that”.

Agent

Create agents

Python Messaging Bots

Multi-platform bot support (Telegram, Discord, Slack, WhatsApp)