What is the knowledge base?
The knowledge base is what raw sources become after compilation: a folder tree of documents that have been parsed, chunked, embedded and indexed so an agent can query them by meaning.
It is a tree, not a bucket. Every document and folder is a node with a parent, permissions, tags and a version history.
bash
curl https://apiv2.senso.ai/api/v1/org/kb/root \
-H "X-API-Key: $SENSO_API_KEY"Call it
