provider session_summaries PATCH /api/projects/{project_id}/session_summaries/config/
@utdk/posthog /api/projects/{project_id}/session_summaries/config/
update_session_summaries_config
Update the team's session summaries configuration (product context used to tailor single-session replay summaries).
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
updateSessionSummariesConfig
PATCH/api/projects/{project_id}/session_summaries/config/
Update the team's session summaries configuration (product context used to tailor single-session replay summaries).

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

Free-form description of the team's product, used to tailor AI-generated single-session replay summaries. Injected into the system prompt of every summary generated for this team via the replay page.

Team-defined tags layered on top of the fixed taxonomy, as a {name: description} map. Names must be lowercase snake_case (max 60 chars), descriptions max 200 chars, max 15 entries.

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