Memories

Create memory

Create a new memory. Memories are timeless facts about the user — preferences, relationships, personal details, and notable insights.

post/v1/dev/user/memories

Request body

contentstring required

The memory content.

category'interesting' | 'system' | 'manual'

Memory category. Auto-categorized if not provided.

visibility'public' | 'private'

Visibility level.

tagsstring[]

List of tags.

Response

The created memory.

idstring

Unique identifier.

contentstring

The memory content.

category'interesting' | 'system' | 'manual'

Memory category.

visibility'public' | 'private'

Visibility level.

tagsstring[]

List of tags.

created_atstring date-time

When the memory was created.

updated_atstring date-time

When the memory was last updated.

manually_addedboolean

Whether the memory was added manually (via API or app).

reviewedboolean

Whether the memory has been reviewed.

user_reviewboolean nullable

User's review decision.

editedboolean

Whether the memory has been edited.

Changes