Ready-to-use examples for creating AI sales agents with AutoManus.
Every AI product needs a way to talk to customers. AutoManus is the infrastructure layer that gives your AI agents a sales interface to the real world.
npx -y @automanus/mcp-serverThen just say:
Create a sales agent for [yoursite.com]
curl -X POST https://automanus.io/api/v1/public/agents \
-H "Content-Type: application/json" \
-d '{"email": "you@company.com", "company_name": "Acme", "website_url": "https://acme.com"}'| Use Case | Description | One-Liner |
|---|---|---|
| SaaS Startup | Lead capture + demo booking | Create a sales agent for stripe.com |
| Consulting Agency | Service inquiries + scheduling | Create a sales agent for mckinsey.com |
| E-commerce | Product Q&A + support | Create a sales agent for allbirds.com |
| Real Estate | Property inquiries | Create a sales agent for compass.com |
| Language | File |
|---|---|
| Node.js | api-examples/node/create-agent.js |
| Python | api-examples/python/create_agent.py |
| cURL | api-examples/curl/examples.sh |
Starter templates for common knowledge base content:
When you create an agent, AutoManus automatically:
- Researches your website - Extracts pricing, features, FAQs
- Builds a knowledge base - Structures content for AI responses
- Deploys to WhatsApp - Shareable link for customers
- Deploys Webchat widget - Embed code for your site
- Captures leads - Every conversation becomes a structured deal
- 📺 Watch Demo - See AutoManus in action
- MCP Server - Create agents from Claude/Cursor
- Documentation - Full API reference
- Dashboard - Manage your agents
- API Keys - Generate API keys
- Discord - Get help and share feedback
- 100 credits to start
- No credit card required
- WhatsApp + Webchat included
MIT