cURL
curl --request GET \ --url http://localhost:3001/api/v1/agents \ --header 'x-api-key: <api-key>'
[ { "id": "clxyz456", "name": "My Agent", "createdAt": "2025-01-01T00:00:00.000Z", "description": "A helpful assistant", "avatarUrl": "https://example.com/avatar.png", "webhookUrl": "https://example.com/webhook", "lastActiveAt": "2025-01-01T12:00:00.000Z" } ]
Placet API key (hp_...)
List of agents
"clxyz456"
"My Agent"
"2025-01-01T00:00:00.000Z"
"A helpful assistant"
"https://example.com/avatar.png"
"https://example.com/webhook"
"2025-01-01T12:00:00.000Z"