Quick Start

Your first AI voice agent,
live in minutes.

Follow these five steps to create, configure, test, and deploy your voice agent on HeyMello AI.

< 500msResponse Latency
40+Languages
99.9%Uptime

Five steps to go live

Each step takes just a few minutes. No code required to get started.

Step 01Agents → Create New Agent

Create your first agent

From the left sidebar, click Agents, then hit the Create New Agent button at the top right. You'll be guided through a two-step wizard.

  • Select your industry (e.g. Healthcare, Hospitality, Retail, or General)
  • Give your agent a clear, descriptive name — e.g. SupportAgent_UK
  • Click Create Agent to save and continue to configuration
Tip: Use a naming convention that reflects the agent's role and environment — e.g. BookingAgent_Prod or SpaAgent_Test. This helps as you scale to multiple agents.
dashboard.heymello.ai/agents/new
Industry
2 Agent Name

Name Your Agent

Give your agent a unique name.

Configure
dashboard.heymello.ai/agents/edit

Agent Details

247 characters
Step 02Agent Configuration

Write your system prompt

The system prompt is the brain of your agent. It defines personality, tone, scope, and how it should handle calls. A well-crafted prompt is the single biggest factor in agent quality.

  • Define the agent's role, business name, and persona
  • Specify what topics to handle — and what to escalate
  • Include verification steps if callers need to be authenticated
  • Set the expected tone — formal, friendly, professional
Tip:Start your prompt with "You are…" and write as if briefing a new employee. Include example phrasings for common caller intents to keep responses natural.
Tools & Integrations
Step 03Tools Configuration

Connect tools & actions

Tools let your agent take real action during calls — checking availability, creating bookings, fetching data from your systems via HTTP. You can create new tools or link existing ones.

  • Enter a tool name (e.g. check_availability)
  • Add a description so the AI knows when to invoke it
  • Set the HTTP endpoint URL and method in the JSON config
  • Define the parameters schema the tool accepts
  • Click Create Tool and it appears in Active Tools
Tip: If you already have tools from other agents, use Link Existing to reuse them without duplicating configuration.
dashboard.heymello.ai/agents/edit — Tools

Create New Tool

Configuration (JSON)
{
  "method": "GET",
  "url": "https://api.your-app.com/slots",
  "headers": { "Authorization": "Bearer …" }
}
Test Before Go-Live
dashboard.heymello.ai/agents/edit — Test Agent

Test Agent

Test your agent configuration before assigning phone numbers

94179118-d7ec-454a-b87b-e75a9424a581
756e258a-8625-40e6-afca-fb35d3eb310f

WebSocket Endpoint

/ws/twilio/{client_id}/{agent_id}

Step 04Test Agent Tab

Test before going live

Use the built-in browser test to speak directly with your agent. Allow microphone access, hold a real conversation, and review the transcript to verify accuracy.

  • Navigate to the Test Agent tab in the wizard
  • Click Test Agent and allow microphone access
  • Speak naturally — test common caller intents and edge cases
  • Review the call transcript for accuracy and tone
  • Click End Test Call, then refine the prompt if needed
Tip: Test at least 5–10 real scenarios including edge cases — angry callers, unclear requests, and out-of-scope questions — before assigning a production phone number.
Assign Phone Number
Step 05Phone Numbers Tab

Assign a phone number & go live

The final step links a real phone number to your agent. Once assigned, any call to that number is automatically handled by your AI agent, 24/7.

  • Navigate to the Phone Numbers tab
  • Select an available number from the dropdown
  • Optionally add a label (e.g. Support Line)
  • Click Add Phone Number — the webhook is auto-configured
  • Click Update Agent to save. Your agent is now live!
Tip: You can assign multiple numbers to a single agent. Check your Phone Numbers section in the sidebar to manage all numbers in one place.
dashboard.heymello.ai/agents/edit — Phone Numbers
Phone number +441789337096 added and webhook updated!

Phone Numbers

Assign phone numbers to this agent.

+441789337096
You're Live

Your agents are active

Manage all your agents from the Agents list. You can edit, duplicate, or deactivate any agent at any time.

dashboard.heymello.ai/agents

Agents

Showing 3 of 3 agents

Agent NamePhone NumberStatus
SupportAgent_UK
+441789337096active
Spa Agent Test
+441233560859active
TestAgent_UI
+441789337096active

What happens after go-live

Monitor, optimise, and scale from your dashboard.

Live Analytics

Track total calls, average duration, success rates, and call volume trends from your Dashboard in real time.

Call Recordings

Every call is logged with full audio and transcript. Review recordings anytime from the Recent Calls table to verify accuracy.

Iterate & Improve

Return to the Agent Configuration tab at any time to refine your prompt, add new tools, or swap phone numbers — changes take effect instantly.