v1
protected
agents

Update Agent

Update an agent (by UUID or workspace-scoped slug).

patch/v1/workspaces/{workspace}/agents/{agent_id}

Path parameters

agent_idstring required
workspacestring required

Slug of the workspace the request acts in

Slug of the workspace the request acts in

Request body

a2ui_enabledboolean nullable
agent_type'stateless' | 'stateful'
capabilitiesstring[] nullable
descriptionstring nullable
instructionstring nullable
model_idstring nullable
namestring
planningboolean nullable
skill_idsstring[] nullable

Response

Successful Response

a2ui_enabledboolean nullable
agent_typestring
descriptionstring nullable
idstring uuid required
instructionstring nullable
is_catalogboolean
model_idstring nullable
namestring required
planningboolean nullable
registry_item_idstring nullable
skillsobject[] nullable
slugstring required
statusstring required
update_availableboolean

Changes

Changed in 2 of the 45 revisions of this API.21

    • ●

      removed the request property

      request-property-removed

    • ●

      removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added