memoryWebhookMode set to FULL_STATE (default). Contains the complete current memory state for the User/Persona pair.
See the Memory Webhook guide for setup instructions.
Payload
Fields
| Field | Type | Description |
|---|---|---|
event | string | Always "memory.updated" |
data.userProfileId | string | The end-user’s profile identifier |
data.personaProfileId | string | The AI persona’s profile identifier |
data.memories | array | Complete list of all current memories for this pair |
Memory Object
| Field | Type | Description |
|---|---|---|
uniqueIdentifier | string | Machine-friendly key (e.g. user_loves_italian_food) |
target | string | Who the memory is about: USER or PERSONA |
category | string | Content category (see categories) |
description | string | Brief English summary of the fact |
eventStartDate | string | null | ISO 8601 date (YYYY-MM-DD). Only for EVENT category |
eventEndDate | string | null | ISO 8601 date (YYYY-MM-DD). Only for EVENT category |
sourceText | string | The original message that produced this memory |
timestamp | string | ISO 8601 UTC timestamp when the memory was recorded |
tags | string[] | Up to 10 keywords summarizing the memory |
Memory Targets
| Target | Description |
|---|---|
USER | A fact about the end-user (the person chatting) |
PERSONA | A fact about the AI persona (as stated or implied during conversation) |
Memory Categories
| Category | Description |
|---|---|
NAME | Name |
NICKNAME | Nickname or alias |
AGE | Age |
DATE_OF_BIRTH | Date of birth |
GENDER | Gender |
LOCATION | Where they live or are located |
NATIONALITY | Nationality or country of origin |
LANGUAGE | Languages spoken |
RELIGION | Religious beliefs |
CULTURE | Cultural background |
OCCUPATION | Job or professional role |
EDUCATION | Education level or school |
SKILL | Skills or abilities |
PERSONALITY | Personality traits |
APPEARANCE | Physical appearance |
HEALTH | Health-related information |
RELATIONSHIP_STATUS | Current relationship status |
ROMANTIC_RELATIONSHIP | Romantic relationship details |
FRIEND | Friends mentioned |
FAMILY_MEMBER | Family members mentioned |
PET | Pets |
SEXUAL_ORIENTATION | Sexual orientation |
SEXUAL_INTEREST | Sexual interests or preferences |
POLITICAL_VIEW | Political views |
FOOD_PREFERENCE | Food preferences |
HOBBY | Hobbies and interests |
MUSIC_PREFERENCE | Music taste |
MEDIA_PREFERENCE | Movies, TV shows, books, etc. |
TECH_HABIT | Technology usage habits |
PROJECT | Personal projects or goals in progress |
AMBITION | Ambitions or long-term goals |
EVENT | Specific events with dates |
OTHER_IMPORTANT_INFORMATION | Anything that doesn’t fit another category |