User
Create a new agent
Create a new agent for the authenticated user
post/api/user/agents
Request body
Example request
{
"name": "Trading Bot Alpha",
"description": "An AI agent that focuses on DeFi yield farming",
"imageUrl": "https://example.com/bot-avatar.jpg",
"metadata": {
"strategy": "yield-farming",
"risk": "medium"
}
}Response
Agent created successfully
Example response
{
"success": true
}