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
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 Authorization: Bearer <api_key> header. Generate keys in the dashboard. Usage 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