Skip to main content

MemoryStores

List MemoryStores

Retrieves a paginated list of memory stores in the workspace. Use cursor-based pagination parameters to navigate through the results.

Create a MemoryStore

Create memory store

Retrieve a MemoryStore

Retrieves detailed information about a specific memory store, including its configuration and metadata.

Update a MemoryStore

Update the memory store configuration

Delete a MemoryStore

Permanently delete a memory store, including memories and documents.

List Memories

Retrieves a paginated list of memories for the memory store

Create Memory

Creates a new memory in the specified memory store.

Retrieve Memory

Retrieves details of a specific memory by its ID

Update Memory

Updates the details of a specific memory.

Delete Memory

Permanently deletes a specific memory. Use this endpoint to:
  • Remove a memory from the store
  • Clean up unused memories
  • Manage memory storage space

List Documents

Retrieves a paginated list of documents associated with a specific memory.

Create Document

Creates a new document in the specified memory.

Retrieve Document

Retrieves details of a specific memory document by its ID.

Update Document

Updates the details of a specific memory document.

Delete Document

Permanently deletes a specific memory document. Use this endpoint to:
  • Remove a document from a memory
  • Clean up unused documents
  • Manage document storage space