Scrape a public URL to create a searchable knowledge base. Extracts content from web pages (including JavaScript-rendered), chunks it, and indexes for RAG.
Connect knowledge bases to an agent to enable RAG-powered, grounded answers. Replaces all current attachments, so pass the complete list of knowledge base IDs.
A knowledge base MCP server that aggregates team knowledge from multiple sources into Postgres. It provides hybrid search (full-text + vector + RRF) via MCP tools, and enables direct recording of decisions, learnings, and pitfalls.
Retrieve logs from a Node.js build process for debugging. Pass from_line to poll new output while the build is running, using domain, username, and build UUID.
Index local research documents (PDF, Markdown, JSON, TXT) into the Onyx RAG knowledge base. These documents become searchable for instant retrieval and querying.