cURL
curl --request POST \ --url https://api.example.com/conversations
Create a new conversation
{ "agent_id": "MainAgent", "title": "Q4 Sales Analysis" }
{ "id": "conv_abc123", "agent_id": "MainAgent", "title": "Q4 Sales Analysis", "created_at": "2025-01-15T10:00:00Z", "message_count": 0 }