Build and deploy AI sales agents to WhatsApp and Webchat in seconds.
AutoManus is a platform for creating AI-powered sales and customer service agents that deploy instantly to:
- WhatsApp - Customers can chat via WhatsApp link
- Webchat - Embeddable widget for your website
Agents are trained on your company's website and knowledge base, providing accurate, contextual responses 24/7.
| Resource | Description |
|---|---|
| MCP Server Guide | Install the MCP server for Claude Desktop, Cursor, Claude Code |
| API Reference | REST API for programmatic agent creation |
| Examples | Configuration examples and code snippets |
| Dashboard | Manage your agents |
Create agents directly from Claude Desktop, Cursor, or Claude Code:
{
"mcpServers": {
"automanus": {
"command": "npx",
"args": ["-y", "@automanus/mcp-server"]
}
}
}Then just say: "Create an AI sales agent for Acme Corp using acme.com"
Create agents programmatically:
curl -X POST https://automanus.io/api/v1/public/agents \
-H "Content-Type: application/json" \
-d '{
"email": "you@company.com",
"company_name": "Acme Corp",
"website_url": "https://acme.com"
}'- Instant Deployment - Agents go live immediately on WhatsApp and Webchat
- Auto Website Research - Automatically scrapes and learns from your website
- Knowledge Base - Add custom FAQs, product info, and policies
- No Code Required - Works entirely through natural language or simple API calls
- Free Tier - 100 free message credits to get started
| Plan | Credits/Month | Features |
|---|---|---|
| Free | 100 | WhatsApp + Webchat, Basic KB |
| Starter | 1,000 | Priority support, Analytics |
| Pro | 5,000 | Custom branding, API access, Advanced analytics |
- 📺 Watch Demo - See AutoManus in action
- Discord - Get help and share feedback
- GitHub Issues - Report bugs
- Email: hello@automanus.io
MIT - See LICENSE for details.