---
title: "Patch Voice Agent Bluejay Agent Id"
method: PATCH
path: "/voice_agents/voice-agents/{voice_agent_id}/bluejay-agent-id"
tags: ["voice_agents"]
---

# Patch Voice Agent Bluejay Agent Id

`PATCH /voice_agents/voice-agents/{voice_agent_id}/bluejay-agent-id`

Set the Bluejay Agent ID for production observability.

The FDE reads evaluation results from this Bluejay Agent, and the
post-call pipeline submits transcripts to it via POST /v1/evaluate.
Pass ``null`` in the body to disconnect observability.

## Path parameters

- `voice_agent_id` string, uuid, required

## Request body

- VoiceAgentBluejayAgentIdUpdate — Request body for PATCH /voice-agents/{id}/bluejay-agent-id.
  - `bluejay_agent_external_id` string, nullable, required — Bluejay Agent ID (integer from Bluejay dashboard) for production observability. Null clears the value.

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

- `404` — Voice agent not found
- `422` — Validation Error

## Changes

> 28 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/:voice_agent_id/bluejay-agent-id/patch.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/6b978a517225?raw)
