Everything you need to integrate and use SotaDocs.
Quick start guide, first API call, MCP setup.
Model Context Protocol tools and schemas.
REST API endpoints, auth, and examples.
Indexing packages, repos, URLs, and local files.
Knowledge packs, Skills.md, and formats.
Data handling, encryption, compliance.
npx -y @sotadocs/mcpOr use our Node.js/Python SDKs.
| Tool | Description | Inputs |
|---|---|---|
sota_query | Query documentation with mode selection | source, version, mode |
sota_search | Vector search with question | query, sources, limit |
sota_blindspot | Generate blindspot report | source, model |
sota_export | Export pack or Skills.md | source, format, target |
sota_sync | Trigger source sync | source_id |
| Endpoint | Method | Description |
|---|---|---|
/v1/query | POST | Query docs with mode selection |
/v1/search | POST | Vector search |
/v1/sources | GET/POST | Manage sources |
/v1/export | POST | Generate exports |
/v1/blindspot | POST | Blindspot report |
Authentication: Bearer token in Authorization header.
Indexing packages, repos, URLs, and local files.
Add npm, PyPI, or internal registries.
Connect GitHub, GitLab, or Bitbucket.
Index local folders with version pinning.
Ship docs into every agent-friendly format.
Single-file exports for easy browsing.
Structured output for downstream tools.
Agent bootstrap context files.
Keep sensitive sources protected at every step.
Understand ingestion and retrieval paths.
Set lifecycle rules for stored content.
Lock down access with scoped keys.