provider docsmcp_tools POST /api/environments/{environment_id}/mcp_tools/docs_search/
@utdk/posthog /api/environments/{environment_id}/mcp_tools/docs_search/
Search PostHog 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.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDocsSearch
POST/api/environments/{environment_id}/mcp_tools/docs_search/
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.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

Input

required

Natural-language description of what to find in the PostHog documentation. Inkeep performs hybrid (semantic + full-text) RAG, so phrase the query the way a user would ask the question.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsDocsSearch()