---
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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
