Skip to main content
Start messaging bots with a single command. Supports Telegram, Discord, Slack, WhatsApp, Linear, Email, and AgentMail with full capability options.
praisonai bot is a wrapper-required command. It is only available when the full praisonai package is installed:
If you installed only praisonai-code, this command will not appear in --help and will fail at dispatch time. See Package Structure for the six-package install model.

Quick Start


Command Reference

Platforms


Capability Options

Enable agent capabilities via CLI flags:

Model & Agent

Browser

--browser prefers a local Playwright browser (no cloud API key) and falls back to the cloud BrowserBaseTool only when the local browser is unavailable.
Local automation needs the Playwright extra and a Chromium download:
Without those, --browser falls back to the cloud BrowserBaseTool (which needs BrowserBase credentials), or — if neither is installed — becomes a no-op with a startup warning. See Bot Browser Automation for details.

Tools & Skills

Memory & Knowledge

Execution

WhatsApp-Specific

Email-Specific

Linear-Specific

AgentMail-Specific

Audio (TTS/STT)

Streaming (progressive replies)

Default Tools (Always Enabled):
  • execute_command - Run shell commands
  • search_web - Web search with auto-fallback providers
The --exec and --web flags add additional provider-specific tools on top of defaults.

Examples

Basic Bot

With Custom Agent

agents.yaml:

With Full Capabilities

With Specific Tools

With Knowledge Base

With Auto-Approve (Trusted Environment)

Use --auto-approve only in trusted environments. This skips all confirmation prompts for tool executions.

With Live Streaming Replies

Streaming is currently wired up for Telegram. Other channels fall back to single-message mode until their adapters add streaming support.

With TTS/STT (Voice)

WhatsApp Cloud API

WhatsApp Web Mode

WhatsApp Web mode uses a reverse-engineered protocol. Your number may be banned by Meta. Use Cloud API mode for production.

Email Bot

AgentMail Bot


Environment Variables


Agent YAML Schema


Messaging Bots

Full messaging bots documentation

Audio Tools

TTS and STT tools

Browser CLI

Browser control commands

Bot Browser Automation

Give a bot a local Playwright browser with --browser

Bot Streaming Replies

Progressive live replies with --stream

Bot vs Gateway

Choose the right deployment model