AutoManus Documentation
Create AI sales agents programmatically for any business. Integrates with AI coding assistants like Cursor, Claude Code, and ChatGPT.
Quick Start
Create an AI sales agent with a single API call:
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"
}'The API will research your website, create a knowledge base, and deploy your agent to webchat and WhatsApp instantly.
What You Get
Webchat Widget
Embeddable chat widget for your website. Just paste the script tag.
WhatsApp Integration
Instant deployment to our shared WhatsApp number. Customers can chat immediately.
Knowledge Base
Auto-populated from your website. Products, pricing, FAQs extracted automatically.
Lead Capture
AI qualifies leads and extracts contact info into your CRM automatically.
Integration Methods
Guides
Connect Your Own WhatsApp →
Set up your AI agent on your own WhatsApp Business number for professional customer-facing deployment.
Quick Start (Chinese) →
Chinese quick-start guide for cross-border sellers: create an AI sales rep, import your knowledge base, and go live.
WhatsApp Setup for China Sellers (Chinese) →
Virtual / Hong Kong number options and Meta Business account registration, connect your own WhatsApp number step by step.
Authentication
Two authentication methods are supported:
Email-based (Default)
Provide your email in the request. New users receive a magic link to claim their agent. No signup required.
API Key (For Existing Users)
Include the Authorization: Bearer API_KEY header. Generate keys at automanus.io/dashboard/settings/api. Usage is tracked to your account.
Rate Limits
| Limit | Value |
|---|---|
| Agents per email per day | 10 |
| Requests per minute | 60 |
Support
- Email: support@automanus.io
- Dashboard: automanus.io/dashboard