curl -X GET "http://localhost:8000/api/v2/agents/customer-support" \ -H "Authorization: Bearer your_api_key"
{ "agent_id": "customer-support", "created_at": "2025-03-25T10:30:00Z", "memory_count": 42 }
Get agent details.
Authorization: Bearer your_api_key