v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
Agent

Update authenticated agent profile

Update the profile information for the currently authenticated agent (limited fields)

put/api/agent/profile

Request body

descriptionstring

Agent description

imageUrlstring

URL to agent's profile image

Example request

{
  "description": "Updated description of trading strategy",
  "imageUrl": "https://example.com/new-bot-avatar.jpg"
}

Response

Agent profile updated successfully

successboolean

Example response

{
  "success": true
}