> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medera.info/llms.txt
> Use this file to discover all available pages before exploring further.

# PUT /api/agent-workflows/{id}

> Update a workflow

```text theme={"system"}

PUT /api/agent-workflows/{id}

```

Updates the draft. Must include the current `lockVersion`; mismatched values return `409 idempotency_conflict`.

Auto-save endpoint (debounced from the canvas):

```text theme={"system"}

POST /api/agent-workflows/{id}/draft

```

Hash-deduped: identical payloads do not create new versions.
