VoxAI
Test agent

Agent dashboard

Manage voice agents.

Select an agent on the left to edit it, or use the form on the right to create a new one.

Create agent

Agent form

POST /api/agents

New agent

Fill the form and save to create an agent.

Tools

These are saved in config.toolConfig.tools.

No tools added. Use Add tool only if this agent needs a frontend or backend tool.
Preview payload
{
  "agentid": "",
  "name": "",
  "config": {
    "system_prompt": "",
    "input_audio_format": "",
    "output_audio_format": "",
    "toolConfig": {
      "mode": "override",
      "tools": []
    }
  }
}

Use the sticky action bar at the top to save, clear, or delete this agent.