Senso
Sign inSign up

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

GET/org/kb/rootOpen in API reference →The top of the folder tree.
GET/org/kb/findOpen in API reference →Locate a node without walking the tree.