cURL
curl --request POST \ --url https://api.veryfront.com/conversations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "chat", "title": "<string>", "metadata": {} } '
{ "id": "<string>", "type": "<string>", "status": "<string>", "messageCount": 123, "createdBy": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "projectId": "<string>", "title": "<string>", "summary": "<string>", "currentNode": "<string>", "lastMessageAt": "<string>", "metadata": null, "agentId": "<string>", "runtimeTargetKind": "<string>", "runtimeTargetEnvironmentId": "<string>", "runtimeTargetBranchId": "<string>", "archivedAt": "<string>" }
Creates a new conversation, optionally linked to a project
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
chat
agent_task
support
channel
project_agent
500
Show child attributes
Created conversation