AurionAI Docs

Mcp Create Conversation

Create a conversation with business logic (automations, SLA).

POST
/api/internal/mcp/conversations

Create a conversation with business logic (automations, SLA).

Header Parameters

X-Internal-Secret?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/internal/mcp/conversations" \  -H "Content-Type: application/json" \  -d '{    "description": "string",    "subject": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}