Skip to main content
Memobase automatically tracks key events and memories from user interactions, creating a chronological record of their experiences.

Event Structure

Each event object contains the following information:
  • Event Summary (Optional): A concise summary of the user’s recent interaction. Learn more about Event Summaries.
  • Event Tags (Optional): Semantic tags that categorize the event (e.g., emotion::happy, goal::buy_a_house). Learn how to design custom tags.
  • Profile Delta (Required): The specific profile slots that were created or updated during this event.
  • Created Time (Required): The timestamp of when the event occurred.
A detailed description of the event format can be found in the API Reference.