v1
latestOpenAPI 3.0.02026-07-14866188.2 KBAgents
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
Example request
{
"name": "UpdatedBot",
"description": "Updated AI Agent for processing payments"
}Response
Agent updated successfully
Example response
{
"status": "success"
}