Docs
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST |
Create docs
Also available via the PostHog MCP server:
docs-search— Search documentation
Run a hybrid (semantic + full-text) RAG search over the PostHog documentation via Inkeep. Returns a markdown body with title, URL, and excerpt for each match for the agent to cite back to the user.
Required API key scopes
project:readRequest parameters
- querystring
Response
Example request
POST /api /environments /:project_id /mcp_tools /docs_searchExample response
Status 200 Markdown-formatted documentation results.
RESPONSE