AgisHub
📖

Knowledge Base

Hosted docs your agents can cite

📚 Knowledge & RAGAPIMCPSDK

Overview

Upload PDFs, sites and docs once, then answer questions with grounded citations. Combines retrieval, reranking and source attribution in a single endpoint.

Call it from any agent

curl https://api.agishub.com/v1/tools/kb \
  -H "Authorization: Bearer $AGISHUB_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "kb_id": "kb_123", "question": "What is our SLA?" }'

Parameters

NameTypeRequiredDescription
kb_idstringYesKnowledge base id.
questionstringYesNatural-language question.

Related tools