Create conversation
Creates a new conversation thread. Returns the created Conversation object with a unique conversation_id. If title is not provided, an AI generated title will be assigned based on the first user message.
Authentication
AuthorizationBearer
JWT bearer token authentication. Obtain an access token from the Moveworks auth endpoint and include it in the Authorization header as ‘Bearer <token>’.
Headers
Assistant-Name
The Moveworks assistant identifier that was configured for your organization.
Request
This endpoint expects an object.
title
Optional conversation title (max 256 characters)
Response
Conversation created successfully
conversation_id
Unique conversation identifier (format: conv_<ulid>)
archived
User-controlled flag to mark conversation as archived
created_at
Creation timestamp (ISO 8601)
updated_at
Last update timestamp (ISO 8601)
title
Optional user-defined title (max 256 characters)