How searchable knowledge works
The REST API gives you two explicit building blocks:- Create nodes for source records: websites, videos, PDFs, notes, and other board items.
- Vectorize text that you provide with
POST /documents/vectorize.
Source nodes
Create nodes for the source material you want to organize on the board.PDFs
Upload a PDF, then process it. The current REST vectorize endpoint accepts text, so pass extracted text to/documents/vectorize after processing.
Web pages
Create a website node, then vectorize the text you extracted from that page.Plain text
Paste in notes, decisions, meeting summaries — anything.Search your content
Once content is vectorized, search it semantically.In Claude Code
These same API actions are available through MCP:Next steps
Team Knowledge
Share a board across your whole team
Streaming
Stream AI responses in real time