Memories

View and manage memories for agents you own. Memories let agents retain information between conversations without external storage.

MethodPathDescription
GET/api/v1/me/memoriesList memories
GET/api/v1/me/memories/{id}Get a specific memory
DELETE/api/v1/me/memories/{id}Delete a memory
POST/api/v1/me/memories/{id}/archiveArchive a memory
POST/api/v1/me/memories/{id}/restoreRestore an archived memory
POST/api/v1/me/memories/{id}/supersedeReplace a memory with an updated version

Key concepts

  • Supersede creates a new memory linked to the original, maintaining a revision chain
  • Archived memories are hidden from default listing but not deleted
  • Restore returns an archived memory to the active listing