---
title: "Create Voice Agent"
method: POST
path: "/voice_agents/voice-agents"
tags: ["voice_agents"]
---

# Create Voice Agent

`POST /voice_agents/voice-agents`

## Request body

- VoiceAgentCreateAPIData — Request model for creating a voice agent.
  - `name` string, required
  - `lead_id` string, uuid, nullable
  - `voice_platform` 'livekit', nullable

## Response `200`

Successful Response

- VoiceAgentRead
  - `id` string, uuid, required
  - `external_id` string, required
  - `share_token` string, required
  - `name` string, required
  - `lead_id` string, uuid, nullable
  - `type` 'ASSISTANT' — Agent categories inside Cleon.
  - `metadata_json` object, nullable
  - `voice_platform` 'livekit', nullable
  - `active_version_id` string, uuid, nullable
  - `bluejay_agent_external_id` string, nullable
  - `tenant_id` string, uuid, required
  - `voice_agent_group_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/voice_agents/voice-agents/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/dabff0d3c9ff?raw)
