Conversations
Create Conversation
Create a new conversation
Create Conversation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Create a new conversation
curl --request POST \
--url https://api.example.com/conversations{
"agent_id": "agent_abc123",
"title": "Q4 Sales Analysis"
}
{
"conversation": {
"id": "conv_abc123",
"agent_id": "agent_abc123",
"title": "Q4 Sales Analysis",
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z",
"is_active": true,
"message_count": null,
"metadata": {}
},
"created": true
}
Was this page helpful?
curl --request POST \
--url https://api.example.com/conversations