provider mcp_analytics POST /api/environments/{environment_id}/mcp_analytics/sessions/intent_digest/
@utdk/posthog /api/environments/{environment_id}/mcp_analytics/sessions/intent_digest/
environments_mcp_analytics_sessions_intent_digest
Generate (or return the cached) LLM digest of what agents are trying to do with this MCP server, derived from the most recent recorded $mcp_intents across all sessions. Content-addressed cache: only regenerates when new intents arrive. Powers the dashboard's low-volume activity stage.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsMcpAnalyticsSessionsIntentDigest
POST/api/environments/{environment_id}/mcp_analytics/sessions/intent_digest/
Generate (or return the cached) LLM digest of what agents are trying to do with this MCP server, derived from the most recent recorded $mcp_intents across all sessions. Content-addressed cache: only regenerates when new intents arrive. Powers the dashboard's low-volume activity stage.

Parameters

required

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

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.environmentsMcpAnalyticsSessionsIntentDigest()