Agents
Update Agent
Partially update an agent's properties.
patch/agents/{agent_id}
Path parameters
agent_idstring required
The unique agent identifier
Request body
Response
Agent updated successfully
Example response
{
"agent_id": "agent-ebd9cd4a-1234-5678-90ab-cdef01234567",
"name": "MyAwesomeAgent",
"description": "Agent for processing order data",
"public_key": "AAAAC3NzaC1lZDI1NTE5AAAAIDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"status": "active"
}