Log OpenDunes LLM events to PostHog for product analytics and user-level usage insights.
Not yet available. This destination is on the roadmap.
PostHog is an open-source product analytics platform. Sending OpenDunes events to PostHog is particularly useful if you are building a consumer-facing product on top of the OpenDunes API — it lets you analyse LLM usage as part of the same funnel as the rest of your user behaviour.
Each request generates a PostHog event named opendunes_request with properties: model, input_tokens, output_tokens, cost_micro_da, latency_ms, and request_id. If you pass distinct_id in the request metadata, PostHog will associate the event with that user. Other metadata fields are forwarded as additional event properties.
Once available, configure the PostHog destination from your dashboard under Broadcast. You will need:
phc_... key)https://app.posthog.com for PostHog Cloud, or your self-hosted instance URLEvents appear in PostHog in near-real time and are queryable in Insights, Funnels, and the Events explorer.
Back to Broadcast overview.