---
title: "Update Pipecat Agent Id"
method: PATCH
path: "/developer/pipecat-agent-id"
tags: ["Developer", "Developer - Bot Config"]
---

# Update Pipecat Agent Id

`PATCH /developer/pipecat-agent-id`

Update the Pipecat agent ID for the current customer.

This endpoint is restricted to developer users only.
Updates the Pipecat Cloud agent identifier that will be used for all inbound calls.

- **pipecat_agent_id**: The Pipecat Cloud agent identifier (e.g., 'my-intake-bot')

## Request body

- UpdatePipecatAgentIdRequest — Request to update customer's Pipecat agent ID
  - `pipecat_agent_id` string, nullable — Pipecat Cloud agent identifier (e.g., 'my-intake-bot')

## Response `200`

Successful Response

- PipecatAgentIdResponse — Response with customer's Pipecat agent ID
  - `customer_id` string, uuid, required — The customer ID
  - `pipecat_agent_id` string, nullable — Pipecat Cloud agent identifier

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
