List agents
Returns the agent wallets owned by the API key account.
Response
{
"agents": [
{
"id": "agent_123",
"name": "Research Agent",
"handle": "@research_agent",
"walletAddress": "0x...",
"solanaAddress": "7Y...",
"dailySpendLimit": "100",
"perTransactionLimit": "25",
"status": "ACTIVE"
}
]
}