AutomatedAgents deploys a dedicated team of AI specialists — sales, marketing, finance, support, and research — that run your operations 24/7. Onboard in days, not months.
Six specialized agents, each an expert in their domain. They coordinate, communicate, and execute — just like a real team.
Coordinates the entire team, enforces guardrails, approves decisions, and keeps everything aligned with your business goals.
Handles prospecting, outreach sequences, pipeline management, and discovery calls. Turns leads into closed deals.
Creates content strategies, manages SEO, writes copy, schedules social campaigns, and builds your brand presence.
Manages cash flow, invoicing, payroll forecasting, margin analysis, and keeps your financial operations running smoothly.
Triages tickets, manages SLAs, maintains knowledge bases, handles complaints, and monitors customer satisfaction.
Competitive intelligence, lead research, industry trends, vendor evaluation, and market validation.
Self-service onboarding gets your AI team deployed and operational fast.
Pick your industry, choose a plan, and pay securely. No sales call needed — our self-serve portal handles everything.
Your dedicated server is automatically created and configured with the Hermes agent framework.
Your AI team is deployed with industry-specific SOUL.md files, cron jobs, and integrations pre-configured.
Connect your Telegram, verify your agents, and start delegating. Your team works 24/7 from day one.
Built on the Hermes agent framework with production-ready infrastructure.
Connect your existing stack — HubSpot, Stripe, QuickBooks, Slack, Telegram, GitHub, Google Workspace, and more. Your agents work with the tools you already use.
Every agent operates within your defined constraints. Sensitive actions require human approval. You always have the final say.
Full Kanban boards per agent and a master operations board. Track every task, every workflow, every outcome in real time.
Cron-driven workflows run on your schedule — morning briefings, weekly reports, monthly closes, invoice chasing, and more.
Your agents communicate via Telegram, email, Slack, and more. Get updates where you already work.
Each agent comes pre-loaded with specialized skills — from objection handling to tax prep, SEO audits to competitive intelligence.
Every industry gets a custom agent team with specialized roles, scheduled jobs, and reporting. Here's what each team looks like.
6 agents handling sales, marketing, finance, support, and research. 18+ scheduled jobs including daily briefings, lead triage, churn reports, and weekly KPI dashboards.
10 agents built for field service operations. Ops management, dispatch, estimating, fleet tracking, and technician training — all automated.
10 agents for HVAC businesses. Seasonal dispatch, maintenance scheduling, parts inventory, fleet management, and customer communication.
10 agents for electrical contractors. Permit tracking, NEC compliance, project estimation, crew scheduling, and code compliance monitoring.
9 agents for brokerages. Listing management, buyer/seller coordination, transaction tracking, market analysis, and inside sales.
10 agents for trading operations. Research, execution, risk management, portfolio oversight, and 24/7 market monitoring across multiple strategies.
Choose the plan that fits your business. Scale up anytime.
Perfect for solopreneurs and small businesses getting started with AI automation.
For growing businesses that need a full AI team handling daily operations.
A complete industry-specific AI team — HVAC, real estate, trades, and more.
Specialized AI team for trading firms, hedge funds, and asset managers.
For agencies, franchises, and businesses with complex multi-team needs.
Sign up online and have your AI team running in minutes. Pick your industry, choose a plan, and go live — no sales call needed.
Access your AI team dashboard, documentation, and support resources.
Your AutomatedAgents deployment is live. Here's how to interact with your AI team and manage your operations.
Each agent is accessible via Telegram. Your onboarding specialist will have set up your bot during deployment. Simply message the bot to interact with your team.
# Message the Boss for coordination
/ask "What's the status of this week's pipeline?"
# Message Jordan for sales updates
/ask "Show me this month's closed deals"
# Message Priya for financial reports
/ask "Generate a cash flow snapshot"
Your team uses Kanban boards to track all tasks and workflows. Access your board to see real-time status of every operation.
# View all active tasks
hermes -p boss kanban list
# View a specific agent's board
hermes -p sales-dev kanban list
Your Boss agent automatically generates daily briefings. These are delivered to your configured Telegram channel every morning.
To adjust briefing time or content:
# Update briefing schedule
hermes -p boss cron update --job morning-brief --schedule "0 8 * * *"
Each agent has specific commands and capabilities. Here's a quick reference for interacting with your team.
# Get team status overview
/ask "Give me a full team status report"
# Approve a pending action
/approve [action-id]
# Set a new priority
/ask "Prioritize the enterprise lead this week"
# Generate weekly report
/ask "Generate the Friday brief"
# Get pipeline status
/ask "Show pipeline for this month"
# Research a lead
/ask "Research [company name] for outreach"
# Draft outreach sequence
/ask "Create a 5-touch sequence for [segment]"
# Log a call note
/ask "Log call with [name]: [notes]"
# Content calendar
/ask "Show content calendar for this month"
# Draft blog post
/ask "Write a blog post about [topic]"
# SEO audit
/ask "Run SEO audit on [url]"
# Social media plan
/ask "Create a week of social posts for [platform]"
# Cash flow check
/ask "Generate cash flow snapshot"
# Invoice status
/ask "Show overdue invoices"
# Margin analysis
/ask "Analyze margins for [product/service]"
# Payroll forecast
/ask "Forecast payroll for next month"
Your AI team connects to your existing tools. Here are the integrations configured for your deployment.
Telegram (primary), Email (SMTP/IMAP), Slack (optional)
HubSpot CRM, QuickBooks, PayPal, Stripe, Google Workspace
To add a new integration, contact your account manager or submit a support ticket. Most integrations can be configured within 24 hours.
# Example: Adding a new Slack workspace
hermes -p boss integration add --type slack --token xoxb-xxx
AutomatedAgents provides a REST API for programmatic access to your AI team. Use this for custom integrations and automation.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.automatedagents.ai/v1/status
curl -X POST https://api.automatedagents.ai/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent": "sales-dev",
"task": "Research competitor pricing for Acme Corp",
"priority": "high"
}'
curl https://api.automatedagents.ai/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY"
# Response:
# {
# "agents": [
# { "name": "boss", "status": "active", "tasks_today": 12 },
# { "name": "sales-dev", "status": "active", "tasks_today": 8 },
# ...
# ]
# }
Need help? Here's how to get assistance with your AI team.
Message your dedicated support channel for fastest response. Available during business hours (9 AM - 6 PM EST).
Send detailed issues or feature requests to support@automatedagents.co. Response within 24 hours.
For critical issues affecting your live deployment, message the Boss agent directly with /escalate followed by your issue description.
# Agent not responding
# → Check: hermes -p [agent] status
# → Restart: hermes -p [agent] restart
# Integration disconnected
# → Re-auth: hermes -p boss integration reauth --type [name]
# Task stuck in queue
# → Clear: hermes -p [agent] queue clear