Skip to content

automanus-io/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoManus Documentation

Build and deploy AI sales agents to WhatsApp and Webchat in seconds.

Website npm License: MIT

What is AutoManus?

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.

Quick Links

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

Getting Started

Option 1: MCP Server (Recommended)

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"

Full MCP Setup Guide →

Option 2: REST API

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"
  }'

Full API Reference →

Features

  • 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

Pricing

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

Community

License

MIT - See LICENSE for details.

Releases

No releases published

Packages

 
 
 

Contributors