Assistant Chat
Save assistant chat history
Replaces the current user-scoped assistant chat history (ephemeral session context).
put/v1/assistant-chat/history
Request body
Example request
{
"messages": [
{
"id": "msg_abc123",
"role": "user",
"text": "How do I invite a teammate?",
"createdAt": 1735781554000
}
]
}