[GH-ISSUE #1325] [FEAT]: Creating and using specific threads from a workspace via API #834

Closed
opened 2026-02-22 18:21:38 -05:00 by yindo · 1 comment
Owner

Originally created by @matheus-mondaini on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1325

What would you like to see?

In my case and similar cases, many people have to use the same Workspace to be able to chat with documents from their common space. However, each one needs to have its own message history (their own thread) that will also be used in the context of AI. So, I'd like to know if it would be possible to have a feature allowing the creation of a Thread via API with a unique ID and using it to access the specific thread from a workspace in common.

Originally created by @matheus-mondaini on GitHub (May 9, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1325 ### What would you like to see? In my case and similar cases, many people have to use the same Workspace to be able to chat with documents from their common space. However, each one needs to have its own message history (their own thread) that will also be used in the context of AI. So, I'd like to know if it would be possible to have a feature allowing the creation of a Thread via API with a unique ID and using it to access the specific thread from a workspace in common.
yindo added the enhancementfeature request labels 2026-02-22 18:21:38 -05:00
yindo closed this issue 2026-02-22 18:21:38 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 9, 2024):

The multi-user version of Anythingllm (Docker version) supports this already. Threads are unique per-user and will not be visible by others on the same workspace.

The thread API however is not accessible via the external API because it requires a user. You just want to get the messages for a unique thread in a workspace?

@timothycarambat commented on GitHub (May 9, 2024): The multi-user version of Anythingllm (Docker version) supports this already. Threads are unique per-user and will not be visible by others on the same workspace. The thread API however is not accessible via the external API because it requires a user. You just want to get the messages for a unique thread in a workspace?
yindo changed title from [FEAT]: Creating and using specific threads from a workspace via API to [GH-ISSUE #1325] [FEAT]: Creating and using specific threads from a workspace via API 2026-06-05 14:37:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#834