OpenAPI 3.1.02026-08-19318335708.1 KB
4e7802b67c85
Memory
Save a memory to the memory bank. Body: { content: string (required); tags?: string[]; contexts?: Array<{ snippet: string (required); conversation_id?: string; message_id?: string; origin?: "active_conversation" | "searched_conversation" }> }.
Persists a human-confirmed memory for the calling user. The server sets the source and always stores it as a personal ('user') memory regardless of any scope sent by the client.
post/v1/memory
Request body
Response
Memory saved successfully.