supermemory icon indicating copy to clipboard operation
supermemory copied to clipboard

ContainerTag vs ContainerTags : Supermemory API

Open anshumanchak opened this issue 2 months ago • 1 comments

In the Supermemory API docs, I noticed that ContainerTags has been deprecated, but I wanted to confirm whether there’s still any supported way to associate multiple container tags with a single memory.

In my usecase, multiple users can share the same memory. Currently, since each memory supports only one container tag, it’s not possible to tag that memory for different users simultaneously.

As a result, when querying memories (e.g., filtering by user), I can’t retrieve shared memories efficiently because they’re tied to a single container tag.

Am I missing something? Thanks

@Dhravya

anshumanchak avatar Nov 06 '25 18:11 anshumanchak

ENG-368

linear[bot] avatar Nov 06 '25 18:11 linear[bot]

It doesn't show the deprecated state in the doc anymore. I guess we can use container_tags now. Thanks

anshumanchak avatar Nov 09 '25 20:11 anshumanchak