v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Agents

Update agent details

Updates agent name, description, and metadata. Also updates the agent's APort passport. At least one of name, description, or meta must be provided.

patch/v0.2.4/agents/update

Request body

idstring required

Agent UID

subAccountstring

Sub-account identifier

namestring

New agent name

descriptionstring

New agent description

metaobject

Additional metadata to update

Example request

{
  "name": "UpdatedBot",
  "description": "Updated AI Agent for processing payments"
}

Response

Agent updated successfully

statusstring
dataobject

Updated agent details

Example response

{
  "status": "success"
}