Docs search โ SearchInfiniBot
InfiniBot ships a built-in documentation search backed by an MCP tool. From the CLI run:
infinibot docs "how do I harden the gateway"
This queries the same content you're reading here and returns ranked snippets with deep links. The search tool is exposed over MCP as SearchInfiniBot, so any MCP-aware agent (including your own InfiniBot agents) can call it directly to retrieve documentation context on demand.
- CLI:
infinibot docs <query> - MCP tool:
SearchInfiniBotโ argument{ "query": "..." } - Output: title, deep link, and a short snippet per result.
If search returns nothing, browse the sidebar groups on this site instead.