provider endpoints POST
/api/environments/{environment_id}/endpoints/{name}/materialization_suggestion/ @utdk/posthog
/api/environments/{environment_id}/endpoints/{name}/materialization_suggestion/ environments_endpoints_materialization_suggestion_create
Ask AI to rewrite the endpoint's query into a semantically equivalent form that can be materialized. Only applicable to SQL (HogQL) endpoints that currently fail the materialization checks. The suggestion is validated against the live checks before being returned; nothing is saved. Requires the organization's AI data processing approval.
- environment_id path required
- Deprecated. Use /api/projects/{project_id}/ instead.
- string
- name path required
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.environmentsEndpointsMaterializationSuggestionCreate()