Agents
Update an agent
Update an agent's draft graph in place.
You must be a member of the agent's organization. The agent's draft is replaced with the supplied graph and re-validated, so you can iterate one draft — create, then update per fix — instead of creating a new agent on every change. The response carries the updated validation; publish with POST /v1/agents/{agent_id}/publish once validation.valid.
patch/v1/agents/{agent_id}
Path parameters
agent_idstring uuid required
The ID of the agent to update.
The ID of the agent to update.
Request body
Response
Successful Response