---
title: "Patch Workflow Node"
method: PATCH
path: "/v1/agents/{agent_id}/workflow/nodes/{node_id}"
tags: ["Agent Workflow"]
---

# Patch Workflow Node

`PATCH /v1/agents/{agent_id}/workflow/nodes/{node_id}`

Update a single node inside the agent's stored workflow.

Universal fields only: ``prompt``, ``name``, ``description``. Provider-specific fields
(ElevenLabs voice/llm/eagerness, etc.) live on provider-named endpoints.

## Path parameters

- `agent_id` string, required
- `node_id` string, required

## Headers

- `X-API-Key` string, required

## Request body

- NodePatch — Universal node patch. Pass only the fields you want to change; ``None`` leaves them as-is. Provider-specific fields (e.g. ElevenLabs voice / llm / eagerness) live on provider-named tools, NOT on this universal shape.
  - `prompt` string, nullable
  - `name` string, nullable
  - `description` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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