Skip to content

automanus-io/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoManus Examples

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.

Quick Start

Option 1: MCP Server (Claude Desktop / Cursor)

npx -y @automanus/mcp-server

Then just say:

Create a sales agent for [yoursite.com]

Option 2: REST API

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

Examples by Industry

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

API Code Samples

Language File
Node.js api-examples/node/create-agent.js
Python api-examples/python/create_agent.py
cURL api-examples/curl/examples.sh

Knowledge Base Templates

Starter templates for common knowledge base content:

What You Get

When you create an agent, AutoManus automatically:

  1. Researches your website - Extracts pricing, features, FAQs
  2. Builds a knowledge base - Structures content for AI responses
  3. Deploys to WhatsApp - Shareable link for customers
  4. Deploys Webchat widget - Embed code for your site
  5. Captures leads - Every conversation becomes a structured deal

Links

Free Tier

  • 100 credits to start
  • No credit card required
  • WhatsApp + Webchat included

License

MIT

About

Examples and templates for AutoManus AI sales agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors