Quickstart
Build your first agent
In ten minutes you have an agent that recognises requests and books appointments.
An agent is three things: a voice, a task and the knowledge it answers from.
Create it
Open Agents and choose New agent. Give it a name your team recognises, such as "Reception" or "Bookings". The name is never said on the phone.
Pick a voice
For English calls use an en-GB or en-US profile. Listen to two or three voices and decide by ear, not on paper. A voice that reads as friendly can sound rushed on the phone.
Describe the task
In the Task field, describe in two or three sentences what the agent should do. Short and unambiguous beats long and complete.
Keep the task short. An agent with one clear job holds better conversations than one carrying a long list of edge cases.
Or through the API
You can create the same configuration directly. The response carries the agent_id you then bind to a number.
curl https://api.elunos.ai/v1/agents \
-H "Authorization: Bearer $ELUNOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"Reception","voice":"en-GB-warm"}'Test it
Call the test number and talk through a real case, not an invented one. Under Conversations you then see word for word what the agent understood and which tools it triggered.