Collections
A collection groups indexed knowledge. Collection management is confirmed in backend1/Client/api/collections.py.
Confirmed methods include:
get_collectionsnew_collectiondelete_collectionselect_collectionedit_collectionget_aliases
The public route is POST /collections. It uses RPC-style dispatch:
{ "fun": "get_collections", "data": {}}The exact request fields depend on the selected method.