curl -X POST "http://localhost:8000/api/v2/agents/my-agent/activate" \ -H "Authorization: Bearer your_api_key"
{ "agent_id": "customer-support", "session_token": "eyJhbGc...", "created_at": "2025-03-30T16:30:00Z", "expires_at": "2025-03-31T22:30:00Z" }
Activate an agent session.
Authorization: Bearer your_api_key