📖
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
| Name | Type | Required | Description |
|---|---|---|---|
| kb_id | string | Yes | Knowledge base id. |
| question | string | Yes | Natural-language question. |