MemoryKit

Create Chat

Create a new chat session.

Request body

FieldTypeRequiredDescription
userIdstringNoAssociate with a user
titlestringNoChat session title

Response

{
  "id": "chat_abc123",
  "userId": "user_123",
  "title": "Support Chat",
  "created_at": "2025-01-15T10:30:00Z"
}

On this page