DocsService exposes read-only access to Sift’s bundled product documentation
(docs.siftstack.com). Tools such as the Sift MCP server can search and read the docs
over HTTP with the same bearer token / API key used for the rest of the Sift API.
SearchDocs runs a keyword search across the bundled docs and returns ranked pages, each with the best-matching line and a line-numbered window of surrounding context. Follow up with ReadDoc on a promising hit.
Total line count of the page (independent of offset/limit).
start_line
int32
1-indexed line number of the first returned line.
content
string
Page markdown. Each line is prefixed with “\t” so follow-up reads can target specific ranges. MDX/JSX tags are stripped; fenced code blocks are preserved.