analytics
PostHog MCP Gateway for AI Agents
Expose PostHog tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.PostHog MCP Gateway
Expose PostHog to MCP clients with `kosmokrator mcp:serve --integration=posthog`.
If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash kosmokrator mcp:gateway:install --integration=posthog --write=deny --json {
"mcpServers": {
"kosmokrator-posthog": {
"type": "stdio",
"command": "kosmo",
"args": [
"mcp:serve",
"--integration=posthog",
"--write=deny"
]
}
}
} kosmokrator mcp:serve --integration=posthog --write=deny Client Notes
Use one scoped MCP gateway entry, then adapt the config location to the client or framework.
MCP Tool Names
KosmoKrator exposes integration tools through the gateway with stable names.
| MCP tool | Source function | Type |
|---|---|---|
integration__posthog__posthog_capture_event | posthog.posthog_capture_event | Write write |
integration__posthog__posthog_codeinvitescheckaccessretrieve | posthog.posthog_codeinvitescheckaccessretrieve | Read read |
integration__posthog__posthog_codeinvitesredeemcreate | posthog.posthog_codeinvitesredeemcreate | Write write |
integration__posthog__posthog_environmentsalertslist | posthog.posthog_environmentsalertslist | Read read |
integration__posthog__posthog_environmentsalertscreate | posthog.posthog_environmentsalertscreate | Write write |
integration__posthog__posthog_environmentsalertsretrieve | posthog.posthog_environmentsalertsretrieve | Read read |
integration__posthog__posthog_environmentsalertsupdate | posthog.posthog_environmentsalertsupdate | Write write |
integration__posthog__posthog_environmentsalertspartialupdate | posthog.posthog_environmentsalertspartialupdate | Write write |
integration__posthog__posthog_environmentsalertsdestroy | posthog.posthog_environmentsalertsdestroy | Write write |
integration__posthog__posthog_environmentsalertssimulatecreate | posthog.posthog_environmentsalertssimulatecreate | Write write |
integration__posthog__posthog_environmentsbatchexportslist | posthog.posthog_environmentsbatchexportslist | Read read |
integration__posthog__posthog_environmentsbatchexportscreate | posthog.posthog_environmentsbatchexportscreate | Write write |
integration__posthog__posthog_environmentsbatchexportsbackfillslist | posthog.posthog_environmentsbatchexportsbackfillslist | Read read |
integration__posthog__posthog_environmentsbatchexportsbackfillscreate | posthog.posthog_environmentsbatchexportsbackfillscreate | Write write |
integration__posthog__posthog_environmentsbatchexportsbackfillsretrieve | posthog.posthog_environmentsbatchexportsbackfillsretrieve | Read read |
integration__posthog__posthog_environmentsbatchexportsbackfillscancelcreate | posthog.posthog_environmentsbatchexportsbackfillscancelcreate | Write write |
integration__posthog__posthog_environmentsbatchexportsrunslist | posthog.posthog_environmentsbatchexportsrunslist | Read read |
integration__posthog__posthog_environmentsbatchexportsrunsretrieve | posthog.posthog_environmentsbatchexportsrunsretrieve | Read read |
integration__posthog__posthog_environmentsbatchexportsrunscancelcreate | posthog.posthog_environmentsbatchexportsrunscancelcreate | Write write |
integration__posthog__posthog_environmentsbatchexportsrunslogsretrieve | posthog.posthog_environmentsbatchexportsrunslogsretrieve | Read read |
integration__posthog__posthog_environmentsbatchexportsrunsretrycreate | posthog.posthog_environmentsbatchexportsrunsretrycreate | Write write |
integration__posthog__posthog_environmentsbatchexportsretrieve | posthog.posthog_environmentsbatchexportsretrieve | Read read |
integration__posthog__posthog_environmentsbatchexportsupdate | posthog.posthog_environmentsbatchexportsupdate | Write write |
integration__posthog__posthog_environmentsbatchexportspartialupdate | posthog.posthog_environmentsbatchexportspartialupdate | Write write |
integration__posthog__posthog_environmentsbatchexportsdestroy | posthog.posthog_environmentsbatchexportsdestroy | Write write |
integration__posthog__posthog_environmentsbatchexportslogsretrieve | posthog.posthog_environmentsbatchexportslogsretrieve | Read read |
integration__posthog__posthog_environmentsbatchexportspausecreate | posthog.posthog_environmentsbatchexportspausecreate | Write write |
integration__posthog__posthog_environmentsbatchexportsrunteststepcreate | posthog.posthog_environmentsbatchexportsrunteststepcreate | Write write |
integration__posthog__posthog_environmentsbatchexportsunpausecreate | posthog.posthog_environmentsbatchexportsunpausecreate | Write write |
integration__posthog__posthog_environmentsbatchexportsrunteststepnewcreate | posthog.posthog_environmentsbatchexportsrunteststepnewcreate | Write write |
integration__posthog__posthog_environmentsbatchexportstestretrieve | posthog.posthog_environmentsbatchexportstestretrieve | Read read |
integration__posthog__posthog_environmentsdashboardslist | posthog.posthog_environmentsdashboardslist | Read read |
integration__posthog__posthog_environmentsdashboardscreate | posthog.posthog_environmentsdashboardscreate | Write write |
integration__posthog__posthog_environmentsdashboardscollaboratorslist | posthog.posthog_environmentsdashboardscollaboratorslist | Read read |
integration__posthog__posthog_environmentsdashboardscollaboratorscreate | posthog.posthog_environmentsdashboardscollaboratorscreate | Write write |
integration__posthog__posthog_environmentsdashboardscollaboratorsdestroy | posthog.posthog_environmentsdashboardscollaboratorsdestroy | Write write |
integration__posthog__posthog_environmentsdashboardssharinglist | posthog.posthog_environmentsdashboardssharinglist | Read read |
integration__posthog__posthog_environmentsdashboardssharingpasswordscreate | posthog.posthog_environmentsdashboardssharingpasswordscreate | Write write |
integration__posthog__posthog_environmentsdashboardssharingpasswordsdestroy | posthog.posthog_environmentsdashboardssharingpasswordsdestroy | Write write |
integration__posthog__posthog_environmentsdashboardssharingrefreshcreate | posthog.posthog_environmentsdashboardssharingrefreshcreate | Write write |
integration__posthog__posthog_environmentsdashboardsretrieve | posthog.posthog_environmentsdashboardsretrieve | Read read |
integration__posthog__posthog_environmentsdashboardsupdate | posthog.posthog_environmentsdashboardsupdate | Write write |
integration__posthog__posthog_environmentsdashboardspartialupdate | posthog.posthog_environmentsdashboardspartialupdate | Write write |
integration__posthog__posthog_environmentsdashboardsdestroy | posthog.posthog_environmentsdashboardsdestroy | Write write |
integration__posthog__posthog_environmentsdashboardsanalyzerefreshresultcreate | posthog.posthog_environmentsdashboardsanalyzerefreshresultcreate | Write write |
integration__posthog__posthog_environmentsdashboardscopytilecreate | posthog.posthog_environmentsdashboardscopytilecreate | Write write |
integration__posthog__posthog_environmentsdashboardsmovetilepartialupdate | posthog.posthog_environmentsdashboardsmovetilepartialupdate | Write write |
integration__posthog__posthog_environmentsdashboardsreordertilescreate | posthog.posthog_environmentsdashboardsreordertilescreate | Write write |
integration__posthog__posthog_environmentsdashboardsruninsightsretrieve | posthog.posthog_environmentsdashboardsruninsightsretrieve | Read read |
integration__posthog__posthog_environmentsdashboardssnapshotcreate | posthog.posthog_environmentsdashboardssnapshotcreate | Write write |
integration__posthog__posthog_environmentsdashboardsstreamtilesretrieve | posthog.posthog_environmentsdashboardsstreamtilesretrieve | Read read |
integration__posthog__posthog_environmentsdashboardsbulkupdatetagscreate | posthog.posthog_environmentsdashboardsbulkupdatetagscreate | Write write |
integration__posthog__posthog_environmentsdashboardscreatefromtemplatejsoncreate | posthog.posthog_environmentsdashboardscreatefromtemplatejsoncreate | Write write |
integration__posthog__posthog_environmentsdashboardscreateunlisteddashboardcreate | posthog.posthog_environmentsdashboardscreateunlisteddashboardcreate | Write write |
integration__posthog__posthog_environmentsdatacolorthemeslist | posthog.posthog_environmentsdatacolorthemeslist | Read read |
integration__posthog__posthog_environmentsdatacolorthemescreate | posthog.posthog_environmentsdatacolorthemescreate | Write write |
integration__posthog__posthog_environmentsdatacolorthemesretrieve | posthog.posthog_environmentsdatacolorthemesretrieve | Read read |
integration__posthog__posthog_environmentsdatacolorthemesupdate | posthog.posthog_environmentsdatacolorthemesupdate | Write write |
integration__posthog__posthog_environmentsdatacolorthemespartialupdate | posthog.posthog_environmentsdatacolorthemespartialupdate | Write write |
integration__posthog__posthog_environmentsdatacolorthemesdestroy | posthog.posthog_environmentsdatacolorthemesdestroy | Write write |
integration__posthog__posthog_environmentsdatamodelingjobslist | posthog.posthog_environmentsdatamodelingjobslist | Read read |
integration__posthog__posthog_environmentsdatamodelingjobsretrieve | posthog.posthog_environmentsdatamodelingjobsretrieve | Read read |
integration__posthog__posthog_environmentsdatamodelingjobsrecentretrieve | posthog.posthog_environmentsdatamodelingjobsrecentretrieve | Read read |
integration__posthog__posthog_environmentsdatamodelingjobsrunningretrieve | posthog.posthog_environmentsdatamodelingjobsrunningretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousecheckdatabasenameretrieve | posthog.posthog_environmentsdatawarehousecheckdatabasenameretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousecompletedactivityretrieve | posthog.posthog_environmentsdatawarehousecompletedactivityretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousedatahealthissuesretrieve | posthog.posthog_environmentsdatawarehousedatahealthissuesretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousedataopsdashboardretrieve | posthog.posthog_environmentsdatawarehousedataopsdashboardretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousedeprovisioncreate | posthog.posthog_environmentsdatawarehousedeprovisioncreate | Write write |
integration__posthog__posthog_environmentsdatawarehousejobstatsretrieve | posthog.posthog_environmentsdatawarehousejobstatsretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousepropertyvaluesretrieve | posthog.posthog_environmentsdatawarehousepropertyvaluesretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehouseprovisioncreate | posthog.posthog_environmentsdatawarehouseprovisioncreate | Write write |
integration__posthog__posthog_environmentsdatawarehouseresetpasswordcreate | posthog.posthog_environmentsdatawarehouseresetpasswordcreate | Write write |
integration__posthog__posthog_environmentsdatawarehouserunningactivityretrieve | posthog.posthog_environmentsdatawarehouserunningactivityretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousetotalrowsstatsretrieve | posthog.posthog_environmentsdatawarehousetotalrowsstatsretrieve | Read read |
integration__posthog__posthog_environmentsdatawarehousewarehousestatusretrieve | posthog.posthog_environmentsdatawarehousewarehousestatusretrieve | Read read |
integration__posthog__posthog_environmentsdatasetitemslist | posthog.posthog_environmentsdatasetitemslist | Read read |
integration__posthog__posthog_environmentsdatasetitemscreate | posthog.posthog_environmentsdatasetitemscreate | Write write |
integration__posthog__posthog_environmentsdatasetitemsretrieve | posthog.posthog_environmentsdatasetitemsretrieve | Read read |
integration__posthog__posthog_environmentsdatasetitemsupdate | posthog.posthog_environmentsdatasetitemsupdate | Write write |
integration__posthog__posthog_environmentsdatasetitemspartialupdate | posthog.posthog_environmentsdatasetitemspartialupdate | Write write |
integration__posthog__posthog_environmentsdatasetitemsdestroy | posthog.posthog_environmentsdatasetitemsdestroy | Write write |
integration__posthog__posthog_environmentsdatasetslist | posthog.posthog_environmentsdatasetslist | Read read |
integration__posthog__posthog_environmentsdatasetscreate | posthog.posthog_environmentsdatasetscreate | Write write |
integration__posthog__posthog_environmentsdatasetsretrieve | posthog.posthog_environmentsdatasetsretrieve | Read read |
integration__posthog__posthog_environmentsdatasetsupdate | posthog.posthog_environmentsdatasetsupdate | Write write |
integration__posthog__posthog_environmentsdatasetspartialupdate | posthog.posthog_environmentsdatasetspartialupdate | Write write |
integration__posthog__posthog_environmentsdatasetsdestroy | posthog.posthog_environmentsdatasetsdestroy | Write write |
integration__posthog__posthog_environmentselementslist | posthog.posthog_environmentselementslist | Read read |
integration__posthog__posthog_environmentselementscreate | posthog.posthog_environmentselementscreate | Write write |
integration__posthog__posthog_environmentselementsretrieve | posthog.posthog_environmentselementsretrieve | Read read |
integration__posthog__posthog_environmentselementsupdate | posthog.posthog_environmentselementsupdate | Write write |
integration__posthog__posthog_environmentselementspartialupdate | posthog.posthog_environmentselementspartialupdate | Write write |
integration__posthog__posthog_environmentselementsdestroy | posthog.posthog_environmentselementsdestroy | Write write |
integration__posthog__posthog_environmentselementsstatsretrieve | posthog.posthog_environmentselementsstatsretrieve | Read read |
integration__posthog__posthog_environmentselementsvaluesretrieve | posthog.posthog_environmentselementsvaluesretrieve | Read read |
integration__posthog__posthog_environmentsendpointslist | posthog.posthog_environmentsendpointslist | Read read |
integration__posthog__posthog_environmentsendpointscreate | posthog.posthog_environmentsendpointscreate | Write write |
integration__posthog__posthog_environmentsendpointsretrieve | posthog.posthog_environmentsendpointsretrieve | Read read |
integration__posthog__posthog_environmentsendpointsupdate | posthog.posthog_environmentsendpointsupdate | Write write |
integration__posthog__posthog_environmentsendpointspartialupdate | posthog.posthog_environmentsendpointspartialupdate | Write write |
integration__posthog__posthog_environmentsendpointsdestroy | posthog.posthog_environmentsendpointsdestroy | Write write |
integration__posthog__posthog_environmentsendpointsmaterializationpreviewcreate | posthog.posthog_environmentsendpointsmaterializationpreviewcreate | Write write |
integration__posthog__posthog_environmentsendpointsmaterializationstatusretrieve | posthog.posthog_environmentsendpointsmaterializationstatusretrieve | Read read |
integration__posthog__posthog_environmentsendpointsopenapi_jsonretrieve | posthog.posthog_environmentsendpointsopenapi_jsonretrieve | Read read |
integration__posthog__posthog_environmentsendpointsrunretrieve | posthog.posthog_environmentsendpointsrunretrieve | Read read |
integration__posthog__posthog_environmentsendpointsruncreate | posthog.posthog_environmentsendpointsruncreate | Write write |
integration__posthog__posthog_environmentsendpointsversionslist | posthog.posthog_environmentsendpointsversionslist | Read read |
integration__posthog__posthog_environmentsendpointslastexecutiontimescreate | posthog.posthog_environmentsendpointslastexecutiontimescreate | Write write |
integration__posthog__posthog_environmentserrortrackingreleaseslist | posthog.posthog_environmentserrortrackingreleaseslist | Read read |
integration__posthog__posthog_environmentserrortrackingreleasescreate | posthog.posthog_environmentserrortrackingreleasescreate | Write write |
integration__posthog__posthog_environmentserrortrackingreleasesretrieve | posthog.posthog_environmentserrortrackingreleasesretrieve | Read read |
integration__posthog__posthog_environmentserrortrackingreleasesupdate | posthog.posthog_environmentserrortrackingreleasesupdate | Write write |
integration__posthog__posthog_environmentserrortrackingreleasespartialupdate | posthog.posthog_environmentserrortrackingreleasespartialupdate | Write write |
integration__posthog__posthog_environmentserrortrackingreleasesdestroy | posthog.posthog_environmentserrortrackingreleasesdestroy | Write write |
integration__posthog__posthog_environmentserrortrackingreleaseshashretrieve | posthog.posthog_environmentserrortrackingreleaseshashretrieve | Read read |
integration__posthog__posthog_environmentserrortrackingsymbolsetslist | posthog.posthog_environmentserrortrackingsymbolsetslist | Read read |
integration__posthog__posthog_environmentserrortrackingsymbolsetscreate | posthog.posthog_environmentserrortrackingsymbolsetscreate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsretrieve | posthog.posthog_environmentserrortrackingsymbolsetsretrieve | Read read |
integration__posthog__posthog_environmentserrortrackingsymbolsetsupdate | posthog.posthog_environmentserrortrackingsymbolsetsupdate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetspartialupdate | posthog.posthog_environmentserrortrackingsymbolsetspartialupdate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsdestroy | posthog.posthog_environmentserrortrackingsymbolsetsdestroy | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsdownloadretrieve | posthog.posthog_environmentserrortrackingsymbolsetsdownloadretrieve | Read read |
integration__posthog__posthog_environmentserrortrackingsymbolsetsfinishuploadupdate | posthog.posthog_environmentserrortrackingsymbolsetsfinishuploadupdate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsbulkdeletecreate | posthog.posthog_environmentserrortrackingsymbolsetsbulkdeletecreate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate | posthog.posthog_environmentserrortrackingsymbolsetsbulkfinishuploadcreate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate | posthog.posthog_environmentserrortrackingsymbolsetsbulkstartuploadcreate | Write write |
integration__posthog__posthog_environmentserrortrackingsymbolsetsstartuploadcreate | posthog.posthog_environmentserrortrackingsymbolsetsstartuploadcreate | Write write |
integration__posthog__posthog_environmentseventslist | posthog.posthog_environmentseventslist | Read read |
integration__posthog__posthog_environmentseventsretrieve | posthog.posthog_environmentseventsretrieve | Read read |
integration__posthog__posthog_environmentseventsvaluesretrieve | posthog.posthog_environmentseventsvaluesretrieve | Read read |
integration__posthog__posthog_environmentsexportslist | posthog.posthog_environmentsexportslist | Read read |
integration__posthog__posthog_environmentsexportscreate | posthog.posthog_environmentsexportscreate | Write write |
integration__posthog__posthog_environmentsexportsretrieve | posthog.posthog_environmentsexportsretrieve | Read read |
integration__posthog__posthog_environmentsexportscontentretrieve | posthog.posthog_environmentsexportscontentretrieve | Read read |
integration__posthog__posthog_environmentsexternaldataschemaslist | posthog.posthog_environmentsexternaldataschemaslist | Read read |
integration__posthog__posthog_environmentsexternaldataschemascreate | posthog.posthog_environmentsexternaldataschemascreate | Write write |
integration__posthog__posthog_environmentsexternaldataschemasretrieve | posthog.posthog_environmentsexternaldataschemasretrieve | Read read |
integration__posthog__posthog_environmentsexternaldataschemasupdate | posthog.posthog_environmentsexternaldataschemasupdate | Write write |
integration__posthog__posthog_environmentsexternaldataschemaspartialupdate | posthog.posthog_environmentsexternaldataschemaspartialupdate | Write write |
integration__posthog__posthog_environmentsexternaldataschemasdestroy | posthog.posthog_environmentsexternaldataschemasdestroy | Write write |
integration__posthog__posthog_environmentsexternaldataschemascancelcreate | posthog.posthog_environmentsexternaldataschemascancelcreate | Write write |
integration__posthog__posthog_environmentsexternaldataschemasdeletedatadestroy | posthog.posthog_environmentsexternaldataschemasdeletedatadestroy | Write write |
integration__posthog__posthog_environmentsexternaldataschemasincrementalfieldscreate | posthog.posthog_environmentsexternaldataschemasincrementalfieldscreate | Write write |
integration__posthog__posthog_environmentsexternaldataschemasreloadcreate | posthog.posthog_environmentsexternaldataschemasreloadcreate | Write write |
integration__posthog__posthog_environmentsexternaldataschemasresynccreate | posthog.posthog_environmentsexternaldataschemasresynccreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourceslist | posthog.posthog_environmentsexternaldatasourceslist | Read read |
integration__posthog__posthog_environmentsexternaldatasourcescreate | posthog.posthog_environmentsexternaldatasourcescreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesretrieve | posthog.posthog_environmentsexternaldatasourcesretrieve | Read read |
integration__posthog__posthog_environmentsexternaldatasourcesupdate | posthog.posthog_environmentsexternaldatasourcesupdate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcespartialupdate | posthog.posthog_environmentsexternaldatasourcespartialupdate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesdestroy | posthog.posthog_environmentsexternaldatasourcesdestroy | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate | posthog.posthog_environmentsexternaldatasourcesbulkupdateschemaspartialupdate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcescreatewebhookcreate | posthog.posthog_environmentsexternaldatasourcescreatewebhookcreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesdeletewebhookcreate | posthog.posthog_environmentsexternaldatasourcesdeletewebhookcreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesjobsretrieve | posthog.posthog_environmentsexternaldatasourcesjobsretrieve | Read read |
integration__posthog__posthog_environmentsexternaldatasourcesrefreshschemascreate | posthog.posthog_environmentsexternaldatasourcesrefreshschemascreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesreloadcreate | posthog.posthog_environmentsexternaldatasourcesreloadcreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate | posthog.posthog_environmentsexternaldatasourcesrevenueanalyticsconfigpartialupdate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesupdatewebhookinputscreate | posthog.posthog_environmentsexternaldatasourcesupdatewebhookinputscreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourceswebhookinforetrieve | posthog.posthog_environmentsexternaldatasourceswebhookinforetrieve | Read read |
integration__posthog__posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate | posthog.posthog_environmentsexternaldatasourcescheckcdcprerequisitescreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcesconnectionslist | posthog.posthog_environmentsexternaldatasourcesconnectionslist | Read read |
integration__posthog__posthog_environmentsexternaldatasourcesdatabaseschemacreate | posthog.posthog_environmentsexternaldatasourcesdatabaseschemacreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourcessourceprefixcreate | posthog.posthog_environmentsexternaldatasourcessourceprefixcreate | Write write |
integration__posthog__posthog_environmentsexternaldatasourceswizardretrieve | posthog.posthog_environmentsexternaldatasourceswizardretrieve | Read read |
integration__posthog__posthog_environmentsfilesystemlist | posthog.posthog_environmentsfilesystemlist | Read read |
integration__posthog__posthog_environmentsfilesystemcreate | posthog.posthog_environmentsfilesystemcreate | Write write |
integration__posthog__posthog_environmentsfilesystemretrieve | posthog.posthog_environmentsfilesystemretrieve | Read read |
integration__posthog__posthog_environmentsfilesystemupdate | posthog.posthog_environmentsfilesystemupdate | Write write |
integration__posthog__posthog_environmentsfilesystempartialupdate | posthog.posthog_environmentsfilesystempartialupdate | Write write |
integration__posthog__posthog_environmentsfilesystemdestroy | posthog.posthog_environmentsfilesystemdestroy | Write write |
integration__posthog__posthog_environmentsfilesystemcountcreate | posthog.posthog_environmentsfilesystemcountcreate | Write write |
integration__posthog__posthog_environmentsfilesystemlinkcreate | posthog.posthog_environmentsfilesystemlinkcreate | Write write |
integration__posthog__posthog_environmentsfilesystemmovecreate | posthog.posthog_environmentsfilesystemmovecreate | Write write |
integration__posthog__posthog_environmentsfilesystemcountbypathcreate | posthog.posthog_environmentsfilesystemcountbypathcreate | Write write |
integration__posthog__posthog_environmentsfilesystemlogviewretrieve | posthog.posthog_environmentsfilesystemlogviewretrieve | Read read |
integration__posthog__posthog_environmentsfilesystemlogviewcreate | posthog.posthog_environmentsfilesystemlogviewcreate | Write write |
integration__posthog__posthog_environmentsfilesystemundodeletecreate | posthog.posthog_environmentsfilesystemundodeletecreate | Write write |
integration__posthog__posthog_environmentsfilesystemunfiledretrieve | posthog.posthog_environmentsfilesystemunfiledretrieve | Read read |
integration__posthog__posthog_environmentsfilesystemshortcutlist | posthog.posthog_environmentsfilesystemshortcutlist | Read read |
integration__posthog__posthog_environmentsfilesystemshortcutcreate | posthog.posthog_environmentsfilesystemshortcutcreate | Write write |
integration__posthog__posthog_environmentsfilesystemshortcutretrieve | posthog.posthog_environmentsfilesystemshortcutretrieve | Read read |
integration__posthog__posthog_environmentsfilesystemshortcutupdate | posthog.posthog_environmentsfilesystemshortcutupdate | Write write |
integration__posthog__posthog_environmentsfilesystemshortcutpartialupdate | posthog.posthog_environmentsfilesystemshortcutpartialupdate | Write write |
integration__posthog__posthog_environmentsfilesystemshortcutdestroy | posthog.posthog_environmentsfilesystemshortcutdestroy | Write write |
integration__posthog__posthog_environmentsfilesystemshortcutreordercreate | posthog.posthog_environmentsfilesystemshortcutreordercreate | Write write |
integration__posthog__posthog_environmentsgroupslist | posthog.posthog_environmentsgroupslist | Read read |
integration__posthog__posthog_environmentsgroupscreate | posthog.posthog_environmentsgroupscreate | Write write |
integration__posthog__posthog_environmentsgroupsactivityretrieve | posthog.posthog_environmentsgroupsactivityretrieve | Read read |
integration__posthog__posthog_environmentsgroupsdeletepropertycreate | posthog.posthog_environmentsgroupsdeletepropertycreate | Write write |
integration__posthog__posthog_environmentsgroupsfindretrieve | posthog.posthog_environmentsgroupsfindretrieve | Read read |
integration__posthog__posthog_environmentsgroupspropertydefinitionsretrieve | posthog.posthog_environmentsgroupspropertydefinitionsretrieve | Read read |
integration__posthog__posthog_environmentsgroupspropertyvaluesretrieve | posthog.posthog_environmentsgroupspropertyvaluesretrieve | Read read |
integration__posthog__posthog_environmentsgroupsrelatedretrieve | posthog.posthog_environmentsgroupsrelatedretrieve | Read read |
integration__posthog__posthog_environmentsgroupsupdatepropertycreate | posthog.posthog_environmentsgroupsupdatepropertycreate | Write write |
integration__posthog__posthog_environmentsheatmapscreenshotscontentretrieve | posthog.posthog_environmentsheatmapscreenshotscontentretrieve | Read read |
integration__posthog__posthog_environmentsheatmapslist | posthog.posthog_environmentsheatmapslist | Read read |
integration__posthog__posthog_environmentsheatmapseventsretrieve | posthog.posthog_environmentsheatmapseventsretrieve | Read read |
integration__posthog__posthog_environmentshogflowslist | posthog.posthog_environmentshogflowslist | Read read |
integration__posthog__posthog_environmentshogflowscreate | posthog.posthog_environmentshogflowscreate | Write write |
integration__posthog__posthog_environmentshogflowsretrieve | posthog.posthog_environmentshogflowsretrieve | Read read |
integration__posthog__posthog_environmentshogflowsupdate | posthog.posthog_environmentshogflowsupdate | Write write |
integration__posthog__posthog_environmentshogflowspartialupdate | posthog.posthog_environmentshogflowspartialupdate | Write write |
integration__posthog__posthog_environmentshogflowsdestroy | posthog.posthog_environmentshogflowsdestroy | Write write |
integration__posthog__posthog_environmentshogflowsbatchjobsretrieve | posthog.posthog_environmentshogflowsbatchjobsretrieve | Read read |
integration__posthog__posthog_environmentshogflowsbatchjobscreate | posthog.posthog_environmentshogflowsbatchjobscreate | Write write |
integration__posthog__posthog_environmentshogflowsblockedrunsretrieve | posthog.posthog_environmentshogflowsblockedrunsretrieve | Read read |
integration__posthog__posthog_environmentshogflowsinvocationscreate | posthog.posthog_environmentshogflowsinvocationscreate | Write write |
integration__posthog__posthog_environmentshogflowslogsretrieve | posthog.posthog_environmentshogflowslogsretrieve | Read read |
integration__posthog__posthog_environmentshogflowsmetricsretrieve | posthog.posthog_environmentshogflowsmetricsretrieve | Read read |
integration__posthog__posthog_environmentshogflowsmetricstotalsretrieve | posthog.posthog_environmentshogflowsmetricstotalsretrieve | Read read |
integration__posthog__posthog_environmentshogflowsreplayallblockedrunscreate | posthog.posthog_environmentshogflowsreplayallblockedrunscreate | Write write |
integration__posthog__posthog_environmentshogflowsreplayblockedruncreate | posthog.posthog_environmentshogflowsreplayblockedruncreate | Write write |
integration__posthog__posthog_environmentshogflowsscheduleslist | posthog.posthog_environmentshogflowsscheduleslist | Read read |
integration__posthog__posthog_environmentshogflowsschedulescreate | posthog.posthog_environmentshogflowsschedulescreate | Write write |
integration__posthog__posthog_environmentshogflowsschedulespartialupdate | posthog.posthog_environmentshogflowsschedulespartialupdate | Write write |
integration__posthog__posthog_environmentshogflowsschedulesdestroy | posthog.posthog_environmentshogflowsschedulesdestroy | Write write |
integration__posthog__posthog_environmentshogflowsbulkdeletecreate | posthog.posthog_environmentshogflowsbulkdeletecreate | Write write |
integration__posthog__posthog_environmentshogflowsuserblastradiuscreate | posthog.posthog_environmentshogflowsuserblastradiuscreate | Write write |
integration__posthog__posthog_environmentshogfunctionslist | posthog.posthog_environmentshogfunctionslist | Read read |
integration__posthog__posthog_environmentshogfunctionscreate | posthog.posthog_environmentshogfunctionscreate | Write write |
integration__posthog__posthog_environmentshogfunctionsretrieve | posthog.posthog_environmentshogfunctionsretrieve | Read read |
integration__posthog__posthog_environmentshogfunctionsupdate | posthog.posthog_environmentshogfunctionsupdate | Write write |
integration__posthog__posthog_environmentshogfunctionspartialupdate | posthog.posthog_environmentshogfunctionspartialupdate | Write write |
integration__posthog__posthog_environmentshogfunctionsdestroy | posthog.posthog_environmentshogfunctionsdestroy | Write write |
integration__posthog__posthog_environmentshogfunctionsenablebackfillscreate | posthog.posthog_environmentshogfunctionsenablebackfillscreate | Write write |
integration__posthog__posthog_environmentshogfunctionsinvocationscreate | posthog.posthog_environmentshogfunctionsinvocationscreate | Write write |
integration__posthog__posthog_environmentshogfunctionslogsretrieve | posthog.posthog_environmentshogfunctionslogsretrieve | Read read |
integration__posthog__posthog_environmentshogfunctionsmetricsretrieve | posthog.posthog_environmentshogfunctionsmetricsretrieve | Read read |
integration__posthog__posthog_environmentshogfunctionsmetricstotalsretrieve | posthog.posthog_environmentshogfunctionsmetricstotalsretrieve | Read read |
integration__posthog__posthog_environmentshogfunctionsiconretrieve | posthog.posthog_environmentshogfunctionsiconretrieve | Read read |
integration__posthog__posthog_environmentshogfunctionsiconsretrieve | posthog.posthog_environmentshogfunctionsiconsretrieve | Read read |
integration__posthog__posthog_environmentshogfunctionsrearrangepartialupdate | posthog.posthog_environmentshogfunctionsrearrangepartialupdate | Write write |
integration__posthog__posthog_environmentsinsightvariableslist | posthog.posthog_environmentsinsightvariableslist | Read read |
integration__posthog__posthog_environmentsinsightvariablescreate | posthog.posthog_environmentsinsightvariablescreate | Write write |
integration__posthog__posthog_environmentsinsightvariablesretrieve | posthog.posthog_environmentsinsightvariablesretrieve | Read read |
integration__posthog__posthog_environmentsinsightvariablesupdate | posthog.posthog_environmentsinsightvariablesupdate | Write write |
integration__posthog__posthog_environmentsinsightvariablespartialupdate | posthog.posthog_environmentsinsightvariablespartialupdate | Write write |
integration__posthog__posthog_environmentsinsightvariablesdestroy | posthog.posthog_environmentsinsightvariablesdestroy | Write write |
integration__posthog__posthog_environmentsinsightslist | posthog.posthog_environmentsinsightslist | Read read |
integration__posthog__posthog_environmentsinsightscreate | posthog.posthog_environmentsinsightscreate | Write write |
integration__posthog__posthog_environmentsinsightssharinglist | posthog.posthog_environmentsinsightssharinglist | Read read |
integration__posthog__posthog_environmentsinsightssharingpasswordscreate | posthog.posthog_environmentsinsightssharingpasswordscreate | Write write |
integration__posthog__posthog_environmentsinsightssharingpasswordsdestroy | posthog.posthog_environmentsinsightssharingpasswordsdestroy | Write write |
integration__posthog__posthog_environmentsinsightssharingrefreshcreate | posthog.posthog_environmentsinsightssharingrefreshcreate | Write write |
integration__posthog__posthog_environmentsinsightsthresholdslist | posthog.posthog_environmentsinsightsthresholdslist | Read read |
integration__posthog__posthog_environmentsinsightsthresholdsretrieve | posthog.posthog_environmentsinsightsthresholdsretrieve | Read read |
integration__posthog__posthog_environmentsinsightsretrieve | posthog.posthog_environmentsinsightsretrieve | Read read |
integration__posthog__posthog_environmentsinsightsupdate | posthog.posthog_environmentsinsightsupdate | Write write |
integration__posthog__posthog_environmentsinsightspartialupdate | posthog.posthog_environmentsinsightspartialupdate | Write write |
integration__posthog__posthog_environmentsinsightsdestroy | posthog.posthog_environmentsinsightsdestroy | Write write |
integration__posthog__posthog_environmentsinsightsactivityretrieve | posthog.posthog_environmentsinsightsactivityretrieve | Read read |
integration__posthog__posthog_environmentsinsightsanalyzeretrieve | posthog.posthog_environmentsinsightsanalyzeretrieve | Read read |
integration__posthog__posthog_environmentsinsightssuggestionsretrieve | posthog.posthog_environmentsinsightssuggestionsretrieve | Read read |
integration__posthog__posthog_environmentsinsightssuggestionscreate | posthog.posthog_environmentsinsightssuggestionscreate | Write write |
integration__posthog__posthog_environmentsinsightsallactivityretrieve | posthog.posthog_environmentsinsightsallactivityretrieve | Read read |
integration__posthog__posthog_environmentsinsightsbulkupdatetagscreate | posthog.posthog_environmentsinsightsbulkupdatetagscreate | Write write |
integration__posthog__posthog_environmentsinsightscancelcreate | posthog.posthog_environmentsinsightscancelcreate | Write write |
integration__posthog__posthog_environmentsinsightsgeneratemetadatacreate | posthog.posthog_environmentsinsightsgeneratemetadatacreate | Write write |
integration__posthog__posthog_environmentsinsightsmylastviewedretrieve | posthog.posthog_environmentsinsightsmylastviewedretrieve | Read read |
integration__posthog__posthog_environmentsinsightstrendingretrieve | posthog.posthog_environmentsinsightstrendingretrieve | Read read |
integration__posthog__posthog_environmentsinsightsviewedcreate | posthog.posthog_environmentsinsightsviewedcreate | Write write |
integration__posthog__posthog_environmentsintegrationslist | posthog.posthog_environmentsintegrationslist | Read read |
integration__posthog__posthog_environmentsintegrationscreate | posthog.posthog_environmentsintegrationscreate | Write write |
integration__posthog__posthog_environmentsintegrationsretrieve | posthog.posthog_environmentsintegrationsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsdestroy | posthog.posthog_environmentsintegrationsdestroy | Write write |
integration__posthog__posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve | posthog.posthog_environmentsintegrationsanthropicmanagedagentenvsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve | posthog.posthog_environmentsintegrationsanthropicmanagedagentvaultsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsanthropicmanagedagentsretrieve | posthog.posthog_environmentsintegrationsanthropicmanagedagentsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationschannelsretrieve | posthog.posthog_environmentsintegrationschannelsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsclickuplistsretrieve | posthog.posthog_environmentsintegrationsclickuplistsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsclickupspacesretrieve | posthog.posthog_environmentsintegrationsclickupspacesretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsclickupworkspacesretrieve | posthog.posthog_environmentsintegrationsclickupworkspacesretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsemailpartialupdate | posthog.posthog_environmentsintegrationsemailpartialupdate | Write write |
integration__posthog__posthog_environmentsintegrationsemailverifycreate | posthog.posthog_environmentsintegrationsemailverifycreate | Write write |
integration__posthog__posthog_environmentsintegrationsgithubbranchesretrieve | posthog.posthog_environmentsintegrationsgithubbranchesretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsgithubreposretrieve | posthog.posthog_environmentsintegrationsgithubreposretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsgithubreposrefreshcreate | posthog.posthog_environmentsintegrationsgithubreposrefreshcreate | Write write |
integration__posthog__posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve | posthog.posthog_environmentsintegrationsgoogleaccessibleaccountsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsgoogleconversionactionsretrieve | posthog.posthog_environmentsintegrationsgoogleconversionactionsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsjiraprojectsretrieve | posthog.posthog_environmentsintegrationsjiraprojectsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationslinearteamsretrieve | posthog.posthog_environmentsintegrationslinearteamsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationslinkedinadsaccountsretrieve | posthog.posthog_environmentsintegrationslinkedinadsaccountsretrieve | Read read |
integration__posthog__posthog_environmentsintegrationslinkedinadsconversionrulesretrieve | posthog.posthog_environmentsintegrationslinkedinadsconversionrulesretrieve | Read read |
integration__posthog__posthog_environmentsintegrationstwiliophonenumbersretrieve | posthog.posthog_environmentsintegrationstwiliophonenumbersretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsauthorizeretrieve | posthog.posthog_environmentsintegrationsauthorizeretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsdomainconnectapplyurlcreate | posthog.posthog_environmentsintegrationsdomainconnectapplyurlcreate | Write write |
integration__posthog__posthog_environmentsintegrationsdomainconnectcheckretrieve | posthog.posthog_environmentsintegrationsdomainconnectcheckretrieve | Read read |
integration__posthog__posthog_environmentsintegrationsgithublinkexistingcreate | posthog.posthog_environmentsintegrationsgithublinkexistingcreate | Write write |
integration__posthog__posthog_environmentsintegrationsgithuboauthauthorizecreate | posthog.posthog_environmentsintegrationsgithuboauthauthorizecreate | Write write |
integration__posthog__posthog_environmentslogsalertslist | posthog.posthog_environmentslogsalertslist | Read read |
integration__posthog__posthog_environmentslogsalertscreate | posthog.posthog_environmentslogsalertscreate | Write write |
integration__posthog__posthog_environmentslogsalertsretrieve | posthog.posthog_environmentslogsalertsretrieve | Read read |
integration__posthog__posthog_environmentslogsalertsupdate | posthog.posthog_environmentslogsalertsupdate | Write write |
integration__posthog__posthog_environmentslogsalertspartialupdate | posthog.posthog_environmentslogsalertspartialupdate | Write write |
integration__posthog__posthog_environmentslogsalertsdestroy | posthog.posthog_environmentslogsalertsdestroy | Write write |
integration__posthog__posthog_environmentslogsalertsdestinationscreate | posthog.posthog_environmentslogsalertsdestinationscreate | Write write |
integration__posthog__posthog_environmentslogsalertsdestinationsdeletecreate | posthog.posthog_environmentslogsalertsdestinationsdeletecreate | Write write |
integration__posthog__posthog_environmentslogsalertseventslist | posthog.posthog_environmentslogsalertseventslist | Read read |
integration__posthog__posthog_environmentslogsalertsresetcreate | posthog.posthog_environmentslogsalertsresetcreate | Write write |
integration__posthog__posthog_environmentslogsalertssimulatecreate | posthog.posthog_environmentslogsalertssimulatecreate | Write write |
integration__posthog__posthog_environmentslogsattributesretrieve | posthog.posthog_environmentslogsattributesretrieve | Read read |
integration__posthog__posthog_environmentslogscountcreate | posthog.posthog_environmentslogscountcreate | Write write |
integration__posthog__posthog_environmentslogscountrangescreate | posthog.posthog_environmentslogscountrangescreate | Write write |
integration__posthog__posthog_environmentslogsexportcreate | posthog.posthog_environmentslogsexportcreate | Write write |
integration__posthog__posthog_environmentslogshaslogsretrieve | posthog.posthog_environmentslogshaslogsretrieve | Read read |
integration__posthog__posthog_environmentslogsquerycreate | posthog.posthog_environmentslogsquerycreate | Write write |
integration__posthog__posthog_environmentslogssamplingruleslist | posthog.posthog_environmentslogssamplingruleslist | Read read |
integration__posthog__posthog_environmentslogssamplingrulescreate | posthog.posthog_environmentslogssamplingrulescreate | Write write |
integration__posthog__posthog_environmentslogssamplingrulesretrieve | posthog.posthog_environmentslogssamplingrulesretrieve | Read read |
integration__posthog__posthog_environmentslogssamplingrulesupdate | posthog.posthog_environmentslogssamplingrulesupdate | Write write |
integration__posthog__posthog_environmentslogssamplingrulespartialupdate | posthog.posthog_environmentslogssamplingrulespartialupdate | Write write |
integration__posthog__posthog_environmentslogssamplingrulesdestroy | posthog.posthog_environmentslogssamplingrulesdestroy | Write write |
integration__posthog__posthog_environmentslogssamplingrulessimulatecreate | posthog.posthog_environmentslogssamplingrulessimulatecreate | Write write |
integration__posthog__posthog_environmentslogssamplingrulesreordercreate | posthog.posthog_environmentslogssamplingrulesreordercreate | Write write |
integration__posthog__posthog_environmentslogsservicescreate | posthog.posthog_environmentslogsservicescreate | Write write |
integration__posthog__posthog_environmentslogssparklinecreate | posthog.posthog_environmentslogssparklinecreate | Write write |
integration__posthog__posthog_environmentslogsvaluesretrieve | posthog.posthog_environmentslogsvaluesretrieve | Read read |
integration__posthog__posthog_environmentspersistedfolderlist | posthog.posthog_environmentspersistedfolderlist | Read read |
integration__posthog__posthog_environmentspersistedfoldercreate | posthog.posthog_environmentspersistedfoldercreate | Write write |
integration__posthog__posthog_environmentspersistedfolderretrieve | posthog.posthog_environmentspersistedfolderretrieve | Read read |
integration__posthog__posthog_environmentspersistedfolderupdate | posthog.posthog_environmentspersistedfolderupdate | Write write |
integration__posthog__posthog_environmentspersistedfolderpartialupdate | posthog.posthog_environmentspersistedfolderpartialupdate | Write write |
integration__posthog__posthog_environmentspersistedfolderdestroy | posthog.posthog_environmentspersistedfolderdestroy | Write write |
integration__posthog__posthog_environmentspersonslist | posthog.posthog_environmentspersonslist | Read read |
integration__posthog__posthog_environmentspersonsretrieve | posthog.posthog_environmentspersonsretrieve | Read read |
integration__posthog__posthog_environmentspersonsupdate | posthog.posthog_environmentspersonsupdate | Write write |
integration__posthog__posthog_environmentspersonspartialupdate | posthog.posthog_environmentspersonspartialupdate | Write write |
integration__posthog__posthog_environmentspersonsactivityretrieve | posthog.posthog_environmentspersonsactivityretrieve | Read read |
integration__posthog__posthog_environmentspersonsdeletepropertycreate | posthog.posthog_environmentspersonsdeletepropertycreate | Write write |
integration__posthog__posthog_environmentspersonspropertiestimelineretrieve | posthog.posthog_environmentspersonspropertiestimelineretrieve | Read read |
integration__posthog__posthog_environmentspersonssplitcreate | posthog.posthog_environmentspersonssplitcreate | Write write |
integration__posthog__posthog_environmentspersonsupdatepropertycreate | posthog.posthog_environmentspersonsupdatepropertycreate | Write write |
integration__posthog__posthog_environmentspersonsallactivityretrieve | posthog.posthog_environmentspersonsallactivityretrieve | Read read |
integration__posthog__posthog_environmentspersonsbatchbydistinctidscreate | posthog.posthog_environmentspersonsbatchbydistinctidscreate | Write write |
integration__posthog__posthog_environmentspersonsbatchbyuuidscreate | posthog.posthog_environmentspersonsbatchbyuuidscreate | Write write |
integration__posthog__posthog_environmentspersonsbulkdeletecreate | posthog.posthog_environmentspersonsbulkdeletecreate | Write write |
integration__posthog__posthog_environmentspersonscohortsretrieve | posthog.posthog_environmentspersonscohortsretrieve | Read read |
integration__posthog__posthog_environmentspersonsdeletionstatuslist | posthog.posthog_environmentspersonsdeletionstatuslist | Read read |
integration__posthog__posthog_environmentspersonsfunnelretrieve | posthog.posthog_environmentspersonsfunnelretrieve | Read read |
integration__posthog__posthog_environmentspersonsfunnelcreate | posthog.posthog_environmentspersonsfunnelcreate | Write write |
integration__posthog__posthog_environmentspersonsfunnelcorrelationretrieve | posthog.posthog_environmentspersonsfunnelcorrelationretrieve | Read read |
integration__posthog__posthog_environmentspersonsfunnelcorrelationcreate | posthog.posthog_environmentspersonsfunnelcorrelationcreate | Write write |
integration__posthog__posthog_environmentspersonslifecycleretrieve | posthog.posthog_environmentspersonslifecycleretrieve | Read read |
integration__posthog__posthog_environmentspersonspropertiesattimeretrieve | posthog.posthog_environmentspersonspropertiesattimeretrieve | Read read |
integration__posthog__posthog_environmentspersonsresetpersondistinctidcreate | posthog.posthog_environmentspersonsresetpersondistinctidcreate | Write write |
integration__posthog__posthog_environmentspersonstrendsretrieve | posthog.posthog_environmentspersonstrendsretrieve | Read read |
integration__posthog__posthog_environmentspersonsvaluesretrieve | posthog.posthog_environmentspersonsvaluesretrieve | Read read |
integration__posthog__posthog_environmentspluginconfigslogslist | posthog.posthog_environmentspluginconfigslogslist | Read read |
integration__posthog__posthog_environmentsprojectsecretapikeyslist | posthog.posthog_environmentsprojectsecretapikeyslist | Read read |
integration__posthog__posthog_environmentsprojectsecretapikeyscreate | posthog.posthog_environmentsprojectsecretapikeyscreate | Write write |
integration__posthog__posthog_environmentsprojectsecretapikeysretrieve | posthog.posthog_environmentsprojectsecretapikeysretrieve | Read read |
integration__posthog__posthog_environmentsprojectsecretapikeysupdate | posthog.posthog_environmentsprojectsecretapikeysupdate | Write write |
integration__posthog__posthog_environmentsprojectsecretapikeyspartialupdate | posthog.posthog_environmentsprojectsecretapikeyspartialupdate | Write write |
integration__posthog__posthog_environmentsprojectsecretapikeysdestroy | posthog.posthog_environmentsprojectsecretapikeysdestroy | Write write |
integration__posthog__posthog_environmentsprojectsecretapikeysrollcreate | posthog.posthog_environmentsprojectsecretapikeysrollcreate | Write write |
integration__posthog__posthog_environmentsquerycreate | posthog.posthog_environmentsquerycreate | Write write |
integration__posthog__posthog_environmentsqueryretrieve | posthog.posthog_environmentsqueryretrieve | Read read |
integration__posthog__posthog_environmentsquerydestroy | posthog.posthog_environmentsquerydestroy | Write write |
integration__posthog__posthog_environmentsquerylogretrieve | posthog.posthog_environmentsquerylogretrieve | Read read |
integration__posthog__posthog_environmentsquerycreatewithkind | posthog.posthog_environmentsquerycreatewithkind | Write write |
integration__posthog__posthog_environmentsquerycheckauthforasynccreate | posthog.posthog_environmentsquerycheckauthforasynccreate | Write write |
integration__posthog__posthog_environmentsquerydraftsqlretrieve | posthog.posthog_environmentsquerydraftsqlretrieve | Read read |
integration__posthog__posthog_environmentsqueryupgradecreate | posthog.posthog_environmentsqueryupgradecreate | Write write |
integration__posthog__posthog_environmentssavedlist | posthog.posthog_environmentssavedlist | Read read |
integration__posthog__posthog_environmentssavedcreate | posthog.posthog_environmentssavedcreate | Write write |
integration__posthog__posthog_environmentssavedretrieve | posthog.posthog_environmentssavedretrieve | Read read |
integration__posthog__posthog_environmentssavedpartialupdate | posthog.posthog_environmentssavedpartialupdate | Write write |
integration__posthog__posthog_environmentssaveddestroy | posthog.posthog_environmentssaveddestroy | Write write |
integration__posthog__posthog_environmentssavedregeneratecreate | posthog.posthog_environmentssavedregeneratecreate | Write write |
integration__posthog__posthog_environmentssessionrecordingplaylistslist | posthog.posthog_environmentssessionrecordingplaylistslist | Read read |
integration__posthog__posthog_environmentssessionrecordingplaylistscreate | posthog.posthog_environmentssessionrecordingplaylistscreate | Write write |
integration__posthog__posthog_environmentssessionrecordingplaylistsretrieve | posthog.posthog_environmentssessionrecordingplaylistsretrieve | Read read |
integration__posthog__posthog_environmentssessionrecordingplaylistsupdate | posthog.posthog_environmentssessionrecordingplaylistsupdate | Write write |
integration__posthog__posthog_environmentssessionrecordingplaylistspartialupdate | posthog.posthog_environmentssessionrecordingplaylistspartialupdate | Write write |
integration__posthog__posthog_environmentssessionrecordingplaylistsdestroy | posthog.posthog_environmentssessionrecordingplaylistsdestroy | Write write |
integration__posthog__posthog_environmentssessionrecordingplaylistsrecordingsretrieve | posthog.posthog_environmentssessionrecordingplaylistsrecordingsretrieve | Read read |
integration__posthog__posthog_environmentssessionrecordingplaylistsrecordingscreate | posthog.posthog_environmentssessionrecordingplaylistsrecordingscreate | Write write |
integration__posthog__posthog_environmentssessionrecordingplaylistsrecordingsdestroy | posthog.posthog_environmentssessionrecordingplaylistsrecordingsdestroy | Write write |
integration__posthog__posthog_environmentssessionrecordingslist | posthog.posthog_environmentssessionrecordingslist | Read read |
integration__posthog__posthog_environmentssessionrecordingsretrieve | posthog.posthog_environmentssessionrecordingsretrieve | Read read |
integration__posthog__posthog_environmentssessionrecordingsupdate | posthog.posthog_environmentssessionrecordingsupdate | Write write |
integration__posthog__posthog_environmentssessionrecordingspartialupdate | posthog.posthog_environmentssessionrecordingspartialupdate | Write write |
integration__posthog__posthog_environmentssessionrecordingsdestroy | posthog.posthog_environmentssessionrecordingsdestroy | Write write |
integration__posthog__posthog_environmentssessionrecordingssharinglist | posthog.posthog_environmentssessionrecordingssharinglist | Read read |
integration__posthog__posthog_environmentssessionrecordingssharingpasswordscreate | posthog.posthog_environmentssessionrecordingssharingpasswordscreate | Write write |
integration__posthog__posthog_environmentssessionrecordingssharingpasswordsdestroy | posthog.posthog_environmentssessionrecordingssharingpasswordsdestroy | Write write |
integration__posthog__posthog_environmentssessionrecordingssharingrefreshcreate | posthog.posthog_environmentssessionrecordingssharingrefreshcreate | Write write |
integration__posthog__posthog_environmentssessionspropertydefinitionsretrieve | posthog.posthog_environmentssessionspropertydefinitionsretrieve | Read read |
integration__posthog__posthog_environmentssessionsvaluesretrieve | posthog.posthog_environmentssessionsvaluesretrieve | Read read |
integration__posthog__posthog_environmentssubscriptionslist | posthog.posthog_environmentssubscriptionslist | Read read |
integration__posthog__posthog_environmentssubscriptionscreate | posthog.posthog_environmentssubscriptionscreate | Write write |
integration__posthog__posthog_environmentssubscriptionsretrieve | posthog.posthog_environmentssubscriptionsretrieve | Read read |
integration__posthog__posthog_environmentssubscriptionsupdate | posthog.posthog_environmentssubscriptionsupdate | Write write |
integration__posthog__posthog_environmentssubscriptionspartialupdate | posthog.posthog_environmentssubscriptionspartialupdate | Write write |
integration__posthog__posthog_environmentssubscriptionsdestroy | posthog.posthog_environmentssubscriptionsdestroy | Write write |
integration__posthog__posthog_environmentssubscriptionstestdeliverycreate | posthog.posthog_environmentssubscriptionstestdeliverycreate | Write write |
integration__posthog__posthog_environmentssubscriptionssummaryquotaretrieve | posthog.posthog_environmentssubscriptionssummaryquotaretrieve | Read read |
integration__posthog__posthog_environmentswarehousesavedquerieslist | posthog.posthog_environmentswarehousesavedquerieslist | Read read |
integration__posthog__posthog_environmentswarehousesavedqueriescreate | posthog.posthog_environmentswarehousesavedqueriescreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesretrieve | posthog.posthog_environmentswarehousesavedqueriesretrieve | Read read |
integration__posthog__posthog_environmentswarehousesavedqueriesupdate | posthog.posthog_environmentswarehousesavedqueriesupdate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriespartialupdate | posthog.posthog_environmentswarehousesavedqueriespartialupdate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesdestroy | posthog.posthog_environmentswarehousesavedqueriesdestroy | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesactivityretrieve | posthog.posthog_environmentswarehousesavedqueriesactivityretrieve | Read read |
integration__posthog__posthog_environmentswarehousesavedqueriesancestorscreate | posthog.posthog_environmentswarehousesavedqueriesancestorscreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriescancelcreate | posthog.posthog_environmentswarehousesavedqueriescancelcreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesdependenciesretrieve | posthog.posthog_environmentswarehousesavedqueriesdependenciesretrieve | Read read |
integration__posthog__posthog_environmentswarehousesavedqueriesdescendantscreate | posthog.posthog_environmentswarehousesavedqueriesdescendantscreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesmaterializecreate | posthog.posthog_environmentswarehousesavedqueriesmaterializecreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesrevertmaterializationcreate | posthog.posthog_environmentswarehousesavedqueriesrevertmaterializationcreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesruncreate | posthog.posthog_environmentswarehousesavedqueriesruncreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueriesrunhistoryretrieve | posthog.posthog_environmentswarehousesavedqueriesrunhistoryretrieve | Read read |
integration__posthog__posthog_environmentswarehousesavedqueriesresumeschedulescreate | posthog.posthog_environmentswarehousesavedqueriesresumeschedulescreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueryfolderslist | posthog.posthog_environmentswarehousesavedqueryfolderslist | Read read |
integration__posthog__posthog_environmentswarehousesavedqueryfolderscreate | posthog.posthog_environmentswarehousesavedqueryfolderscreate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueryfoldersretrieve | posthog.posthog_environmentswarehousesavedqueryfoldersretrieve | Read read |
integration__posthog__posthog_environmentswarehousesavedqueryfolderspartialupdate | posthog.posthog_environmentswarehousesavedqueryfolderspartialupdate | Write write |
integration__posthog__posthog_environmentswarehousesavedqueryfoldersdestroy | posthog.posthog_environmentswarehousesavedqueryfoldersdestroy | Write write |
integration__posthog__posthog_environmentswarehousetableslist | posthog.posthog_environmentswarehousetableslist | Read read |
integration__posthog__posthog_environmentswarehousetablescreate | posthog.posthog_environmentswarehousetablescreate | Write write |
integration__posthog__posthog_environmentswarehousetablesretrieve | posthog.posthog_environmentswarehousetablesretrieve | Read read |
integration__posthog__posthog_environmentswarehousetablesupdate | posthog.posthog_environmentswarehousetablesupdate | Write write |
integration__posthog__posthog_environmentswarehousetablespartialupdate | posthog.posthog_environmentswarehousetablespartialupdate | Write write |
integration__posthog__posthog_environmentswarehousetablesdestroy | posthog.posthog_environmentswarehousetablesdestroy | Write write |
integration__posthog__posthog_environmentswarehousetablesrefreshschemacreate | posthog.posthog_environmentswarehousetablesrefreshschemacreate | Write write |
integration__posthog__posthog_environmentswarehousetablesupdateschemacreate | posthog.posthog_environmentswarehousetablesupdateschemacreate | Write write |
integration__posthog__posthog_environmentswarehousetablesfilecreate | posthog.posthog_environmentswarehousetablesfilecreate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinklist | posthog.posthog_environmentswarehouseviewlinklist | Read read |
integration__posthog__posthog_environmentswarehouseviewlinkcreate | posthog.posthog_environmentswarehouseviewlinkcreate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinkretrieve | posthog.posthog_environmentswarehouseviewlinkretrieve | Read read |
integration__posthog__posthog_environmentswarehouseviewlinkupdate | posthog.posthog_environmentswarehouseviewlinkupdate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinkpartialupdate | posthog.posthog_environmentswarehouseviewlinkpartialupdate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinkdestroy | posthog.posthog_environmentswarehouseviewlinkdestroy | Write write |
integration__posthog__posthog_environmentswarehouseviewlinkvalidatecreate | posthog.posthog_environmentswarehouseviewlinkvalidatecreate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinkslist | posthog.posthog_environmentswarehouseviewlinkslist | Read read |
integration__posthog__posthog_environmentswarehouseviewlinkscreate | posthog.posthog_environmentswarehouseviewlinkscreate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinksretrieve | posthog.posthog_environmentswarehouseviewlinksretrieve | Read read |
integration__posthog__posthog_environmentswarehouseviewlinksupdate | posthog.posthog_environmentswarehouseviewlinksupdate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinkspartialupdate | posthog.posthog_environmentswarehouseviewlinkspartialupdate | Write write |
integration__posthog__posthog_environmentswarehouseviewlinksdestroy | posthog.posthog_environmentswarehouseviewlinksdestroy | Write write |
integration__posthog__posthog_environmentswarehouseviewlinksvalidatecreate | posthog.posthog_environmentswarehouseviewlinksvalidatecreate | Write write |
integration__posthog__posthog_approvalpolicieslist | posthog.posthog_approvalpolicieslist | Read read |
integration__posthog__posthog_approvalpoliciescreate | posthog.posthog_approvalpoliciescreate | Write write |
integration__posthog__posthog_approvalpoliciesretrieve | posthog.posthog_approvalpoliciesretrieve | Read read |
integration__posthog__posthog_approvalpoliciesupdate | posthog.posthog_approvalpoliciesupdate | Write write |
integration__posthog__posthog_approvalpoliciespartialupdate | posthog.posthog_approvalpoliciespartialupdate | Write write |
integration__posthog__posthog_approvalpoliciesdestroy | posthog.posthog_approvalpoliciesdestroy | Write write |
integration__posthog__posthog_changerequestslist | posthog.posthog_changerequestslist | Read read |
integration__posthog__posthog_changerequestsretrieve | posthog.posthog_changerequestsretrieve | Read read |
integration__posthog__posthog_changerequestsapprovecreate | posthog.posthog_changerequestsapprovecreate | Write write |
integration__posthog__posthog_changerequestscancelcreate | posthog.posthog_changerequestscancelcreate | Write write |
integration__posthog__posthog_changerequestsrejectcreate | posthog.posthog_changerequestsrejectcreate | Write write |
integration__posthog__posthog_conversationslist | posthog.posthog_conversationslist | Read read |
integration__posthog__posthog_conversationscreate | posthog.posthog_conversationscreate | Write write |
integration__posthog__posthog_conversationsretrieve | posthog.posthog_conversationsretrieve | Read read |
integration__posthog__posthog_conversationsappendmessagecreate | posthog.posthog_conversationsappendmessagecreate | Write write |
integration__posthog__posthog_conversationscancelpartialupdate | posthog.posthog_conversationscancelpartialupdate | Write write |
integration__posthog__posthog_conversationsqueueretrieve | posthog.posthog_conversationsqueueretrieve | Read read |
integration__posthog__posthog_conversationsqueuecreate | posthog.posthog_conversationsqueuecreate | Write write |
integration__posthog__posthog_conversationsqueuepartialupdate | posthog.posthog_conversationsqueuepartialupdate | Write write |
integration__posthog__posthog_conversationsqueuedestroy | posthog.posthog_conversationsqueuedestroy | Write write |
integration__posthog__posthog_conversationsqueueclearcreate | posthog.posthog_conversationsqueueclearcreate | Write write |
integration__posthog__posthog_conversationsviewslist | posthog.posthog_conversationsviewslist | Read read |
integration__posthog__posthog_conversationsviewscreate | posthog.posthog_conversationsviewscreate | Write write |
integration__posthog__posthog_conversationsviewsretrieve | posthog.posthog_conversationsviewsretrieve | Read read |
integration__posthog__posthog_conversationsviewsdestroy | posthog.posthog_conversationsviewsdestroy | Write write |
integration__posthog__posthog_customerjourneyslist | posthog.posthog_customerjourneyslist | Read read |
integration__posthog__posthog_customerjourneyscreate | posthog.posthog_customerjourneyscreate | Write write |
integration__posthog__posthog_customerjourneysretrieve | posthog.posthog_customerjourneysretrieve | Read read |
integration__posthog__posthog_customerjourneysupdate | posthog.posthog_customerjourneysupdate | Write write |
integration__posthog__posthog_customerjourneyspartialupdate | posthog.posthog_customerjourneyspartialupdate | Write write |
integration__posthog__posthog_customerjourneysdestroy | posthog.posthog_customerjourneysdestroy | Write write |
integration__posthog__posthog_customerprofileconfigslist | posthog.posthog_customerprofileconfigslist | Read read |
integration__posthog__posthog_customerprofileconfigscreate | posthog.posthog_customerprofileconfigscreate | Write write |
integration__posthog__posthog_customerprofileconfigsretrieve | posthog.posthog_customerprofileconfigsretrieve | Read read |
integration__posthog__posthog_customerprofileconfigsupdate | posthog.posthog_customerprofileconfigsupdate | Write write |
integration__posthog__posthog_customerprofileconfigspartialupdate | posthog.posthog_customerprofileconfigspartialupdate | Write write |
integration__posthog__posthog_customerprofileconfigsdestroy | posthog.posthog_customerprofileconfigsdestroy | Write write |
integration__posthog__posthog_desktoprecordingslist | posthog.posthog_desktoprecordingslist | Read read |
integration__posthog__posthog_desktoprecordingscreate | posthog.posthog_desktoprecordingscreate | Write write |
integration__posthog__posthog_desktoprecordingsretrieve | posthog.posthog_desktoprecordingsretrieve | Read read |
integration__posthog__posthog_desktoprecordingsupdate | posthog.posthog_desktoprecordingsupdate | Write write |
integration__posthog__posthog_desktoprecordingspartialupdate | posthog.posthog_desktoprecordingspartialupdate | Write write |
integration__posthog__posthog_desktoprecordingsdestroy | posthog.posthog_desktoprecordingsdestroy | Write write |
integration__posthog__posthog_desktoprecordingsappendsegmentscreate | posthog.posthog_desktoprecordingsappendsegmentscreate | Write write |
integration__posthog__posthog_errortrackingassignmentruleslist | posthog.posthog_errortrackingassignmentruleslist | Read read |
integration__posthog__posthog_errortrackingassignmentrulescreate | posthog.posthog_errortrackingassignmentrulescreate | Write write |
integration__posthog__posthog_errortrackingassignmentrulesretrieve | posthog.posthog_errortrackingassignmentrulesretrieve | Read read |
integration__posthog__posthog_errortrackingassignmentrulesupdate | posthog.posthog_errortrackingassignmentrulesupdate | Write write |
integration__posthog__posthog_errortrackingassignmentrulespartialupdate | posthog.posthog_errortrackingassignmentrulespartialupdate | Write write |
integration__posthog__posthog_errortrackingassignmentrulesdestroy | posthog.posthog_errortrackingassignmentrulesdestroy | Write write |
integration__posthog__posthog_errortrackingassignmentrulesreorderpartialupdate | posthog.posthog_errortrackingassignmentrulesreorderpartialupdate | Write write |
integration__posthog__posthog_errortrackingfingerprintslist | posthog.posthog_errortrackingfingerprintslist | Read read |
integration__posthog__posthog_errortrackingfingerprintsretrieve | posthog.posthog_errortrackingfingerprintsretrieve | Read read |
integration__posthog__posthog_errortrackingfingerprintsdestroy | posthog.posthog_errortrackingfingerprintsdestroy | Write write |
integration__posthog__posthog_errortrackinggitproviderfilelinksresolvegithubretrieve | posthog.posthog_errortrackinggitproviderfilelinksresolvegithubretrieve | Read read |
integration__posthog__posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve | posthog.posthog_errortrackinggitproviderfilelinksresolvegitlabretrieve | Read read |
integration__posthog__posthog_errortrackinggroupingruleslist | posthog.posthog_errortrackinggroupingruleslist | Read read |
integration__posthog__posthog_errortrackinggroupingrulescreate | posthog.posthog_errortrackinggroupingrulescreate | Write write |
integration__posthog__posthog_errortrackinggroupingrulesretrieve | posthog.posthog_errortrackinggroupingrulesretrieve | Read read |
integration__posthog__posthog_errortrackinggroupingrulesupdate | posthog.posthog_errortrackinggroupingrulesupdate | Write write |
integration__posthog__posthog_errortrackinggroupingrulespartialupdate | posthog.posthog_errortrackinggroupingrulespartialupdate | Write write |
integration__posthog__posthog_errortrackinggroupingrulesdestroy | posthog.posthog_errortrackinggroupingrulesdestroy | Write write |
integration__posthog__posthog_errortrackinggroupingrulesreorderpartialupdate | posthog.posthog_errortrackinggroupingrulesreorderpartialupdate | Write write |
integration__posthog__posthog_errortrackingissueslist | posthog.posthog_errortrackingissueslist | Read read |
integration__posthog__posthog_errortrackingissuescreate | posthog.posthog_errortrackingissuescreate | Write write |
integration__posthog__posthog_errortrackingissuesretrieve | posthog.posthog_errortrackingissuesretrieve | Read read |
integration__posthog__posthog_errortrackingissuesupdate | posthog.posthog_errortrackingissuesupdate | Write write |
integration__posthog__posthog_errortrackingissuespartialupdate | posthog.posthog_errortrackingissuespartialupdate | Write write |
integration__posthog__posthog_errortrackingissuesdestroy | posthog.posthog_errortrackingissuesdestroy | Write write |
integration__posthog__posthog_errortrackingissuesactivityretrieve | posthog.posthog_errortrackingissuesactivityretrieve | Read read |
integration__posthog__posthog_errortrackingissuesassignpartialupdate | posthog.posthog_errortrackingissuesassignpartialupdate | Write write |
integration__posthog__posthog_errortrackingissuescohortupdate | posthog.posthog_errortrackingissuescohortupdate | Write write |
integration__posthog__posthog_errortrackingissuesmergecreate | posthog.posthog_errortrackingissuesmergecreate | Write write |
integration__posthog__posthog_errortrackingissuessplitcreate | posthog.posthog_errortrackingissuessplitcreate | Write write |
integration__posthog__posthog_errortrackingissuesallactivityretrieve | posthog.posthog_errortrackingissuesallactivityretrieve | Read read |
integration__posthog__posthog_errortrackingissuesbulkcreate | posthog.posthog_errortrackingissuesbulkcreate | Write write |
integration__posthog__posthog_errortrackingissuesexistsretrieve | posthog.posthog_errortrackingissuesexistsretrieve | Read read |
integration__posthog__posthog_errortrackingissuesvaluesretrieve | posthog.posthog_errortrackingissuesvaluesretrieve | Read read |
integration__posthog__posthog_errortrackingqueryissuecreate | posthog.posthog_errortrackingqueryissuecreate | Write write |
integration__posthog__posthog_errortrackingqueryissueeventscreate | posthog.posthog_errortrackingqueryissueeventscreate | Write write |
integration__posthog__posthog_errortrackingqueryissueslistcreate | posthog.posthog_errortrackingqueryissueslistcreate | Write write |
integration__posthog__posthog_errortrackingrecommendationslist | posthog.posthog_errortrackingrecommendationslist | Read read |
integration__posthog__posthog_errortrackingrecommendationsdismisscreate | posthog.posthog_errortrackingrecommendationsdismisscreate | Write write |
integration__posthog__posthog_errortrackingrecommendationsrefreshcreate | posthog.posthog_errortrackingrecommendationsrefreshcreate | Write write |
integration__posthog__posthog_errortrackingrecommendationsrestorecreate | posthog.posthog_errortrackingrecommendationsrestorecreate | Write write |
integration__posthog__posthog_errortrackingsettingsretrievesettingsretrieve | posthog.posthog_errortrackingsettingsretrievesettingsretrieve | Read read |
integration__posthog__posthog_errortrackingsettingsupdatesettingspartialupdate | posthog.posthog_errortrackingsettingsupdatesettingspartialupdate | Write write |
integration__posthog__posthog_errortrackingspikedetectionconfiglist | posthog.posthog_errortrackingspikedetectionconfiglist | Read read |
integration__posthog__posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate | posthog.posthog_errortrackingspikedetectionconfigupdateconfigpartialupdate | Write write |
integration__posthog__posthog_errortrackingspikeeventslist | posthog.posthog_errortrackingspikeeventslist | Read read |
integration__posthog__posthog_errortrackingstackframeslist | posthog.posthog_errortrackingstackframeslist | Read read |
integration__posthog__posthog_errortrackingstackframesretrieve | posthog.posthog_errortrackingstackframesretrieve | Read read |
integration__posthog__posthog_errortrackingstackframesdestroy | posthog.posthog_errortrackingstackframesdestroy | Write write |
integration__posthog__posthog_errortrackingstackframesbatchgetcreate | posthog.posthog_errortrackingstackframesbatchgetcreate | Write write |
integration__posthog__posthog_errortrackingsuppressionruleslist | posthog.posthog_errortrackingsuppressionruleslist | Read read |
integration__posthog__posthog_errortrackingsuppressionrulescreate | posthog.posthog_errortrackingsuppressionrulescreate | Write write |
integration__posthog__posthog_errortrackingsuppressionrulesretrieve | posthog.posthog_errortrackingsuppressionrulesretrieve | Read read |
integration__posthog__posthog_errortrackingsuppressionrulesupdate | posthog.posthog_errortrackingsuppressionrulesupdate | Write write |
integration__posthog__posthog_errortrackingsuppressionrulespartialupdate | posthog.posthog_errortrackingsuppressionrulespartialupdate | Write write |
integration__posthog__posthog_errortrackingsuppressionrulesdestroy | posthog.posthog_errortrackingsuppressionrulesdestroy | Write write |
integration__posthog__posthog_errortrackingsuppressionrulesreorderpartialupdate | posthog.posthog_errortrackingsuppressionrulesreorderpartialupdate | Write write |
integration__posthog__posthog_evaluationrunscreate | posthog.posthog_evaluationrunscreate | Write write |
integration__posthog__posthog_evaluationslist | posthog.posthog_evaluationslist | Read read |
integration__posthog__posthog_evaluationscreate | posthog.posthog_evaluationscreate | Write write |
integration__posthog__posthog_evaluationsretrieve | posthog.posthog_evaluationsretrieve | Read read |
integration__posthog__posthog_evaluationsupdate | posthog.posthog_evaluationsupdate | Write write |
integration__posthog__posthog_evaluationspartialupdate | posthog.posthog_evaluationspartialupdate | Write write |
integration__posthog__posthog_evaluationsdestroy | posthog.posthog_evaluationsdestroy | Write write |
integration__posthog__posthog_evaluationstesthogcreate | posthog.posthog_evaluationstesthogcreate | Write write |
integration__posthog__posthog_eventfilterretrieve | posthog.posthog_eventfilterretrieve | Read read |
integration__posthog__posthog_eventfiltercreate | posthog.posthog_eventfiltercreate | Write write |
integration__posthog__posthog_eventfiltermetricsretrieve | posthog.posthog_eventfiltermetricsretrieve | Read read |
integration__posthog__posthog_eventfiltermetricstotalsretrieve | posthog.posthog_eventfiltermetricstotalsretrieve | Read read |
integration__posthog__posthog_healthissueslist | posthog.posthog_healthissueslist | Read read |
integration__posthog__posthog_healthissuesretrieve | posthog.posthog_healthissuesretrieve | Read read |
integration__posthog__posthog_healthissuespartialupdate | posthog.posthog_healthissuespartialupdate | Write write |
integration__posthog__posthog_healthissuesresolvecreate | posthog.posthog_healthissuesresolvecreate | Write write |
integration__posthog__posthog_healthissuessummaryretrieve | posthog.posthog_healthissuessummaryretrieve | Read read |
integration__posthog__posthog_lineagegetupstreamretrieve | posthog.posthog_lineagegetupstreamretrieve | Read read |
integration__posthog__posthog_llmanalyticsclusteringconfigretrieve | posthog.posthog_llmanalyticsclusteringconfigretrieve | Read read |
integration__posthog__posthog_llmanalyticsclusteringconfigseteventfilterscreate | posthog.posthog_llmanalyticsclusteringconfigseteventfilterscreate | Write write |
integration__posthog__posthog_llmanalyticsclusteringjobslist | posthog.posthog_llmanalyticsclusteringjobslist | Read read |
integration__posthog__posthog_llmanalyticsclusteringjobscreate | posthog.posthog_llmanalyticsclusteringjobscreate | Write write |
integration__posthog__posthog_llmanalyticsclusteringjobsretrieve | posthog.posthog_llmanalyticsclusteringjobsretrieve | Read read |
integration__posthog__posthog_llmanalyticsclusteringjobsupdate | posthog.posthog_llmanalyticsclusteringjobsupdate | Write write |
integration__posthog__posthog_llmanalyticsclusteringjobspartialupdate | posthog.posthog_llmanalyticsclusteringjobspartialupdate | Write write |
integration__posthog__posthog_llmanalyticsclusteringjobsdestroy | posthog.posthog_llmanalyticsclusteringjobsdestroy | Write write |
integration__posthog__posthog_llmanalyticsevaluationconfigretrieve | posthog.posthog_llmanalyticsevaluationconfigretrieve | Read read |
integration__posthog__posthog_llmanalyticsevaluationconfigsetactivekeycreate | posthog.posthog_llmanalyticsevaluationconfigsetactivekeycreate | Write write |
integration__posthog__posthog_llmanalyticsevaluationreportslist | posthog.posthog_llmanalyticsevaluationreportslist | Read read |
integration__posthog__posthog_llmanalyticsevaluationreportscreate | posthog.posthog_llmanalyticsevaluationreportscreate | Write write |
integration__posthog__posthog_llmanalyticsevaluationreportsretrieve | posthog.posthog_llmanalyticsevaluationreportsretrieve | Read read |
integration__posthog__posthog_llmanalyticsevaluationreportsupdate | posthog.posthog_llmanalyticsevaluationreportsupdate | Write write |
integration__posthog__posthog_llmanalyticsevaluationreportspartialupdate | posthog.posthog_llmanalyticsevaluationreportspartialupdate | Write write |
integration__posthog__posthog_llmanalyticsevaluationreportsdestroy | posthog.posthog_llmanalyticsevaluationreportsdestroy | Write write |
integration__posthog__posthog_llmanalyticsevaluationreportsgeneratecreate | posthog.posthog_llmanalyticsevaluationreportsgeneratecreate | Write write |
integration__posthog__posthog_llmanalyticsevaluationreportsrunslist | posthog.posthog_llmanalyticsevaluationreportsrunslist | Read read |
integration__posthog__posthog_llmanalyticsevaluationsummarycreate | posthog.posthog_llmanalyticsevaluationsummarycreate | Write write |
integration__posthog__posthog_llmanalyticsmodelsretrieve | posthog.posthog_llmanalyticsmodelsretrieve | Read read |
integration__posthog__posthog_llmanalyticsofflineevaluationsexperimentitemscreate | posthog.posthog_llmanalyticsofflineevaluationsexperimentitemscreate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeyvalidationscreate | posthog.posthog_llmanalyticsproviderkeyvalidationscreate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeyslist | posthog.posthog_llmanalyticsproviderkeyslist | Read read |
integration__posthog__posthog_llmanalyticsproviderkeyscreate | posthog.posthog_llmanalyticsproviderkeyscreate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeysretrieve | posthog.posthog_llmanalyticsproviderkeysretrieve | Read read |
integration__posthog__posthog_llmanalyticsproviderkeysupdate | posthog.posthog_llmanalyticsproviderkeysupdate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeyspartialupdate | posthog.posthog_llmanalyticsproviderkeyspartialupdate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeysdestroy | posthog.posthog_llmanalyticsproviderkeysdestroy | Write write |
integration__posthog__posthog_llmanalyticsproviderkeysassigncreate | posthog.posthog_llmanalyticsproviderkeysassigncreate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeysdependentconfigsretrieve | posthog.posthog_llmanalyticsproviderkeysdependentconfigsretrieve | Read read |
integration__posthog__posthog_llmanalyticsproviderkeysvalidatecreate | posthog.posthog_llmanalyticsproviderkeysvalidatecreate | Write write |
integration__posthog__posthog_llmanalyticsproviderkeystrialevaluationsretrieve | posthog.posthog_llmanalyticsproviderkeystrialevaluationsretrieve | Read read |
integration__posthog__posthog_llmanalyticsreviewqueueitemslist | posthog.posthog_llmanalyticsreviewqueueitemslist | Read read |
integration__posthog__posthog_llmanalyticsreviewqueueitemscreate | posthog.posthog_llmanalyticsreviewqueueitemscreate | Write write |
integration__posthog__posthog_llmanalyticsreviewqueueitemsretrieve | posthog.posthog_llmanalyticsreviewqueueitemsretrieve | Read read |
integration__posthog__posthog_llmanalyticsreviewqueueitemspartialupdate | posthog.posthog_llmanalyticsreviewqueueitemspartialupdate | Write write |
integration__posthog__posthog_llmanalyticsreviewqueueitemsdestroy | posthog.posthog_llmanalyticsreviewqueueitemsdestroy | Write write |
integration__posthog__posthog_llmanalyticsreviewqueueslist | posthog.posthog_llmanalyticsreviewqueueslist | Read read |
integration__posthog__posthog_llmanalyticsreviewqueuescreate | posthog.posthog_llmanalyticsreviewqueuescreate | Write write |
integration__posthog__posthog_llmanalyticsreviewqueuesretrieve | posthog.posthog_llmanalyticsreviewqueuesretrieve | Read read |
integration__posthog__posthog_llmanalyticsreviewqueuespartialupdate | posthog.posthog_llmanalyticsreviewqueuespartialupdate | Write write |
integration__posthog__posthog_llmanalyticsreviewqueuesdestroy | posthog.posthog_llmanalyticsreviewqueuesdestroy | Write write |
integration__posthog__posthog_llmanalyticsscoredefinitionslist | posthog.posthog_llmanalyticsscoredefinitionslist | Read read |
integration__posthog__posthog_llmanalyticsscoredefinitionscreate | posthog.posthog_llmanalyticsscoredefinitionscreate | Write write |
integration__posthog__posthog_llmanalyticsscoredefinitionsretrieve | posthog.posthog_llmanalyticsscoredefinitionsretrieve | Read read |
integration__posthog__posthog_llmanalyticsscoredefinitionspartialupdate | posthog.posthog_llmanalyticsscoredefinitionspartialupdate | Write write |
integration__posthog__posthog_llmanalyticsscoredefinitionsnewversioncreate | posthog.posthog_llmanalyticsscoredefinitionsnewversioncreate | Write write |
integration__posthog__posthog_llmanalyticssentimentcreate | posthog.posthog_llmanalyticssentimentcreate | Write write |
integration__posthog__posthog_llmanalyticssentimentgenerationscreate | posthog.posthog_llmanalyticssentimentgenerationscreate | Write write |
integration__posthog__posthog_llmanalyticssummarizationcreate | posthog.posthog_llmanalyticssummarizationcreate | Write write |
integration__posthog__posthog_llmanalyticssummarizationbatchcheckcreate | posthog.posthog_llmanalyticssummarizationbatchcheckcreate | Write write |
integration__posthog__posthog_llmanalyticstextreprcreate | posthog.posthog_llmanalyticstextreprcreate | Write write |
integration__posthog__posthog_llmanalyticstracereviewslist | posthog.posthog_llmanalyticstracereviewslist | Read read |
integration__posthog__posthog_llmanalyticstracereviewscreate | posthog.posthog_llmanalyticstracereviewscreate | Write write |
integration__posthog__posthog_llmanalyticstracereviewsretrieve | posthog.posthog_llmanalyticstracereviewsretrieve | Read read |
integration__posthog__posthog_llmanalyticstracereviewspartialupdate | posthog.posthog_llmanalyticstracereviewspartialupdate | Write write |
integration__posthog__posthog_llmanalyticstracereviewsdestroy | posthog.posthog_llmanalyticstracereviewsdestroy | Write write |
integration__posthog__posthog_llmanalyticstranslatecreate | posthog.posthog_llmanalyticstranslatecreate | Write write |
integration__posthog__posthog_llmpromptslist | posthog.posthog_llmpromptslist | Read read |
integration__posthog__posthog_llmpromptscreate | posthog.posthog_llmpromptscreate | Write write |
integration__posthog__posthog_llmpromptsnameretrieve | posthog.posthog_llmpromptsnameretrieve | Read read |
integration__posthog__posthog_llmpromptsnamepartialupdate | posthog.posthog_llmpromptsnamepartialupdate | Write write |
integration__posthog__posthog_llmpromptsnamearchivecreate | posthog.posthog_llmpromptsnamearchivecreate | Write write |
integration__posthog__posthog_llmpromptsnameduplicatecreate | posthog.posthog_llmpromptsnameduplicatecreate | Write write |
integration__posthog__posthog_llmpromptsresolvenameretrieve | posthog.posthog_llmpromptsresolvenameretrieve | Read read |
integration__posthog__posthog_llmskillslist | posthog.posthog_llmskillslist | Read read |
integration__posthog__posthog_llmskillscreate | posthog.posthog_llmskillscreate | Write write |
integration__posthog__posthog_llmskillsnameretrieve | posthog.posthog_llmskillsnameretrieve | Read read |
integration__posthog__posthog_llmskillsnamepartialupdate | posthog.posthog_llmskillsnamepartialupdate | Write write |
integration__posthog__posthog_llmskillsnamearchivecreate | posthog.posthog_llmskillsnamearchivecreate | Write write |
integration__posthog__posthog_llmskillsnameduplicatecreate | posthog.posthog_llmskillsnameduplicatecreate | Write write |
integration__posthog__posthog_llmskillsnamefilescreate | posthog.posthog_llmskillsnamefilescreate | Write write |
integration__posthog__posthog_llmskillsnamefilesrenamecreate | posthog.posthog_llmskillsnamefilesrenamecreate | Write write |
integration__posthog__posthog_llmskillsnamefilesretrieve | posthog.posthog_llmskillsnamefilesretrieve | Read read |
integration__posthog__posthog_llmskillsnamefilesdestroy | posthog.posthog_llmskillsnamefilesdestroy | Write write |
integration__posthog__posthog_llmskillsresolvenameretrieve | posthog.posthog_llmskillsresolvenameretrieve | Read read |
integration__posthog__posthog_logsexplain_log_with_a_icreate | posthog.posthog_logsexplain_log_with_a_icreate | Write write |
integration__posthog__posthog_logsviewslist | posthog.posthog_logsviewslist | Read read |
integration__posthog__posthog_logsviewscreate | posthog.posthog_logsviewscreate | Write write |
integration__posthog__posthog_logsviewsretrieve | posthog.posthog_logsviewsretrieve | Read read |
integration__posthog__posthog_logsviewsupdate | posthog.posthog_logsviewsupdate | Write write |
integration__posthog__posthog_logsviewspartialupdate | posthog.posthog_logsviewspartialupdate | Write write |
integration__posthog__posthog_logsviewsdestroy | posthog.posthog_logsviewsdestroy | Write write |
integration__posthog__posthog_managedviewsetsretrieve | posthog.posthog_managedviewsetsretrieve | Read read |
integration__posthog__posthog_managedviewsetsupdate | posthog.posthog_managedviewsetsupdate | Write write |
integration__posthog__posthog_maxtoolscreateandqueryinsightcreate | posthog.posthog_maxtoolscreateandqueryinsightcreate | Write write |
integration__posthog__posthog_mcpserverinstallationslist | posthog.posthog_mcpserverinstallationslist | Read read |
integration__posthog__posthog_mcpserverinstallationscreate | posthog.posthog_mcpserverinstallationscreate | Write write |
integration__posthog__posthog_mcpserverinstallationsretrieve | posthog.posthog_mcpserverinstallationsretrieve | Read read |
integration__posthog__posthog_mcpserverinstallationsupdate | posthog.posthog_mcpserverinstallationsupdate | Write write |
integration__posthog__posthog_mcpserverinstallationspartialupdate | posthog.posthog_mcpserverinstallationspartialupdate | Write write |
integration__posthog__posthog_mcpserverinstallationsdestroy | posthog.posthog_mcpserverinstallationsdestroy | Write write |
integration__posthog__posthog_mcpserverinstallationsproxycreate | posthog.posthog_mcpserverinstallationsproxycreate | Write write |
integration__posthog__posthog_mcpserverinstallationstoolsretrieve | posthog.posthog_mcpserverinstallationstoolsretrieve | Read read |
integration__posthog__posthog_mcpserverinstallationstoolspartialupdate | posthog.posthog_mcpserverinstallationstoolspartialupdate | Write write |
integration__posthog__posthog_mcpserverinstallationstoolsrefreshcreate | posthog.posthog_mcpserverinstallationstoolsrefreshcreate | Write write |
integration__posthog__posthog_mcpserverinstallationsauthorizeretrieve | posthog.posthog_mcpserverinstallationsauthorizeretrieve | Read read |
integration__posthog__posthog_mcpserverinstallationsinstallcustomcreate | posthog.posthog_mcpserverinstallationsinstallcustomcreate | Write write |
integration__posthog__posthog_mcpserverinstallationsinstalltemplatecreate | posthog.posthog_mcpserverinstallationsinstalltemplatecreate | Write write |
integration__posthog__posthog_mcpserverslist | posthog.posthog_mcpserverslist | Read read |
integration__posthog__posthog_mcptoolscreate | posthog.posthog_mcptoolscreate | Write write |
integration__posthog__posthog_docssearch | posthog.posthog_docssearch | Write write |
integration__posthog__posthog_retrievesessionsummariesconfig | posthog.posthog_retrievesessionsummariesconfig | Read read |
integration__posthog__posthog_updatesessionsummariesconfig | posthog.posthog_updatesessionsummariesconfig | Write write |
integration__posthog__posthog_createsessionsummaries | posthog.posthog_createsessionsummaries | Write write |
integration__posthog__posthog_createsessionsummariesindividually | posthog.posthog_createsessionsummariesindividually | Write write |
integration__posthog__posthog_subscriptionsdeliverieslist | posthog.posthog_subscriptionsdeliverieslist | Read read |
integration__posthog__posthog_subscriptionsdeliveriesretrieve | posthog.posthog_subscriptionsdeliveriesretrieve | Read read |
integration__posthog__posthog_taggerslist | posthog.posthog_taggerslist | Read read |
integration__posthog__posthog_taggerscreate | posthog.posthog_taggerscreate | Write write |
integration__posthog__posthog_taggersretrieve | posthog.posthog_taggersretrieve | Read read |
integration__posthog__posthog_taggersupdate | posthog.posthog_taggersupdate | Write write |
integration__posthog__posthog_taggerspartialupdate | posthog.posthog_taggerspartialupdate | Write write |
integration__posthog__posthog_taggersdestroy | posthog.posthog_taggersdestroy | Write write |
integration__posthog__posthog_taggerstesthogcreate | posthog.posthog_taggerstesthogcreate | Write write |
integration__posthog__posthog_tracingspansattributesretrieve | posthog.posthog_tracingspansattributesretrieve | Read read |
integration__posthog__posthog_tracingspansquerycreate | posthog.posthog_tracingspansquerycreate | Write write |
integration__posthog__posthog_tracingspansservicenamesretrieve | posthog.posthog_tracingspansservicenamesretrieve | Read read |
integration__posthog__posthog_tracingspanssparklinecreate | posthog.posthog_tracingspanssparklinecreate | Write write |
integration__posthog__posthog_tracingspanstracecreate | posthog.posthog_tracingspanstracecreate | Write write |
integration__posthog__posthog_tracingspansvaluesretrieve | posthog.posthog_tracingspansvaluesretrieve | Read read |
integration__posthog__posthog_userinterviewslist | posthog.posthog_userinterviewslist | Read read |
integration__posthog__posthog_userinterviewscreate | posthog.posthog_userinterviewscreate | Write write |
integration__posthog__posthog_userinterviewsretrieve | posthog.posthog_userinterviewsretrieve | Read read |
integration__posthog__posthog_userinterviewsupdate | posthog.posthog_userinterviewsupdate | Write write |
integration__posthog__posthog_userinterviewspartialupdate | posthog.posthog_userinterviewspartialupdate | Write write |
integration__posthog__posthog_userinterviewsdestroy | posthog.posthog_userinterviewsdestroy | Write write |
integration__posthog__posthog_webanalyticsweeklydigest | posthog.posthog_webanalyticsweeklydigest | Read read |
integration__posthog__posthog_webvitalsretrieve | posthog.posthog_webvitalsretrieve | Read read |
integration__posthog__posthog_list | posthog.posthog_list | Read read |
integration__posthog__posthog_create | posthog.posthog_create | Write write |
integration__posthog__posthog_retrieve | posthog.posthog_retrieve | Read read |
integration__posthog__posthog_update | posthog.posthog_update | Write write |
integration__posthog__posthog_partialupdate | posthog.posthog_partialupdate | Write write |
integration__posthog__posthog_destroy | posthog.posthog_destroy | Write write |
integration__posthog__posthog_orgorganizationsbatchexportslist | posthog.posthog_orgorganizationsbatchexportslist | Read read |
integration__posthog__posthog_orgorganizationsbatchexportscreate | posthog.posthog_orgorganizationsbatchexportscreate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportsretrieve | posthog.posthog_orgorganizationsbatchexportsretrieve | Read read |
integration__posthog__posthog_orgorganizationsbatchexportsupdate | posthog.posthog_orgorganizationsbatchexportsupdate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportspartialupdate | posthog.posthog_orgorganizationsbatchexportspartialupdate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportsdestroy | posthog.posthog_orgorganizationsbatchexportsdestroy | Write write |
integration__posthog__posthog_orgorganizationsbatchexportslogsretrieve | posthog.posthog_orgorganizationsbatchexportslogsretrieve | Read read |
integration__posthog__posthog_orgorganizationsbatchexportspausecreate | posthog.posthog_orgorganizationsbatchexportspausecreate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportsrunteststepcreate | posthog.posthog_orgorganizationsbatchexportsrunteststepcreate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportsunpausecreate | posthog.posthog_orgorganizationsbatchexportsunpausecreate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportsrunteststepnewcreate | posthog.posthog_orgorganizationsbatchexportsrunteststepnewcreate | Write write |
integration__posthog__posthog_orgorganizationsbatchexportstestretrieve | posthog.posthog_orgorganizationsbatchexportstestretrieve | Read read |
integration__posthog__posthog_domainslist | posthog.posthog_domainslist | Read read |
integration__posthog__posthog_domainscreate | posthog.posthog_domainscreate | Write write |
integration__posthog__posthog_domainsretrieve | posthog.posthog_domainsretrieve | Read read |
integration__posthog__posthog_domainsupdate | posthog.posthog_domainsupdate | Write write |
integration__posthog__posthog_domainspartialupdate | posthog.posthog_domainspartialupdate | Write write |
integration__posthog__posthog_domainsdestroy | posthog.posthog_domainsdestroy | Write write |
integration__posthog__posthog_domainsscimlogsretrieve | posthog.posthog_domainsscimlogsretrieve | Read read |
integration__posthog__posthog_domainsscimtokencreate | posthog.posthog_domainsscimtokencreate | Write write |
integration__posthog__posthog_domainsverifycreate | posthog.posthog_domainsverifycreate | Write write |
integration__posthog__posthog_orgorganizationsintegrationslist | posthog.posthog_orgorganizationsintegrationslist | Read read |
integration__posthog__posthog_orgorganizationsintegrationsretrieve | posthog.posthog_orgorganizationsintegrationsretrieve | Read read |
integration__posthog__posthog_orgorganizationintegrationsdestroy | posthog.posthog_orgorganizationintegrationsdestroy | Write write |
integration__posthog__posthog_integrationsenvironmentmappingpartialupdate | posthog.posthog_integrationsenvironmentmappingpartialupdate | Write write |
integration__posthog__posthog_inviteslist | posthog.posthog_inviteslist | Read read |
integration__posthog__posthog_invitescreate | posthog.posthog_invitescreate | Write write |
integration__posthog__posthog_invitesdestroy | posthog.posthog_invitesdestroy | Write write |
integration__posthog__posthog_invitesbulkcreate | posthog.posthog_invitesbulkcreate | Write write |
integration__posthog__posthog_invitesdelegatecreate | posthog.posthog_invitesdelegatecreate | Write write |
integration__posthog__posthog_legaldocumentslist | posthog.posthog_legaldocumentslist | Read read |
integration__posthog__posthog_legaldocumentscreate | posthog.posthog_legaldocumentscreate | Write write |
integration__posthog__posthog_legaldocumentsretrieve | posthog.posthog_legaldocumentsretrieve | Read read |
integration__posthog__posthog_legaldocumentsdownloadretrieve | posthog.posthog_legaldocumentsdownloadretrieve | Read read |
integration__posthog__posthog_memberslist | posthog.posthog_memberslist | Read read |
integration__posthog__posthog_membersupdate | posthog.posthog_membersupdate | Write write |
integration__posthog__posthog_memberspartialupdate | posthog.posthog_memberspartialupdate | Write write |
integration__posthog__posthog_membersdestroy | posthog.posthog_membersdestroy | Write write |
integration__posthog__posthog_membersscopedapikeysretrieve | posthog.posthog_membersscopedapikeysretrieve | Read read |
integration__posthog__posthog_oauthapplicationslist | posthog.posthog_oauthapplicationslist | Read read |
integration__posthog__posthog_organizationsprojectslist | posthog.posthog_organizationsprojectslist | Read read |
integration__posthog__posthog_organizationsprojectscreate | posthog.posthog_organizationsprojectscreate | Write write |
integration__posthog__posthog_organizationsprojectsretrieve | posthog.posthog_organizationsprojectsretrieve | Read read |
integration__posthog__posthog_organizationsprojectsupdate | posthog.posthog_organizationsprojectsupdate | Write write |
integration__posthog__posthog_organizationsprojectspartialupdate | posthog.posthog_organizationsprojectspartialupdate | Write write |
integration__posthog__posthog_organizationsprojectsdestroy | posthog.posthog_organizationsprojectsdestroy | Write write |
integration__posthog__posthog_organizationsprojectsactivityretrieve | posthog.posthog_organizationsprojectsactivityretrieve | Read read |
integration__posthog__posthog_organizationsprojectsaddproductintentpartialupdate | posthog.posthog_organizationsprojectsaddproductintentpartialupdate | Write write |
integration__posthog__posthog_organizationsprojectschangeorganizationcreate | posthog.posthog_organizationsprojectschangeorganizationcreate | Write write |
integration__posthog__posthog_organizationsprojectscompleteproductonboardingpartialupdate | posthog.posthog_organizationsprojectscompleteproductonboardingpartialupdate | Write write |
integration__posthog__posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate | posthog.posthog_organizationsprojectsdeletesecrettokenbackuppartialupdate | Write write |
integration__posthog__posthog_organizationsprojectsgenerateconversationspublictokencreate | posthog.posthog_organizationsprojectsgenerateconversationspublictokencreate | Write write |
integration__posthog__posthog_organizationsprojectsisgeneratingdemodataretrieve | posthog.posthog_organizationsprojectsisgeneratingdemodataretrieve | Read read |
integration__posthog__posthog_organizationsprojectsresettokenpartialupdate | posthog.posthog_organizationsprojectsresettokenpartialupdate | Write write |
integration__posthog__posthog_organizationsprojectsrotatesecrettokenpartialupdate | posthog.posthog_organizationsprojectsrotatesecrettokenpartialupdate | Write write |
integration__posthog__posthog_proxyrecordslist | posthog.posthog_proxyrecordslist | Read read |
integration__posthog__posthog_proxyrecordscreate | posthog.posthog_proxyrecordscreate | Write write |
integration__posthog__posthog_proxyrecordsretrieve | posthog.posthog_proxyrecordsretrieve | Read read |
integration__posthog__posthog_proxyrecordsdestroy | posthog.posthog_proxyrecordsdestroy | Write write |
integration__posthog__posthog_proxyrecordsdiagnosecreate | posthog.posthog_proxyrecordsdiagnosecreate | Write write |
integration__posthog__posthog_proxyrecordsretrycreate | posthog.posthog_proxyrecordsretrycreate | Write write |
integration__posthog__posthog_roleexternalreferenceslist | posthog.posthog_roleexternalreferenceslist | Read read |
integration__posthog__posthog_roleexternalreferencescreate | posthog.posthog_roleexternalreferencescreate | Write write |
integration__posthog__posthog_roleexternalreferencesdestroy | posthog.posthog_roleexternalreferencesdestroy | Write write |
integration__posthog__posthog_roleexternalreferenceslookupretrieve | posthog.posthog_roleexternalreferenceslookupretrieve | Read read |
integration__posthog__posthog_roleslist | posthog.posthog_roleslist | Read read |
integration__posthog__posthog_rolescreate | posthog.posthog_rolescreate | Write write |
integration__posthog__posthog_rolesretrieve | posthog.posthog_rolesretrieve | Read read |
integration__posthog__posthog_rolesupdate | posthog.posthog_rolesupdate | Write write |
integration__posthog__posthog_rolespartialupdate | posthog.posthog_rolespartialupdate | Write write |
integration__posthog__posthog_rolesdestroy | posthog.posthog_rolesdestroy | Write write |
integration__posthog__posthog_rolesrolemembershipslist | posthog.posthog_rolesrolemembershipslist | Read read |
integration__posthog__posthog_rolesrolemembershipscreate | posthog.posthog_rolesrolemembershipscreate | Write write |
integration__posthog__posthog_rolesrolemembershipsretrieve | posthog.posthog_rolesrolemembershipsretrieve | Read read |
integration__posthog__posthog_rolesrolemembershipsdestroy | posthog.posthog_rolesrolemembershipsdestroy | Write write |
integration__posthog__posthog_welcomecurrentretrieve | posthog.posthog_welcomecurrentretrieve | Read read |
integration__posthog__posthog_actionslist | posthog.posthog_actionslist | Read read |
integration__posthog__posthog_actionscreate | posthog.posthog_actionscreate | Write write |
integration__posthog__posthog_actionsretrieve | posthog.posthog_actionsretrieve | Read read |
integration__posthog__posthog_actionsupdate | posthog.posthog_actionsupdate | Write write |
integration__posthog__posthog_actionspartialupdate | posthog.posthog_actionspartialupdate | Write write |
integration__posthog__posthog_actionsdestroy | posthog.posthog_actionsdestroy | Write write |
integration__posthog__posthog_actionsreferenceslist | posthog.posthog_actionsreferenceslist | Read read |
integration__posthog__posthog_actionsbulkupdatetagscreate | posthog.posthog_actionsbulkupdatetagscreate | Write write |
integration__posthog__posthog_activityloglist | posthog.posthog_activityloglist | Read read |
integration__posthog__posthog_advancedactivitylogslist | posthog.posthog_advancedactivitylogslist | Read read |
integration__posthog__posthog_advancedactivitylogsavailablefiltersretrieve | posthog.posthog_advancedactivitylogsavailablefiltersretrieve | Read read |
integration__posthog__posthog_advancedactivitylogsexportcreate | posthog.posthog_advancedactivitylogsexportcreate | Write write |
integration__posthog__posthog_alertslist | posthog.posthog_alertslist | Read read |
integration__posthog__posthog_alertscreate | posthog.posthog_alertscreate | Write write |
integration__posthog__posthog_alertsretrieve | posthog.posthog_alertsretrieve | Read read |
integration__posthog__posthog_alertsupdate | posthog.posthog_alertsupdate | Write write |
integration__posthog__posthog_alertspartialupdate | posthog.posthog_alertspartialupdate | Write write |
integration__posthog__posthog_alertsdestroy | posthog.posthog_alertsdestroy | Write write |
integration__posthog__posthog_alertssimulatecreate | posthog.posthog_alertssimulatecreate | Write write |
integration__posthog__posthog_annotationslist | posthog.posthog_annotationslist | Read read |
integration__posthog__posthog_annotationscreate | posthog.posthog_annotationscreate | Write write |
integration__posthog__posthog_annotationsretrieve | posthog.posthog_annotationsretrieve | Read read |
integration__posthog__posthog_annotationsupdate | posthog.posthog_annotationsupdate | Write write |
integration__posthog__posthog_annotationspartialupdate | posthog.posthog_annotationspartialupdate | Write write |
integration__posthog__posthog_annotationsdestroy | posthog.posthog_annotationsdestroy | Write write |
integration__posthog__posthog_batchexportslist | posthog.posthog_batchexportslist | Read read |
integration__posthog__posthog_batchexportscreate | posthog.posthog_batchexportscreate | Write write |
integration__posthog__posthog_batchexportsbackfillslist | posthog.posthog_batchexportsbackfillslist | Read read |
integration__posthog__posthog_batchexportsbackfillscreate | posthog.posthog_batchexportsbackfillscreate | Write write |
integration__posthog__posthog_batchexportsbackfillsretrieve | posthog.posthog_batchexportsbackfillsretrieve | Read read |
integration__posthog__posthog_batchexportsbackfillscancelcreate | posthog.posthog_batchexportsbackfillscancelcreate | Write write |
integration__posthog__posthog_batchexportsrunslist | posthog.posthog_batchexportsrunslist | Read read |
integration__posthog__posthog_batchexportsrunsretrieve | posthog.posthog_batchexportsrunsretrieve | Read read |
integration__posthog__posthog_batchexportsrunscancelcreate | posthog.posthog_batchexportsrunscancelcreate | Write write |
integration__posthog__posthog_batchexportsrunslogsretrieve | posthog.posthog_batchexportsrunslogsretrieve | Read read |
integration__posthog__posthog_batchexportsrunsretrycreate | posthog.posthog_batchexportsrunsretrycreate | Write write |
integration__posthog__posthog_batchexportsretrieve | posthog.posthog_batchexportsretrieve | Read read |
integration__posthog__posthog_batchexportsupdate | posthog.posthog_batchexportsupdate | Write write |
integration__posthog__posthog_batchexportspartialupdate | posthog.posthog_batchexportspartialupdate | Write write |
integration__posthog__posthog_batchexportsdestroy | posthog.posthog_batchexportsdestroy | Write write |
integration__posthog__posthog_batchexportslogsretrieve | posthog.posthog_batchexportslogsretrieve | Read read |
integration__posthog__posthog_batchexportspausecreate | posthog.posthog_batchexportspausecreate | Write write |
integration__posthog__posthog_batchexportsrunteststepcreate | posthog.posthog_batchexportsrunteststepcreate | Write write |
integration__posthog__posthog_batchexportsunpausecreate | posthog.posthog_batchexportsunpausecreate | Write write |
integration__posthog__posthog_batchexportsrunteststepnewcreate | posthog.posthog_batchexportsrunteststepnewcreate | Write write |
integration__posthog__posthog_batchexportstestretrieve | posthog.posthog_batchexportstestretrieve | Read read |
integration__posthog__posthog_cohortslist | posthog.posthog_cohortslist | Read read |
integration__posthog__posthog_cohortscreate | posthog.posthog_cohortscreate | Write write |
integration__posthog__posthog_cohortsretrieve | posthog.posthog_cohortsretrieve | Read read |
integration__posthog__posthog_cohortsupdate | posthog.posthog_cohortsupdate | Write write |
integration__posthog__posthog_cohortspartialupdate | posthog.posthog_cohortspartialupdate | Write write |
integration__posthog__posthog_cohortsdestroy | posthog.posthog_cohortsdestroy | Write write |
integration__posthog__posthog_cohortsactivityretrieve | posthog.posthog_cohortsactivityretrieve | Read read |
integration__posthog__posthog_cohortsaddpersonstostaticcohortpartialupdate | posthog.posthog_cohortsaddpersonstostaticcohortpartialupdate | Write write |
integration__posthog__posthog_cohortscalculationhistoryretrieve | posthog.posthog_cohortscalculationhistoryretrieve | Read read |
integration__posthog__posthog_cohortspersonsretrieve | posthog.posthog_cohortspersonsretrieve | Read read |
integration__posthog__posthog_cohortsremovepersonfromstaticcohortpartialupdate | posthog.posthog_cohortsremovepersonfromstaticcohortpartialupdate | Write write |
integration__posthog__posthog_cohortsallactivityretrieve | posthog.posthog_cohortsallactivityretrieve | Read read |
integration__posthog__posthog_commentslist | posthog.posthog_commentslist | Read read |
integration__posthog__posthog_commentscreate | posthog.posthog_commentscreate | Write write |
integration__posthog__posthog_commentsretrieve | posthog.posthog_commentsretrieve | Read read |
integration__posthog__posthog_commentsupdate | posthog.posthog_commentsupdate | Write write |
integration__posthog__posthog_commentspartialupdate | posthog.posthog_commentspartialupdate | Write write |
integration__posthog__posthog_commentsdestroy | posthog.posthog_commentsdestroy | Write write |
integration__posthog__posthog_commentscompletecreate | posthog.posthog_commentscompletecreate | Write write |
integration__posthog__posthog_commentsreopencreate | posthog.posthog_commentsreopencreate | Write write |
integration__posthog__posthog_commentsthreadretrieve | posthog.posthog_commentsthreadretrieve | Read read |
integration__posthog__posthog_commentscountretrieve | posthog.posthog_commentscountretrieve | Read read |
integration__posthog__posthog_conversationsticketslist | posthog.posthog_conversationsticketslist | Read read |
integration__posthog__posthog_conversationsticketscreate | posthog.posthog_conversationsticketscreate | Write write |
integration__posthog__posthog_conversationsticketsretrieve | posthog.posthog_conversationsticketsretrieve | Read read |
integration__posthog__posthog_conversationsticketsupdate | posthog.posthog_conversationsticketsupdate | Write write |
integration__posthog__posthog_conversationsticketspartialupdate | posthog.posthog_conversationsticketspartialupdate | Write write |
integration__posthog__posthog_conversationsticketsdestroy | posthog.posthog_conversationsticketsdestroy | Write write |
integration__posthog__posthog_conversationsticketssuggestreplycreate | posthog.posthog_conversationsticketssuggestreplycreate | Write write |
integration__posthog__posthog_conversationsticketsbulkupdatetagscreate | posthog.posthog_conversationsticketsbulkupdatetagscreate | Write write |
integration__posthog__posthog_conversationsticketsunreadcountretrieve | posthog.posthog_conversationsticketsunreadcountretrieve | Read read |
integration__posthog__posthog_dashboardtemplateslist | posthog.posthog_dashboardtemplateslist | Read read |
integration__posthog__posthog_dashboardtemplatescreate | posthog.posthog_dashboardtemplatescreate | Write write |
integration__posthog__posthog_dashboardtemplatesretrieve | posthog.posthog_dashboardtemplatesretrieve | Read read |
integration__posthog__posthog_dashboardtemplatesupdate | posthog.posthog_dashboardtemplatesupdate | Write write |
integration__posthog__posthog_dashboardtemplatespartialupdate | posthog.posthog_dashboardtemplatespartialupdate | Write write |
integration__posthog__posthog_dashboardtemplatesdestroy | posthog.posthog_dashboardtemplatesdestroy | Write write |
integration__posthog__posthog_dashboardtemplatescopybetweenprojectscreate | posthog.posthog_dashboardtemplatescopybetweenprojectscreate | Write write |
integration__posthog__posthog_dashboardtemplatesjsonschemaretrieve | posthog.posthog_dashboardtemplatesjsonschemaretrieve | Read read |
integration__posthog__posthog_dashboardslist | posthog.posthog_dashboardslist | Read read |
integration__posthog__posthog_dashboardscreate | posthog.posthog_dashboardscreate | Write write |
integration__posthog__posthog_dashboardscollaboratorslist | posthog.posthog_dashboardscollaboratorslist | Read read |
integration__posthog__posthog_dashboardscollaboratorscreate | posthog.posthog_dashboardscollaboratorscreate | Write write |
integration__posthog__posthog_dashboardscollaboratorsdestroy | posthog.posthog_dashboardscollaboratorsdestroy | Write write |
integration__posthog__posthog_dashboardssharinglist | posthog.posthog_dashboardssharinglist | Read read |
integration__posthog__posthog_dashboardssharingpasswordscreate | posthog.posthog_dashboardssharingpasswordscreate | Write write |
integration__posthog__posthog_dashboardssharingpasswordsdestroy | posthog.posthog_dashboardssharingpasswordsdestroy | Write write |
integration__posthog__posthog_dashboardssharingrefreshcreate | posthog.posthog_dashboardssharingrefreshcreate | Write write |
integration__posthog__posthog_dashboardsretrieve | posthog.posthog_dashboardsretrieve | Read read |
integration__posthog__posthog_dashboardsupdate | posthog.posthog_dashboardsupdate | Write write |
integration__posthog__posthog_dashboardspartialupdate | posthog.posthog_dashboardspartialupdate | Write write |
integration__posthog__posthog_dashboardsdestroy | posthog.posthog_dashboardsdestroy | Write write |
integration__posthog__posthog_dashboardsanalyzerefreshresultcreate | posthog.posthog_dashboardsanalyzerefreshresultcreate | Write write |
integration__posthog__posthog_dashboardscopytilecreate | posthog.posthog_dashboardscopytilecreate | Write write |
integration__posthog__posthog_dashboardsmovetilepartialupdate | posthog.posthog_dashboardsmovetilepartialupdate | Write write |
integration__posthog__posthog_dashboardsreordertilescreate | posthog.posthog_dashboardsreordertilescreate | Write write |
integration__posthog__posthog_dashboardsruninsightsretrieve | posthog.posthog_dashboardsruninsightsretrieve | Read read |
integration__posthog__posthog_dashboardssnapshotcreate | posthog.posthog_dashboardssnapshotcreate | Write write |
integration__posthog__posthog_dashboardsstreamtilesretrieve | posthog.posthog_dashboardsstreamtilesretrieve | Read read |
integration__posthog__posthog_dashboardsbulkupdatetagscreate | posthog.posthog_dashboardsbulkupdatetagscreate | Write write |
integration__posthog__posthog_dashboardscreatefromtemplatejsoncreate | posthog.posthog_dashboardscreatefromtemplatejsoncreate | Write write |
integration__posthog__posthog_dashboardscreateunlisteddashboardcreate | posthog.posthog_dashboardscreateunlisteddashboardcreate | Write write |
integration__posthog__posthog_datacolorthemeslist | posthog.posthog_datacolorthemeslist | Read read |
integration__posthog__posthog_datacolorthemescreate | posthog.posthog_datacolorthemescreate | Write write |
integration__posthog__posthog_datacolorthemesretrieve | posthog.posthog_datacolorthemesretrieve | Read read |
integration__posthog__posthog_datacolorthemesupdate | posthog.posthog_datacolorthemesupdate | Write write |
integration__posthog__posthog_datacolorthemespartialupdate | posthog.posthog_datacolorthemespartialupdate | Write write |
integration__posthog__posthog_datacolorthemesdestroy | posthog.posthog_datacolorthemesdestroy | Write write |
integration__posthog__posthog_datamodelingjobslist | posthog.posthog_datamodelingjobslist | Read read |
integration__posthog__posthog_datamodelingjobsretrieve | posthog.posthog_datamodelingjobsretrieve | Read read |
integration__posthog__posthog_datamodelingjobsrecentretrieve | posthog.posthog_datamodelingjobsrecentretrieve | Read read |
integration__posthog__posthog_datamodelingjobsrunningretrieve | posthog.posthog_datamodelingjobsrunningretrieve | Read read |
integration__posthog__posthog_datawarehousecheckdatabasenameretrieve | posthog.posthog_datawarehousecheckdatabasenameretrieve | Read read |
integration__posthog__posthog_datawarehousecompletedactivityretrieve | posthog.posthog_datawarehousecompletedactivityretrieve | Read read |
integration__posthog__posthog_datawarehousedatahealthissuesretrieve | posthog.posthog_datawarehousedatahealthissuesretrieve | Read read |
integration__posthog__posthog_datawarehousedataopsdashboardretrieve | posthog.posthog_datawarehousedataopsdashboardretrieve | Read read |
integration__posthog__posthog_datawarehousedeprovisioncreate | posthog.posthog_datawarehousedeprovisioncreate | Write write |
integration__posthog__posthog_datawarehousejobstatsretrieve | posthog.posthog_datawarehousejobstatsretrieve | Read read |
integration__posthog__posthog_datawarehousepropertyvaluesretrieve | posthog.posthog_datawarehousepropertyvaluesretrieve | Read read |
integration__posthog__posthog_datawarehouseprovisioncreate | posthog.posthog_datawarehouseprovisioncreate | Write write |
integration__posthog__posthog_datawarehouseresetpasswordcreate | posthog.posthog_datawarehouseresetpasswordcreate | Write write |
integration__posthog__posthog_datawarehouserunningactivityretrieve | posthog.posthog_datawarehouserunningactivityretrieve | Read read |
integration__posthog__posthog_datawarehousetotalrowsstatsretrieve | posthog.posthog_datawarehousetotalrowsstatsretrieve | Read read |
integration__posthog__posthog_datawarehousewarehousestatusretrieve | posthog.posthog_datawarehousewarehousestatusretrieve | Read read |
integration__posthog__posthog_datasetitemslist | posthog.posthog_datasetitemslist | Read read |
integration__posthog__posthog_datasetitemscreate | posthog.posthog_datasetitemscreate | Write write |
integration__posthog__posthog_datasetitemsretrieve | posthog.posthog_datasetitemsretrieve | Read read |
integration__posthog__posthog_datasetitemsupdate | posthog.posthog_datasetitemsupdate | Write write |
integration__posthog__posthog_datasetitemspartialupdate | posthog.posthog_datasetitemspartialupdate | Write write |
integration__posthog__posthog_datasetitemsdestroy | posthog.posthog_datasetitemsdestroy | Write write |
integration__posthog__posthog_datasetslist | posthog.posthog_datasetslist | Read read |
integration__posthog__posthog_datasetscreate | posthog.posthog_datasetscreate | Write write |
integration__posthog__posthog_datasetsretrieve | posthog.posthog_datasetsretrieve | Read read |
integration__posthog__posthog_datasetsupdate | posthog.posthog_datasetsupdate | Write write |
integration__posthog__posthog_datasetspartialupdate | posthog.posthog_datasetspartialupdate | Write write |
integration__posthog__posthog_datasetsdestroy | posthog.posthog_datasetsdestroy | Write write |
integration__posthog__posthog_earlyaccessfeaturelist | posthog.posthog_earlyaccessfeaturelist | Read read |
integration__posthog__posthog_earlyaccessfeaturecreate | posthog.posthog_earlyaccessfeaturecreate | Write write |
integration__posthog__posthog_earlyaccessfeatureretrieve | posthog.posthog_earlyaccessfeatureretrieve | Read read |
integration__posthog__posthog_earlyaccessfeatureupdate | posthog.posthog_earlyaccessfeatureupdate | Write write |
integration__posthog__posthog_earlyaccessfeaturepartialupdate | posthog.posthog_earlyaccessfeaturepartialupdate | Write write |
integration__posthog__posthog_earlyaccessfeaturedestroy | posthog.posthog_earlyaccessfeaturedestroy | Write write |
integration__posthog__posthog_elementslist | posthog.posthog_elementslist | Read read |
integration__posthog__posthog_elementscreate | posthog.posthog_elementscreate | Write write |
integration__posthog__posthog_elementsretrieve | posthog.posthog_elementsretrieve | Read read |
integration__posthog__posthog_elementsupdate | posthog.posthog_elementsupdate | Write write |
integration__posthog__posthog_elementspartialupdate | posthog.posthog_elementspartialupdate | Write write |
integration__posthog__posthog_elementsdestroy | posthog.posthog_elementsdestroy | Write write |
integration__posthog__posthog_elementsstatsretrieve | posthog.posthog_elementsstatsretrieve | Read read |
integration__posthog__posthog_elementsvaluesretrieve | posthog.posthog_elementsvaluesretrieve | Read read |
integration__posthog__posthog_endpointslist | posthog.posthog_endpointslist | Read read |
integration__posthog__posthog_endpointscreate | posthog.posthog_endpointscreate | Write write |
integration__posthog__posthog_endpointsretrieve | posthog.posthog_endpointsretrieve | Read read |
integration__posthog__posthog_endpointsupdate | posthog.posthog_endpointsupdate | Write write |
integration__posthog__posthog_endpointspartialupdate | posthog.posthog_endpointspartialupdate | Write write |
integration__posthog__posthog_endpointsdestroy | posthog.posthog_endpointsdestroy | Write write |
integration__posthog__posthog_endpointsmaterializationpreviewcreate | posthog.posthog_endpointsmaterializationpreviewcreate | Write write |
integration__posthog__posthog_endpointsmaterializationstatusretrieve | posthog.posthog_endpointsmaterializationstatusretrieve | Read read |
integration__posthog__posthog_endpointsopenapi_jsonretrieve | posthog.posthog_endpointsopenapi_jsonretrieve | Read read |
integration__posthog__posthog_endpointsrunretrieve | posthog.posthog_endpointsrunretrieve | Read read |
integration__posthog__posthog_endpointsruncreate | posthog.posthog_endpointsruncreate | Write write |
integration__posthog__posthog_endpointsversionslist | posthog.posthog_endpointsversionslist | Read read |
integration__posthog__posthog_endpointslastexecutiontimescreate | posthog.posthog_endpointslastexecutiontimescreate | Write write |
integration__posthog__posthog_environmentslist | posthog.posthog_environmentslist | Read read |
integration__posthog__posthog_environmentscreate | posthog.posthog_environmentscreate | Write write |
integration__posthog__posthog_environmentsretrieve | posthog.posthog_environmentsretrieve | Read read |
integration__posthog__posthog_environmentsupdate | posthog.posthog_environmentsupdate | Write write |
integration__posthog__posthog_environmentspartialupdate | posthog.posthog_environmentspartialupdate | Write write |
integration__posthog__posthog_environmentsdestroy | posthog.posthog_environmentsdestroy | Write write |
integration__posthog__posthog_environmentsactivityretrieve | posthog.posthog_environmentsactivityretrieve | Read read |
integration__posthog__posthog_environmentsaddproductintentpartialupdate | posthog.posthog_environmentsaddproductintentpartialupdate | Write write |
integration__posthog__posthog_environmentscompleteproductonboardingpartialupdate | posthog.posthog_environmentscompleteproductonboardingpartialupdate | Write write |
integration__posthog__posthog_environmentsdefaultevaluationcontextsretrieve | posthog.posthog_environmentsdefaultevaluationcontextsretrieve | Read read |
integration__posthog__posthog_environmentsdefaultevaluationcontextscreate | posthog.posthog_environmentsdefaultevaluationcontextscreate | Write write |
integration__posthog__posthog_environmentsdefaultevaluationcontextsdestroy | posthog.posthog_environmentsdefaultevaluationcontextsdestroy | Write write |
integration__posthog__posthog_environmentsdefaultreleaseconditionsretrieve | posthog.posthog_environmentsdefaultreleaseconditionsretrieve | Read read |
integration__posthog__posthog_environmentsdefaultreleaseconditionsupdate | posthog.posthog_environmentsdefaultreleaseconditionsupdate | Write write |
integration__posthog__posthog_environmentsdeletesecrettokenbackuppartialupdate | posthog.posthog_environmentsdeletesecrettokenbackuppartialupdate | Write write |
integration__posthog__posthog_environmentseventingestionrestrictionsretrieve | posthog.posthog_environmentseventingestionrestrictionsretrieve | Read read |
integration__posthog__posthog_environmentsexperimentsconfigretrieve | posthog.posthog_environmentsexperimentsconfigretrieve | Read read |
integration__posthog__posthog_environmentsexperimentsconfigpartialupdate | posthog.posthog_environmentsexperimentsconfigpartialupdate | Write write |
integration__posthog__posthog_environmentsgenerateconversationspublictokencreate | posthog.posthog_environmentsgenerateconversationspublictokencreate | Write write |
integration__posthog__posthog_environmentsisgeneratingdemodataretrieve | posthog.posthog_environmentsisgeneratingdemodataretrieve | Read read |
integration__posthog__posthog_environmentsresettokenpartialupdate | posthog.posthog_environmentsresettokenpartialupdate | Write write |
integration__posthog__posthog_environmentsrotatesecrettokenpartialupdate | posthog.posthog_environmentsrotatesecrettokenpartialupdate | Write write |
integration__posthog__posthog_environmentssettingsasofretrieve | posthog.posthog_environmentssettingsasofretrieve | Read read |
integration__posthog__posthog_errortrackingreleaseslist | posthog.posthog_errortrackingreleaseslist | Read read |
integration__posthog__posthog_errortrackingreleasescreate | posthog.posthog_errortrackingreleasescreate | Write write |
integration__posthog__posthog_errortrackingreleasesretrieve | posthog.posthog_errortrackingreleasesretrieve | Read read |
integration__posthog__posthog_errortrackingreleasesupdate | posthog.posthog_errortrackingreleasesupdate | Write write |
integration__posthog__posthog_errortrackingreleasespartialupdate | posthog.posthog_errortrackingreleasespartialupdate | Write write |
integration__posthog__posthog_errortrackingreleasesdestroy | posthog.posthog_errortrackingreleasesdestroy | Write write |
integration__posthog__posthog_errortrackingreleaseshashretrieve | posthog.posthog_errortrackingreleaseshashretrieve | Read read |
integration__posthog__posthog_errortrackingsymbolsetslist | posthog.posthog_errortrackingsymbolsetslist | Read read |
integration__posthog__posthog_errortrackingsymbolsetscreate | posthog.posthog_errortrackingsymbolsetscreate | Write write |
integration__posthog__posthog_errortrackingsymbolsetsretrieve | posthog.posthog_errortrackingsymbolsetsretrieve | Read read |
integration__posthog__posthog_errortrackingsymbolsetsupdate | posthog.posthog_errortrackingsymbolsetsupdate | Write write |
integration__posthog__posthog_errortrackingsymbolsetspartialupdate | posthog.posthog_errortrackingsymbolsetspartialupdate | Write write |
integration__posthog__posthog_errortrackingsymbolsetsdestroy | posthog.posthog_errortrackingsymbolsetsdestroy | Write write |
integration__posthog__posthog_errortrackingsymbolsetsdownloadretrieve | posthog.posthog_errortrackingsymbolsetsdownloadretrieve | Read read |
integration__posthog__posthog_errortrackingsymbolsetsfinishuploadupdate | posthog.posthog_errortrackingsymbolsetsfinishuploadupdate | Write write |
integration__posthog__posthog_errortrackingsymbolsetsbulkdeletecreate | posthog.posthog_errortrackingsymbolsetsbulkdeletecreate | Write write |
integration__posthog__posthog_errortrackingsymbolsetsbulkfinishuploadcreate | posthog.posthog_errortrackingsymbolsetsbulkfinishuploadcreate | Write write |
integration__posthog__posthog_errortrackingsymbolsetsbulkstartuploadcreate | posthog.posthog_errortrackingsymbolsetsbulkstartuploadcreate | Write write |
integration__posthog__posthog_errortrackingsymbolsetsstartuploadcreate | posthog.posthog_errortrackingsymbolsetsstartuploadcreate | Write write |
integration__posthog__posthog_eventdefinitionslist | posthog.posthog_eventdefinitionslist | Read read |
integration__posthog__posthog_eventdefinitionscreate | posthog.posthog_eventdefinitionscreate | Write write |
integration__posthog__posthog_eventdefinitionsretrieve | posthog.posthog_eventdefinitionsretrieve | Read read |
integration__posthog__posthog_eventdefinitionsupdate | posthog.posthog_eventdefinitionsupdate | Write write |
integration__posthog__posthog_eventdefinitionspartialupdate | posthog.posthog_eventdefinitionspartialupdate | Write write |
integration__posthog__posthog_eventdefinitionsdestroy | posthog.posthog_eventdefinitionsdestroy | Write write |
integration__posthog__posthog_eventdefinitionsmetricsretrieve | posthog.posthog_eventdefinitionsmetricsretrieve | Read read |
integration__posthog__posthog_eventdefinitionsbulkupdatetagscreate | posthog.posthog_eventdefinitionsbulkupdatetagscreate | Write write |
integration__posthog__posthog_eventdefinitionsbynameretrieve | posthog.posthog_eventdefinitionsbynameretrieve | Read read |
integration__posthog__posthog_eventdefinitionsgolangretrieve | posthog.posthog_eventdefinitionsgolangretrieve | Read read |
integration__posthog__posthog_eventdefinitionsprimarypropertiesretrieve | posthog.posthog_eventdefinitionsprimarypropertiesretrieve | Read read |
integration__posthog__posthog_eventdefinitionspythonretrieve | posthog.posthog_eventdefinitionspythonretrieve | Read read |
integration__posthog__posthog_eventdefinitionstypescriptretrieve | posthog.posthog_eventdefinitionstypescriptretrieve | Read read |
integration__posthog__posthog_eventschemaslist | posthog.posthog_eventschemaslist | Read read |
integration__posthog__posthog_eventschemascreate | posthog.posthog_eventschemascreate | Write write |
integration__posthog__posthog_eventschemasupdate | posthog.posthog_eventschemasupdate | Write write |
integration__posthog__posthog_eventschemaspartialupdate | posthog.posthog_eventschemaspartialupdate | Write write |
integration__posthog__posthog_eventschemasdestroy | posthog.posthog_eventschemasdestroy | Write write |
integration__posthog__posthog_eventslist | posthog.posthog_eventslist | Read read |
integration__posthog__posthog_eventsretrieve | posthog.posthog_eventsretrieve | Read read |
integration__posthog__posthog_eventsvaluesretrieve | posthog.posthog_eventsvaluesretrieve | Read read |
integration__posthog__posthog_experimentholdoutslist | posthog.posthog_experimentholdoutslist | Read read |
integration__posthog__posthog_experimentholdoutscreate | posthog.posthog_experimentholdoutscreate | Write write |
integration__posthog__posthog_experimentholdoutsretrieve | posthog.posthog_experimentholdoutsretrieve | Read read |
integration__posthog__posthog_experimentholdoutsupdate | posthog.posthog_experimentholdoutsupdate | Write write |
integration__posthog__posthog_experimentholdoutspartialupdate | posthog.posthog_experimentholdoutspartialupdate | Write write |
integration__posthog__posthog_experimentholdoutsdestroy | posthog.posthog_experimentholdoutsdestroy | Write write |
integration__posthog__posthog_experimentsavedmetricslist | posthog.posthog_experimentsavedmetricslist | Read read |
integration__posthog__posthog_experimentsavedmetricscreate | posthog.posthog_experimentsavedmetricscreate | Write write |
integration__posthog__posthog_experimentsavedmetricsretrieve | posthog.posthog_experimentsavedmetricsretrieve | Read read |
integration__posthog__posthog_experimentsavedmetricsupdate | posthog.posthog_experimentsavedmetricsupdate | Write write |
integration__posthog__posthog_experimentsavedmetricspartialupdate | posthog.posthog_experimentsavedmetricspartialupdate | Write write |
integration__posthog__posthog_experimentsavedmetricsdestroy | posthog.posthog_experimentsavedmetricsdestroy | Write write |
integration__posthog__posthog_experimentslist | posthog.posthog_experimentslist | Read read |
integration__posthog__posthog_experimentscreate | posthog.posthog_experimentscreate | Write write |
integration__posthog__posthog_experimentsretrieve | posthog.posthog_experimentsretrieve | Read read |
integration__posthog__posthog_experimentsupdate | posthog.posthog_experimentsupdate | Write write |
integration__posthog__posthog_experimentspartialupdate | posthog.posthog_experimentspartialupdate | Write write |
integration__posthog__posthog_experimentsdestroy | posthog.posthog_experimentsdestroy | Write write |
integration__posthog__posthog_experimentsarchivecreate | posthog.posthog_experimentsarchivecreate | Write write |
integration__posthog__posthog_experimentscopytoprojectcreate | posthog.posthog_experimentscopytoprojectcreate | Write write |
integration__posthog__posthog_experimentscreateexposurecohortforexperimentcreate | posthog.posthog_experimentscreateexposurecohortforexperimentcreate | Write write |
integration__posthog__posthog_experimentsduplicatecreate | posthog.posthog_experimentsduplicatecreate | Write write |
integration__posthog__posthog_experimentsendcreate | posthog.posthog_experimentsendcreate | Write write |
integration__posthog__posthog_experimentslaunchcreate | posthog.posthog_experimentslaunchcreate | Write write |
integration__posthog__posthog_experimentspausecreate | posthog.posthog_experimentspausecreate | Write write |
integration__posthog__posthog_experimentsrecalculatetimeseriescreate | posthog.posthog_experimentsrecalculatetimeseriescreate | Write write |
integration__posthog__posthog_experimentsresetcreate | posthog.posthog_experimentsresetcreate | Write write |
integration__posthog__posthog_experimentsresumecreate | posthog.posthog_experimentsresumecreate | Write write |
integration__posthog__posthog_experimentsshipvariantcreate | posthog.posthog_experimentsshipvariantcreate | Write write |
integration__posthog__posthog_experimentstimeseriesresultsretrieve | posthog.posthog_experimentstimeseriesresultsretrieve | Read read |
integration__posthog__posthog_experimentsunarchivecreate | posthog.posthog_experimentsunarchivecreate | Write write |
integration__posthog__posthog_experimentseligiblefeatureflagsretrieve | posthog.posthog_experimentseligiblefeatureflagsretrieve | Read read |
integration__posthog__posthog_experimentsrequiresflagimplementationretrieve | posthog.posthog_experimentsrequiresflagimplementationretrieve | Read read |
integration__posthog__posthog_experimentsstatsretrieve | posthog.posthog_experimentsstatsretrieve | Read read |
integration__posthog__posthog_exportslist | posthog.posthog_exportslist | Read read |
integration__posthog__posthog_exportscreate | posthog.posthog_exportscreate | Write write |
integration__posthog__posthog_exportsretrieve | posthog.posthog_exportsretrieve | Read read |
integration__posthog__posthog_exportscontentretrieve | posthog.posthog_exportscontentretrieve | Read read |
integration__posthog__posthog_externaldataschemaslist | posthog.posthog_externaldataschemaslist | Read read |
integration__posthog__posthog_externaldataschemascreate | posthog.posthog_externaldataschemascreate | Write write |
integration__posthog__posthog_externaldataschemasretrieve | posthog.posthog_externaldataschemasretrieve | Read read |
integration__posthog__posthog_externaldataschemasupdate | posthog.posthog_externaldataschemasupdate | Write write |
integration__posthog__posthog_externaldataschemaspartialupdate | posthog.posthog_externaldataschemaspartialupdate | Write write |
integration__posthog__posthog_externaldataschemasdestroy | posthog.posthog_externaldataschemasdestroy | Write write |
integration__posthog__posthog_externaldataschemascancelcreate | posthog.posthog_externaldataschemascancelcreate | Write write |
integration__posthog__posthog_externaldataschemasdeletedatadestroy | posthog.posthog_externaldataschemasdeletedatadestroy | Write write |
integration__posthog__posthog_externaldataschemasincrementalfieldscreate | posthog.posthog_externaldataschemasincrementalfieldscreate | Write write |
integration__posthog__posthog_externaldataschemasreloadcreate | posthog.posthog_externaldataschemasreloadcreate | Write write |
integration__posthog__posthog_externaldataschemasresynccreate | posthog.posthog_externaldataschemasresynccreate | Write write |
integration__posthog__posthog_externaldatasourceslist | posthog.posthog_externaldatasourceslist | Read read |
integration__posthog__posthog_externaldatasourcescreate | posthog.posthog_externaldatasourcescreate | Write write |
integration__posthog__posthog_externaldatasourcesretrieve | posthog.posthog_externaldatasourcesretrieve | Read read |
integration__posthog__posthog_externaldatasourcesupdate | posthog.posthog_externaldatasourcesupdate | Write write |
integration__posthog__posthog_externaldatasourcespartialupdate | posthog.posthog_externaldatasourcespartialupdate | Write write |
integration__posthog__posthog_externaldatasourcesdestroy | posthog.posthog_externaldatasourcesdestroy | Write write |
integration__posthog__posthog_externaldatasourcesbulkupdateschemaspartialupdate | posthog.posthog_externaldatasourcesbulkupdateschemaspartialupdate | Write write |
integration__posthog__posthog_externaldatasourcescreatewebhookcreate | posthog.posthog_externaldatasourcescreatewebhookcreate | Write write |
integration__posthog__posthog_externaldatasourcesdeletewebhookcreate | posthog.posthog_externaldatasourcesdeletewebhookcreate | Write write |
integration__posthog__posthog_externaldatasourcesjobsretrieve | posthog.posthog_externaldatasourcesjobsretrieve | Read read |
integration__posthog__posthog_externaldatasourcesrefreshschemascreate | posthog.posthog_externaldatasourcesrefreshschemascreate | Write write |
integration__posthog__posthog_externaldatasourcesreloadcreate | posthog.posthog_externaldatasourcesreloadcreate | Write write |
integration__posthog__posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate | posthog.posthog_externaldatasourcesrevenueanalyticsconfigpartialupdate | Write write |
integration__posthog__posthog_externaldatasourcesupdatewebhookinputscreate | posthog.posthog_externaldatasourcesupdatewebhookinputscreate | Write write |
integration__posthog__posthog_externaldatasourceswebhookinforetrieve | posthog.posthog_externaldatasourceswebhookinforetrieve | Read read |
integration__posthog__posthog_externaldatasourcescheckcdcprerequisitescreate | posthog.posthog_externaldatasourcescheckcdcprerequisitescreate | Write write |
integration__posthog__posthog_externaldatasourcesconnectionslist | posthog.posthog_externaldatasourcesconnectionslist | Read read |
integration__posthog__posthog_externaldatasourcesdatabaseschemacreate | posthog.posthog_externaldatasourcesdatabaseschemacreate | Write write |
integration__posthog__posthog_externaldatasourcessourceprefixcreate | posthog.posthog_externaldatasourcessourceprefixcreate | Write write |
integration__posthog__posthog_externaldatasourceswizardretrieve | posthog.posthog_externaldatasourceswizardretrieve | Read read |
integration__posthog__posthog_featureflagslist | posthog.posthog_featureflagslist | Read read |
integration__posthog__posthog_featureflagscreate | posthog.posthog_featureflagscreate | Write write |
integration__posthog__posthog_featureflagsretrieve | posthog.posthog_featureflagsretrieve | Read read |
integration__posthog__posthog_featureflagsupdate | posthog.posthog_featureflagsupdate | Write write |
integration__posthog__posthog_featureflagspartialupdate | posthog.posthog_featureflagspartialupdate | Write write |
integration__posthog__posthog_featureflagsdestroy | posthog.posthog_featureflagsdestroy | Write write |
integration__posthog__posthog_featureflagsactivityretrieve | posthog.posthog_featureflagsactivityretrieve | Read read |
integration__posthog__posthog_featureflagscreatestaticcohortforflagcreate | posthog.posthog_featureflagscreatestaticcohortforflagcreate | Write write |
integration__posthog__posthog_featureflagsdashboardcreate | posthog.posthog_featureflagsdashboardcreate | Write write |
integration__posthog__posthog_featureflagsdependentflagslist | posthog.posthog_featureflagsdependentflagslist | Read read |
integration__posthog__posthog_featureflagsenrichusagedashboardcreate | posthog.posthog_featureflagsenrichusagedashboardcreate | Write write |
integration__posthog__posthog_featureflagsremoteconfigretrieve | posthog.posthog_featureflagsremoteconfigretrieve | Read read |
integration__posthog__posthog_featureflagsstatusretrieve | posthog.posthog_featureflagsstatusretrieve | Read read |
integration__posthog__posthog_featureflagstestevaluationcreate | posthog.posthog_featureflagstestevaluationcreate | Write write |
integration__posthog__posthog_featureflagsversionsretrieve | posthog.posthog_featureflagsversionsretrieve | Read read |
integration__posthog__posthog_featureflagsallactivityretrieve | posthog.posthog_featureflagsallactivityretrieve | Read read |
integration__posthog__posthog_featureflagsbulkdeletecreate | posthog.posthog_featureflagsbulkdeletecreate | Write write |
integration__posthog__posthog_featureflagsbulkkeyscreate | posthog.posthog_featureflagsbulkkeyscreate | Write write |
integration__posthog__posthog_featureflagsbulkupdatetagscreate | posthog.posthog_featureflagsbulkupdatetagscreate | Write write |
integration__posthog__posthog_featureflagsevaluationreasonsretrieve | posthog.posthog_featureflagsevaluationreasonsretrieve | Read read |
integration__posthog__posthog_featureflagslocalevaluationretrieve | posthog.posthog_featureflagslocalevaluationretrieve | Read read |
integration__posthog__posthog_featureflagsmatchingidsretrieve | posthog.posthog_featureflagsmatchingidsretrieve | Read read |
integration__posthog__posthog_featureflagsmyflagsretrieve | posthog.posthog_featureflagsmyflagsretrieve | Read read |
integration__posthog__posthog_featureflagsuserblastradiuscreate | posthog.posthog_featureflagsuserblastradiuscreate | Write write |
integration__posthog__posthog_filesystemlist | posthog.posthog_filesystemlist | Read read |
integration__posthog__posthog_filesystemcreate | posthog.posthog_filesystemcreate | Write write |
integration__posthog__posthog_filesystemretrieve | posthog.posthog_filesystemretrieve | Read read |
integration__posthog__posthog_filesystemupdate | posthog.posthog_filesystemupdate | Write write |
integration__posthog__posthog_filesystempartialupdate | posthog.posthog_filesystempartialupdate | Write write |
integration__posthog__posthog_filesystemdestroy | posthog.posthog_filesystemdestroy | Write write |
integration__posthog__posthog_filesystemcountcreate | posthog.posthog_filesystemcountcreate | Write write |
integration__posthog__posthog_filesystemlinkcreate | posthog.posthog_filesystemlinkcreate | Write write |
integration__posthog__posthog_filesystemmovecreate | posthog.posthog_filesystemmovecreate | Write write |
integration__posthog__posthog_filesystemcountbypathcreate | posthog.posthog_filesystemcountbypathcreate | Write write |
integration__posthog__posthog_filesystemlogviewretrieve | posthog.posthog_filesystemlogviewretrieve | Read read |
integration__posthog__posthog_filesystemlogviewcreate | posthog.posthog_filesystemlogviewcreate | Write write |
integration__posthog__posthog_filesystemundodeletecreate | posthog.posthog_filesystemundodeletecreate | Write write |
integration__posthog__posthog_filesystemunfiledretrieve | posthog.posthog_filesystemunfiledretrieve | Read read |
integration__posthog__posthog_filesystemshortcutlist | posthog.posthog_filesystemshortcutlist | Read read |
integration__posthog__posthog_filesystemshortcutcreate | posthog.posthog_filesystemshortcutcreate | Write write |
integration__posthog__posthog_filesystemshortcutretrieve | posthog.posthog_filesystemshortcutretrieve | Read read |
integration__posthog__posthog_filesystemshortcutupdate | posthog.posthog_filesystemshortcutupdate | Write write |
integration__posthog__posthog_filesystemshortcutpartialupdate | posthog.posthog_filesystemshortcutpartialupdate | Write write |
integration__posthog__posthog_filesystemshortcutdestroy | posthog.posthog_filesystemshortcutdestroy | Write write |
integration__posthog__posthog_filesystemshortcutreordercreate | posthog.posthog_filesystemshortcutreordercreate | Write write |
integration__posthog__posthog_flagvaluevaluesretrieve | posthog.posthog_flagvaluevaluesretrieve | Read read |
integration__posthog__posthog_groupslist | posthog.posthog_groupslist | Read read |
integration__posthog__posthog_groupscreate | posthog.posthog_groupscreate | Write write |
integration__posthog__posthog_groupsactivityretrieve | posthog.posthog_groupsactivityretrieve | Read read |
integration__posthog__posthog_groupsdeletepropertycreate | posthog.posthog_groupsdeletepropertycreate | Write write |
integration__posthog__posthog_groupsfindretrieve | posthog.posthog_groupsfindretrieve | Read read |
integration__posthog__posthog_groupspropertydefinitionsretrieve | posthog.posthog_groupspropertydefinitionsretrieve | Read read |
integration__posthog__posthog_groupspropertyvaluesretrieve | posthog.posthog_groupspropertyvaluesretrieve | Read read |
integration__posthog__posthog_groupsrelatedretrieve | posthog.posthog_groupsrelatedretrieve | Read read |
integration__posthog__posthog_groupsupdatepropertycreate | posthog.posthog_groupsupdatepropertycreate | Write write |
integration__posthog__posthog_groupstypeslist | posthog.posthog_groupstypeslist | Read read |
integration__posthog__posthog_groupstypesdestroy | posthog.posthog_groupstypesdestroy | Write write |
integration__posthog__posthog_groupstypesmetricslist | posthog.posthog_groupstypesmetricslist | Read read |
integration__posthog__posthog_groupstypesmetricscreate | posthog.posthog_groupstypesmetricscreate | Write write |
integration__posthog__posthog_groupstypesmetricsretrieve | posthog.posthog_groupstypesmetricsretrieve | Read read |
integration__posthog__posthog_groupstypesmetricsupdate | posthog.posthog_groupstypesmetricsupdate | Write write |
integration__posthog__posthog_groupstypesmetricspartialupdate | posthog.posthog_groupstypesmetricspartialupdate | Write write |
integration__posthog__posthog_groupstypesmetricsdestroy | posthog.posthog_groupstypesmetricsdestroy | Write write |
integration__posthog__posthog_groupstypescreatedetaildashboardupdate | posthog.posthog_groupstypescreatedetaildashboardupdate | Write write |
integration__posthog__posthog_groupstypessetdefaultcolumnsupdate | posthog.posthog_groupstypessetdefaultcolumnsupdate | Write write |
integration__posthog__posthog_groupstypesupdatemetadatapartialupdate | posthog.posthog_groupstypesupdatemetadatapartialupdate | Write write |
integration__posthog__posthog_heatmapscreenshotscontentretrieve | posthog.posthog_heatmapscreenshotscontentretrieve | Read read |
integration__posthog__posthog_heatmapslist | posthog.posthog_heatmapslist | Read read |
integration__posthog__posthog_heatmapseventsretrieve | posthog.posthog_heatmapseventsretrieve | Read read |
integration__posthog__posthog_hogflowslist | posthog.posthog_hogflowslist | Read read |
integration__posthog__posthog_hogflowscreate | posthog.posthog_hogflowscreate | Write write |
integration__posthog__posthog_hogflowsretrieve | posthog.posthog_hogflowsretrieve | Read read |
integration__posthog__posthog_hogflowsupdate | posthog.posthog_hogflowsupdate | Write write |
integration__posthog__posthog_hogflowspartialupdate | posthog.posthog_hogflowspartialupdate | Write write |
integration__posthog__posthog_hogflowsdestroy | posthog.posthog_hogflowsdestroy | Write write |
integration__posthog__posthog_hogflowsbatchjobsretrieve | posthog.posthog_hogflowsbatchjobsretrieve | Read read |
integration__posthog__posthog_hogflowsbatchjobscreate | posthog.posthog_hogflowsbatchjobscreate | Write write |
integration__posthog__posthog_hogflowsblockedrunsretrieve | posthog.posthog_hogflowsblockedrunsretrieve | Read read |
integration__posthog__posthog_hogflowsinvocationscreate | posthog.posthog_hogflowsinvocationscreate | Write write |
integration__posthog__posthog_hogflowslogsretrieve | posthog.posthog_hogflowslogsretrieve | Read read |
integration__posthog__posthog_hogflowsmetricsretrieve | posthog.posthog_hogflowsmetricsretrieve | Read read |
integration__posthog__posthog_hogflowsmetricstotalsretrieve | posthog.posthog_hogflowsmetricstotalsretrieve | Read read |
integration__posthog__posthog_hogflowsreplayallblockedrunscreate | posthog.posthog_hogflowsreplayallblockedrunscreate | Write write |
integration__posthog__posthog_hogflowsreplayblockedruncreate | posthog.posthog_hogflowsreplayblockedruncreate | Write write |
integration__posthog__posthog_hogflowsscheduleslist | posthog.posthog_hogflowsscheduleslist | Read read |
integration__posthog__posthog_hogflowsschedulescreate | posthog.posthog_hogflowsschedulescreate | Write write |
integration__posthog__posthog_hogflowsschedulespartialupdate | posthog.posthog_hogflowsschedulespartialupdate | Write write |
integration__posthog__posthog_hogflowsschedulesdestroy | posthog.posthog_hogflowsschedulesdestroy | Write write |
integration__posthog__posthog_hogflowsbulkdeletecreate | posthog.posthog_hogflowsbulkdeletecreate | Write write |
integration__posthog__posthog_hogflowsuserblastradiuscreate | posthog.posthog_hogflowsuserblastradiuscreate | Write write |
integration__posthog__posthog_hogfunctiontemplateslist | posthog.posthog_hogfunctiontemplateslist | Read read |
integration__posthog__posthog_hogfunctiontemplatesretrieve | posthog.posthog_hogfunctiontemplatesretrieve | Read read |
integration__posthog__posthog_hogfunctionslist | posthog.posthog_hogfunctionslist | Read read |
integration__posthog__posthog_hogfunctionscreate | posthog.posthog_hogfunctionscreate | Write write |
integration__posthog__posthog_hogfunctionsretrieve | posthog.posthog_hogfunctionsretrieve | Read read |
integration__posthog__posthog_hogfunctionsupdate | posthog.posthog_hogfunctionsupdate | Write write |
integration__posthog__posthog_hogfunctionspartialupdate | posthog.posthog_hogfunctionspartialupdate | Write write |
integration__posthog__posthog_hogfunctionsdestroy | posthog.posthog_hogfunctionsdestroy | Write write |
integration__posthog__posthog_hogfunctionsenablebackfillscreate | posthog.posthog_hogfunctionsenablebackfillscreate | Write write |
integration__posthog__posthog_hogfunctionsinvocationscreate | posthog.posthog_hogfunctionsinvocationscreate | Write write |
integration__posthog__posthog_hogfunctionslogsretrieve | posthog.posthog_hogfunctionslogsretrieve | Read read |
integration__posthog__posthog_hogfunctionsmetricsretrieve | posthog.posthog_hogfunctionsmetricsretrieve | Read read |
integration__posthog__posthog_hogfunctionsmetricstotalsretrieve | posthog.posthog_hogfunctionsmetricstotalsretrieve | Read read |
integration__posthog__posthog_hogfunctionsiconretrieve | posthog.posthog_hogfunctionsiconretrieve | Read read |
integration__posthog__posthog_hogfunctionsiconsretrieve | posthog.posthog_hogfunctionsiconsretrieve | Read read |
integration__posthog__posthog_hogfunctionsrearrangepartialupdate | posthog.posthog_hogfunctionsrearrangepartialupdate | Write write |
integration__posthog__posthog_insightvariableslist | posthog.posthog_insightvariableslist | Read read |
integration__posthog__posthog_insightvariablescreate | posthog.posthog_insightvariablescreate | Write write |
integration__posthog__posthog_insightvariablesretrieve | posthog.posthog_insightvariablesretrieve | Read read |
integration__posthog__posthog_insightvariablesupdate | posthog.posthog_insightvariablesupdate | Write write |
integration__posthog__posthog_insightvariablespartialupdate | posthog.posthog_insightvariablespartialupdate | Write write |
integration__posthog__posthog_insightvariablesdestroy | posthog.posthog_insightvariablesdestroy | Write write |
integration__posthog__posthog_insightslist | posthog.posthog_insightslist | Read read |
integration__posthog__posthog_insightscreate | posthog.posthog_insightscreate | Write write |
integration__posthog__posthog_insightssharinglist | posthog.posthog_insightssharinglist | Read read |
integration__posthog__posthog_insightssharingpasswordscreate | posthog.posthog_insightssharingpasswordscreate | Write write |
integration__posthog__posthog_insightssharingpasswordsdestroy | posthog.posthog_insightssharingpasswordsdestroy | Write write |
integration__posthog__posthog_insightssharingrefreshcreate | posthog.posthog_insightssharingrefreshcreate | Write write |
integration__posthog__posthog_insightsthresholdslist | posthog.posthog_insightsthresholdslist | Read read |
integration__posthog__posthog_insightsthresholdsretrieve | posthog.posthog_insightsthresholdsretrieve | Read read |
integration__posthog__posthog_insightsretrieve | posthog.posthog_insightsretrieve | Read read |
integration__posthog__posthog_insightsupdate | posthog.posthog_insightsupdate | Write write |
integration__posthog__posthog_insightspartialupdate | posthog.posthog_insightspartialupdate | Write write |
integration__posthog__posthog_insightsdestroy | posthog.posthog_insightsdestroy | Write write |
integration__posthog__posthog_insightsactivityretrieve | posthog.posthog_insightsactivityretrieve | Read read |
integration__posthog__posthog_insightsanalyzeretrieve | posthog.posthog_insightsanalyzeretrieve | Read read |
integration__posthog__posthog_insightssuggestionsretrieve | posthog.posthog_insightssuggestionsretrieve | Read read |
integration__posthog__posthog_insightssuggestionscreate | posthog.posthog_insightssuggestionscreate | Write write |
integration__posthog__posthog_insightsallactivityretrieve | posthog.posthog_insightsallactivityretrieve | Read read |
integration__posthog__posthog_insightsbulkupdatetagscreate | posthog.posthog_insightsbulkupdatetagscreate | Write write |
integration__posthog__posthog_insightscancelcreate | posthog.posthog_insightscancelcreate | Write write |
integration__posthog__posthog_insightsgeneratemetadatacreate | posthog.posthog_insightsgeneratemetadatacreate | Write write |
integration__posthog__posthog_insightsmylastviewedretrieve | posthog.posthog_insightsmylastviewedretrieve | Read read |
integration__posthog__posthog_insightstrendingretrieve | posthog.posthog_insightstrendingretrieve | Read read |
integration__posthog__posthog_insightsviewedcreate | posthog.posthog_insightsviewedcreate | Write write |
integration__posthog__posthog_integrationslist | posthog.posthog_integrationslist | Read read |
integration__posthog__posthog_integrationscreate | posthog.posthog_integrationscreate | Write write |
integration__posthog__posthog_integrationsretrieve | posthog.posthog_integrationsretrieve | Read read |
integration__posthog__posthog_integrationsdestroy | posthog.posthog_integrationsdestroy | Write write |
integration__posthog__posthog_integrationsanthropicmanagedagentenvsretrieve | posthog.posthog_integrationsanthropicmanagedagentenvsretrieve | Read read |
integration__posthog__posthog_integrationsanthropicmanagedagentvaultsretrieve | posthog.posthog_integrationsanthropicmanagedagentvaultsretrieve | Read read |
integration__posthog__posthog_integrationsanthropicmanagedagentsretrieve | posthog.posthog_integrationsanthropicmanagedagentsretrieve | Read read |
integration__posthog__posthog_integrationschannelsretrieve | posthog.posthog_integrationschannelsretrieve | Read read |
integration__posthog__posthog_integrationsclickuplistsretrieve | posthog.posthog_integrationsclickuplistsretrieve | Read read |
integration__posthog__posthog_integrationsclickupspacesretrieve | posthog.posthog_integrationsclickupspacesretrieve | Read read |
integration__posthog__posthog_integrationsclickupworkspacesretrieve | posthog.posthog_integrationsclickupworkspacesretrieve | Read read |
integration__posthog__posthog_integrationsemailpartialupdate | posthog.posthog_integrationsemailpartialupdate | Write write |
integration__posthog__posthog_integrationsemailverifycreate | posthog.posthog_integrationsemailverifycreate | Write write |
integration__posthog__posthog_integrationsgithubbranchesretrieve | posthog.posthog_integrationsgithubbranchesretrieve | Read read |
integration__posthog__posthog_integrationsgithubreposretrieve | posthog.posthog_integrationsgithubreposretrieve | Read read |
integration__posthog__posthog_integrationsgithubreposrefreshcreate | posthog.posthog_integrationsgithubreposrefreshcreate | Write write |
integration__posthog__posthog_integrationsgoogleaccessibleaccountsretrieve | posthog.posthog_integrationsgoogleaccessibleaccountsretrieve | Read read |
integration__posthog__posthog_integrationsgoogleconversionactionsretrieve | posthog.posthog_integrationsgoogleconversionactionsretrieve | Read read |
integration__posthog__posthog_integrationsjiraprojectsretrieve | posthog.posthog_integrationsjiraprojectsretrieve | Read read |
integration__posthog__posthog_integrationslinearteamsretrieve | posthog.posthog_integrationslinearteamsretrieve | Read read |
integration__posthog__posthog_integrationslinkedinadsaccountsretrieve | posthog.posthog_integrationslinkedinadsaccountsretrieve | Read read |
integration__posthog__posthog_integrationslinkedinadsconversionrulesretrieve | posthog.posthog_integrationslinkedinadsconversionrulesretrieve | Read read |
integration__posthog__posthog_integrationstwiliophonenumbersretrieve | posthog.posthog_integrationstwiliophonenumbersretrieve | Read read |
integration__posthog__posthog_integrationsauthorizeretrieve | posthog.posthog_integrationsauthorizeretrieve | Read read |
integration__posthog__posthog_integrationsdomainconnectapplyurlcreate | posthog.posthog_integrationsdomainconnectapplyurlcreate | Write write |
integration__posthog__posthog_integrationsdomainconnectcheckretrieve | posthog.posthog_integrationsdomainconnectcheckretrieve | Read read |
integration__posthog__posthog_integrationsgithublinkexistingcreate | posthog.posthog_integrationsgithublinkexistingcreate | Write write |
integration__posthog__posthog_integrationsgithuboauthauthorizecreate | posthog.posthog_integrationsgithuboauthauthorizecreate | Write write |
integration__posthog__posthog_jssnippetresolveretrieve | posthog.posthog_jssnippetresolveretrieve | Read read |
integration__posthog__posthog_jssnippetversionretrieve | posthog.posthog_jssnippetversionretrieve | Read read |
integration__posthog__posthog_jssnippetversionpartialupdate | posthog.posthog_jssnippetversionpartialupdate | Write write |
integration__posthog__posthog_livedebuggerbreakpointslist | posthog.posthog_livedebuggerbreakpointslist | Read read |
integration__posthog__posthog_livedebuggerbreakpointscreate | posthog.posthog_livedebuggerbreakpointscreate | Write write |
integration__posthog__posthog_livedebuggerbreakpointsretrieve | posthog.posthog_livedebuggerbreakpointsretrieve | Read read |
integration__posthog__posthog_livedebuggerbreakpointsupdate | posthog.posthog_livedebuggerbreakpointsupdate | Write write |
integration__posthog__posthog_livedebuggerbreakpointspartialupdate | posthog.posthog_livedebuggerbreakpointspartialupdate | Write write |
integration__posthog__posthog_livedebuggerbreakpointsdestroy | posthog.posthog_livedebuggerbreakpointsdestroy | Write write |
integration__posthog__posthog_livedebuggerbreakpointsactiveretrieve | posthog.posthog_livedebuggerbreakpointsactiveretrieve | Read read |
integration__posthog__posthog_livedebuggerbreakpointsbreakpointhitsretrieve | posthog.posthog_livedebuggerbreakpointsbreakpointhitsretrieve | Read read |
integration__posthog__posthog_logsalertslist | posthog.posthog_logsalertslist | Read read |
integration__posthog__posthog_logsalertscreate | posthog.posthog_logsalertscreate | Write write |
integration__posthog__posthog_logsalertsretrieve | posthog.posthog_logsalertsretrieve | Read read |
integration__posthog__posthog_logsalertsupdate | posthog.posthog_logsalertsupdate | Write write |
integration__posthog__posthog_logsalertspartialupdate | posthog.posthog_logsalertspartialupdate | Write write |
integration__posthog__posthog_logsalertsdestroy | posthog.posthog_logsalertsdestroy | Write write |
integration__posthog__posthog_logsalertsdestinationscreate | posthog.posthog_logsalertsdestinationscreate | Write write |
integration__posthog__posthog_logsalertsdestinationsdeletecreate | posthog.posthog_logsalertsdestinationsdeletecreate | Write write |
integration__posthog__posthog_logsalertseventslist | posthog.posthog_logsalertseventslist | Read read |
integration__posthog__posthog_logsalertsresetcreate | posthog.posthog_logsalertsresetcreate | Write write |
integration__posthog__posthog_logsalertssimulatecreate | posthog.posthog_logsalertssimulatecreate | Write write |
integration__posthog__posthog_logsattributesretrieve | posthog.posthog_logsattributesretrieve | Read read |
integration__posthog__posthog_logscountcreate | posthog.posthog_logscountcreate | Write write |
integration__posthog__posthog_logscountrangescreate | posthog.posthog_logscountrangescreate | Write write |
integration__posthog__posthog_logsexportcreate | posthog.posthog_logsexportcreate | Write write |
integration__posthog__posthog_logshaslogsretrieve | posthog.posthog_logshaslogsretrieve | Read read |
integration__posthog__posthog_logsquerycreate | posthog.posthog_logsquerycreate | Write write |
integration__posthog__posthog_logssamplingruleslist | posthog.posthog_logssamplingruleslist | Read read |
integration__posthog__posthog_logssamplingrulescreate | posthog.posthog_logssamplingrulescreate | Write write |
integration__posthog__posthog_logssamplingrulesretrieve | posthog.posthog_logssamplingrulesretrieve | Read read |
integration__posthog__posthog_logssamplingrulesupdate | posthog.posthog_logssamplingrulesupdate | Write write |
integration__posthog__posthog_logssamplingrulespartialupdate | posthog.posthog_logssamplingrulespartialupdate | Write write |
integration__posthog__posthog_logssamplingrulesdestroy | posthog.posthog_logssamplingrulesdestroy | Write write |
integration__posthog__posthog_logssamplingrulessimulatecreate | posthog.posthog_logssamplingrulessimulatecreate | Write write |
integration__posthog__posthog_logssamplingrulesreordercreate | posthog.posthog_logssamplingrulesreordercreate | Write write |
integration__posthog__posthog_logsservicescreate | posthog.posthog_logsservicescreate | Write write |
integration__posthog__posthog_logssparklinecreate | posthog.posthog_logssparklinecreate | Write write |
integration__posthog__posthog_logsvaluesretrieve | posthog.posthog_logsvaluesretrieve | Read read |
integration__posthog__posthog_notebookslist | posthog.posthog_notebookslist | Read read |
integration__posthog__posthog_notebookscreate | posthog.posthog_notebookscreate | Write write |
integration__posthog__posthog_notebookssharinglist | posthog.posthog_notebookssharinglist | Read read |
integration__posthog__posthog_notebookssharingpasswordscreate | posthog.posthog_notebookssharingpasswordscreate | Write write |
integration__posthog__posthog_notebookssharingpasswordsdestroy | posthog.posthog_notebookssharingpasswordsdestroy | Write write |
integration__posthog__posthog_notebookssharingrefreshcreate | posthog.posthog_notebookssharingrefreshcreate | Write write |
integration__posthog__posthog_notebooksretrieve | posthog.posthog_notebooksretrieve | Read read |
integration__posthog__posthog_notebooksupdate | posthog.posthog_notebooksupdate | Write write |
integration__posthog__posthog_notebookspartialupdate | posthog.posthog_notebookspartialupdate | Write write |
integration__posthog__posthog_notebooksdestroy | posthog.posthog_notebooksdestroy | Write write |
integration__posthog__posthog_notebooksactivityretrieve | posthog.posthog_notebooksactivityretrieve | Read read |
integration__posthog__posthog_notebookscollabsavecreate | posthog.posthog_notebookscollabsavecreate | Write write |
integration__posthog__posthog_notebookscollabstreamretrieve | posthog.posthog_notebookscollabstreamretrieve | Read read |
integration__posthog__posthog_notebookshogqlexecutecreate | posthog.posthog_notebookshogqlexecutecreate | Write write |
integration__posthog__posthog_notebookskernelconfigcreate | posthog.posthog_notebookskernelconfigcreate | Write write |
integration__posthog__posthog_notebookskerneldataframeretrieve | posthog.posthog_notebookskerneldataframeretrieve | Read read |
integration__posthog__posthog_notebookskernelexecutecreate | posthog.posthog_notebookskernelexecutecreate | Write write |
integration__posthog__posthog_notebookskernelexecutestreamcreate | posthog.posthog_notebookskernelexecutestreamcreate | Write write |
integration__posthog__posthog_notebookskernelrestartcreate | posthog.posthog_notebookskernelrestartcreate | Write write |
integration__posthog__posthog_notebookskernelstartcreate | posthog.posthog_notebookskernelstartcreate | Write write |
integration__posthog__posthog_notebookskernelstatusretrieve | posthog.posthog_notebookskernelstatusretrieve | Read read |
integration__posthog__posthog_notebookskernelstopcreate | posthog.posthog_notebookskernelstopcreate | Write write |
integration__posthog__posthog_notebooksallactivityretrieve | posthog.posthog_notebooksallactivityretrieve | Read read |
integration__posthog__posthog_notebooksrecordingcommentsretrieve | posthog.posthog_notebooksrecordingcommentsretrieve | Read read |
integration__posthog__posthog_objectmediapreviewslist | posthog.posthog_objectmediapreviewslist | Read read |
integration__posthog__posthog_objectmediapreviewscreate | posthog.posthog_objectmediapreviewscreate | Write write |
integration__posthog__posthog_objectmediapreviewsretrieve | posthog.posthog_objectmediapreviewsretrieve | Read read |
integration__posthog__posthog_objectmediapreviewsupdate | posthog.posthog_objectmediapreviewsupdate | Write write |
integration__posthog__posthog_objectmediapreviewspartialupdate | posthog.posthog_objectmediapreviewspartialupdate | Write write |
integration__posthog__posthog_objectmediapreviewsdestroy | posthog.posthog_objectmediapreviewsdestroy | Write write |
integration__posthog__posthog_objectmediapreviewspreferredforeventretrieve | posthog.posthog_objectmediapreviewspreferredforeventretrieve | Read read |
integration__posthog__posthog_persistedfolderlist | posthog.posthog_persistedfolderlist | Read read |
integration__posthog__posthog_persistedfoldercreate | posthog.posthog_persistedfoldercreate | Write write |
integration__posthog__posthog_persistedfolderretrieve | posthog.posthog_persistedfolderretrieve | Read read |
integration__posthog__posthog_persistedfolderupdate | posthog.posthog_persistedfolderupdate | Write write |
integration__posthog__posthog_persistedfolderpartialupdate | posthog.posthog_persistedfolderpartialupdate | Write write |
integration__posthog__posthog_persistedfolderdestroy | posthog.posthog_persistedfolderdestroy | Write write |
integration__posthog__posthog_personslist | posthog.posthog_personslist | Read read |
integration__posthog__posthog_personsretrieve | posthog.posthog_personsretrieve | Read read |
integration__posthog__posthog_personsupdate | posthog.posthog_personsupdate | Write write |
integration__posthog__posthog_personspartialupdate | posthog.posthog_personspartialupdate | Write write |
integration__posthog__posthog_personsactivityretrieve | posthog.posthog_personsactivityretrieve | Read read |
integration__posthog__posthog_personsdeletepropertycreate | posthog.posthog_personsdeletepropertycreate | Write write |
integration__posthog__posthog_personspropertiestimelineretrieve | posthog.posthog_personspropertiestimelineretrieve | Read read |
integration__posthog__posthog_personssplitcreate | posthog.posthog_personssplitcreate | Write write |
integration__posthog__posthog_personsupdatepropertycreate | posthog.posthog_personsupdatepropertycreate | Write write |
integration__posthog__posthog_personsallactivityretrieve | posthog.posthog_personsallactivityretrieve | Read read |
integration__posthog__posthog_personsbatchbydistinctidscreate | posthog.posthog_personsbatchbydistinctidscreate | Write write |
integration__posthog__posthog_personsbatchbyuuidscreate | posthog.posthog_personsbatchbyuuidscreate | Write write |
integration__posthog__posthog_personsbulkdeletecreate | posthog.posthog_personsbulkdeletecreate | Write write |
integration__posthog__posthog_personscohortsretrieve | posthog.posthog_personscohortsretrieve | Read read |
integration__posthog__posthog_personsdeletionstatuslist | posthog.posthog_personsdeletionstatuslist | Read read |
integration__posthog__posthog_personsfunnelretrieve | posthog.posthog_personsfunnelretrieve | Read read |
integration__posthog__posthog_personsfunnelcreate | posthog.posthog_personsfunnelcreate | Write write |
integration__posthog__posthog_personsfunnelcorrelationretrieve | posthog.posthog_personsfunnelcorrelationretrieve | Read read |
integration__posthog__posthog_personsfunnelcorrelationcreate | posthog.posthog_personsfunnelcorrelationcreate | Write write |
integration__posthog__posthog_personslifecycleretrieve | posthog.posthog_personslifecycleretrieve | Read read |
integration__posthog__posthog_personspropertiesattimeretrieve | posthog.posthog_personspropertiesattimeretrieve | Read read |
integration__posthog__posthog_personsresetpersondistinctidcreate | posthog.posthog_personsresetpersondistinctidcreate | Write write |
integration__posthog__posthog_personstrendsretrieve | posthog.posthog_personstrendsretrieve | Read read |
integration__posthog__posthog_personsvaluesretrieve | posthog.posthog_personsvaluesretrieve | Read read |
integration__posthog__posthog_pluginconfigslogslist | posthog.posthog_pluginconfigslogslist | Read read |
integration__posthog__posthog_producttourslist | posthog.posthog_producttourslist | Read read |
integration__posthog__posthog_producttourscreate | posthog.posthog_producttourscreate | Write write |
integration__posthog__posthog_producttoursretrieve | posthog.posthog_producttoursretrieve | Read read |
integration__posthog__posthog_producttoursupdate | posthog.posthog_producttoursupdate | Write write |
integration__posthog__posthog_producttourspartialupdate | posthog.posthog_producttourspartialupdate | Write write |
integration__posthog__posthog_producttoursdestroy | posthog.posthog_producttoursdestroy | Write write |
integration__posthog__posthog_producttoursdiscarddraftdestroy | posthog.posthog_producttoursdiscarddraftdestroy | Write write |
integration__posthog__posthog_producttoursdraftpartialupdate | posthog.posthog_producttoursdraftpartialupdate | Write write |
integration__posthog__posthog_producttoursdraftstatusretrieve | posthog.posthog_producttoursdraftstatusretrieve | Read read |
integration__posthog__posthog_producttoursgeneratecreate | posthog.posthog_producttoursgeneratecreate | Write write |
integration__posthog__posthog_producttourspublishdraftcreate | posthog.posthog_producttourspublishdraftcreate | Write write |
integration__posthog__posthog_projectsecretapikeyslist | posthog.posthog_projectsecretapikeyslist | Read read |
integration__posthog__posthog_projectsecretapikeyscreate | posthog.posthog_projectsecretapikeyscreate | Write write |
integration__posthog__posthog_projectsecretapikeysretrieve | posthog.posthog_projectsecretapikeysretrieve | Read read |
integration__posthog__posthog_projectsecretapikeysupdate | posthog.posthog_projectsecretapikeysupdate | Write write |
integration__posthog__posthog_projectsecretapikeyspartialupdate | posthog.posthog_projectsecretapikeyspartialupdate | Write write |
integration__posthog__posthog_projectsecretapikeysdestroy | posthog.posthog_projectsecretapikeysdestroy | Write write |
integration__posthog__posthog_projectsecretapikeysrollcreate | posthog.posthog_projectsecretapikeysrollcreate | Write write |
integration__posthog__posthog_propertydefinitionslist | posthog.posthog_propertydefinitionslist | Read read |
integration__posthog__posthog_propertydefinitionsretrieve | posthog.posthog_propertydefinitionsretrieve | Read read |
integration__posthog__posthog_propertydefinitionsupdate | posthog.posthog_propertydefinitionsupdate | Write write |
integration__posthog__posthog_propertydefinitionspartialupdate | posthog.posthog_propertydefinitionspartialupdate | Write write |
integration__posthog__posthog_propertydefinitionsdestroy | posthog.posthog_propertydefinitionsdestroy | Write write |
integration__posthog__posthog_propertydefinitionsbulkupdatetagscreate | posthog.posthog_propertydefinitionsbulkupdatetagscreate | Write write |
integration__posthog__posthog_propertydefinitionsseentogetherretrieve | posthog.posthog_propertydefinitionsseentogetherretrieve | Read read |
integration__posthog__posthog_querycreate | posthog.posthog_querycreate | Write write |
integration__posthog__posthog_queryretrieve | posthog.posthog_queryretrieve | Read read |
integration__posthog__posthog_querydestroy | posthog.posthog_querydestroy | Write write |
integration__posthog__posthog_querylogretrieve | posthog.posthog_querylogretrieve | Read read |
integration__posthog__posthog_querycreatewithkind | posthog.posthog_querycreatewithkind | Write write |
integration__posthog__posthog_querycheckauthforasynccreate | posthog.posthog_querycheckauthforasynccreate | Write write |
integration__posthog__posthog_querydraftsqlretrieve | posthog.posthog_querydraftsqlretrieve | Read read |
integration__posthog__posthog_queryupgradecreate | posthog.posthog_queryupgradecreate | Write write |
integration__posthog__posthog_sandboxlist | posthog.posthog_sandboxlist | Read read |
integration__posthog__posthog_sandboxcreate | posthog.posthog_sandboxcreate | Write write |
integration__posthog__posthog_sandboxretrieve | posthog.posthog_sandboxretrieve | Read read |
integration__posthog__posthog_sandboxpartialupdate | posthog.posthog_sandboxpartialupdate | Write write |
integration__posthog__posthog_sandboxdestroy | posthog.posthog_sandboxdestroy | Write write |
integration__posthog__posthog_savedlist | posthog.posthog_savedlist | Read read |
integration__posthog__posthog_savedcreate | posthog.posthog_savedcreate | Write write |
integration__posthog__posthog_savedretrieve | posthog.posthog_savedretrieve | Read read |
integration__posthog__posthog_savedpartialupdate | posthog.posthog_savedpartialupdate | Write write |
integration__posthog__posthog_saveddestroy | posthog.posthog_saveddestroy | Write write |
integration__posthog__posthog_savedregeneratecreate | posthog.posthog_savedregeneratecreate | Write write |
integration__posthog__posthog_schemapropertygroupslist | posthog.posthog_schemapropertygroupslist | Read read |
integration__posthog__posthog_schemapropertygroupscreate | posthog.posthog_schemapropertygroupscreate | Write write |
integration__posthog__posthog_schemapropertygroupsretrieve | posthog.posthog_schemapropertygroupsretrieve | Read read |
integration__posthog__posthog_schemapropertygroupsupdate | posthog.posthog_schemapropertygroupsupdate | Write write |
integration__posthog__posthog_schemapropertygroupspartialupdate | posthog.posthog_schemapropertygroupspartialupdate | Write write |
integration__posthog__posthog_schemapropertygroupsdestroy | posthog.posthog_schemapropertygroupsdestroy | Write write |
integration__posthog__posthog_sdkdoctorreportretrieve | posthog.posthog_sdkdoctorreportretrieve | Read read |
integration__posthog__posthog_sessiongroupsummarieslist | posthog.posthog_sessiongroupsummarieslist | Read read |
integration__posthog__posthog_sessiongroupsummariescreate | posthog.posthog_sessiongroupsummariescreate | Write write |
integration__posthog__posthog_sessiongroupsummariesretrieve | posthog.posthog_sessiongroupsummariesretrieve | Read read |
integration__posthog__posthog_sessiongroupsummariesupdate | posthog.posthog_sessiongroupsummariesupdate | Write write |
integration__posthog__posthog_sessiongroupsummariespartialupdate | posthog.posthog_sessiongroupsummariespartialupdate | Write write |
integration__posthog__posthog_sessiongroupsummariesdestroy | posthog.posthog_sessiongroupsummariesdestroy | Write write |
integration__posthog__posthog_sessionrecordingplaylistslist | posthog.posthog_sessionrecordingplaylistslist | Read read |
integration__posthog__posthog_sessionrecordingplaylistscreate | posthog.posthog_sessionrecordingplaylistscreate | Write write |
integration__posthog__posthog_sessionrecordingplaylistsretrieve | posthog.posthog_sessionrecordingplaylistsretrieve | Read read |
integration__posthog__posthog_sessionrecordingplaylistsupdate | posthog.posthog_sessionrecordingplaylistsupdate | Write write |
integration__posthog__posthog_sessionrecordingplaylistspartialupdate | posthog.posthog_sessionrecordingplaylistspartialupdate | Write write |
integration__posthog__posthog_sessionrecordingplaylistsdestroy | posthog.posthog_sessionrecordingplaylistsdestroy | Write write |
integration__posthog__posthog_sessionrecordingplaylistsrecordingsretrieve | posthog.posthog_sessionrecordingplaylistsrecordingsretrieve | Read read |
integration__posthog__posthog_sessionrecordingplaylistsrecordingscreate | posthog.posthog_sessionrecordingplaylistsrecordingscreate | Write write |
integration__posthog__posthog_sessionrecordingplaylistsrecordingsdestroy | posthog.posthog_sessionrecordingplaylistsrecordingsdestroy | Write write |
integration__posthog__posthog_sessionrecordingslist | posthog.posthog_sessionrecordingslist | Read read |
integration__posthog__posthog_sessionrecordingsretrieve | posthog.posthog_sessionrecordingsretrieve | Read read |
integration__posthog__posthog_sessionrecordingsupdate | posthog.posthog_sessionrecordingsupdate | Write write |
integration__posthog__posthog_sessionrecordingspartialupdate | posthog.posthog_sessionrecordingspartialupdate | Write write |
integration__posthog__posthog_sessionrecordingsdestroy | posthog.posthog_sessionrecordingsdestroy | Write write |
integration__posthog__posthog_sessionrecordingssharinglist | posthog.posthog_sessionrecordingssharinglist | Read read |
integration__posthog__posthog_sessionrecordingssharingpasswordscreate | posthog.posthog_sessionrecordingssharingpasswordscreate | Write write |
integration__posthog__posthog_sessionrecordingssharingpasswordsdestroy | posthog.posthog_sessionrecordingssharingpasswordsdestroy | Write write |
integration__posthog__posthog_sessionrecordingssharingrefreshcreate | posthog.posthog_sessionrecordingssharingrefreshcreate | Write write |
integration__posthog__posthog_sessionspropertydefinitionsretrieve | posthog.posthog_sessionspropertydefinitionsretrieve | Read read |
integration__posthog__posthog_sessionsvaluesretrieve | posthog.posthog_sessionsvaluesretrieve | Read read |
integration__posthog__posthog_signalsprocessinglist | posthog.posthog_signalsprocessinglist | Read read |
integration__posthog__posthog_signalsprocessingpauseupdate | posthog.posthog_signalsprocessingpauseupdate | Write write |
integration__posthog__posthog_signalsprocessingpausedestroy | posthog.posthog_signalsprocessingpausedestroy | Write write |
integration__posthog__posthog_signalsreportslist | posthog.posthog_signalsreportslist | Read read |
integration__posthog__posthog_signalsreportsretrieve | posthog.posthog_signalsreportsretrieve | Read read |
integration__posthog__posthog_signalssourceconfigslist | posthog.posthog_signalssourceconfigslist | Read read |
integration__posthog__posthog_signalssourceconfigscreate | posthog.posthog_signalssourceconfigscreate | Write write |
integration__posthog__posthog_signalssourceconfigsretrieve | posthog.posthog_signalssourceconfigsretrieve | Read read |
integration__posthog__posthog_signalssourceconfigsupdate | posthog.posthog_signalssourceconfigsupdate | Write write |
integration__posthog__posthog_signalssourceconfigspartialupdate | posthog.posthog_signalssourceconfigspartialupdate | Write write |
integration__posthog__posthog_signalssourceconfigsdestroy | posthog.posthog_signalssourceconfigsdestroy | Write write |
integration__posthog__posthog_subscriptionslist | posthog.posthog_subscriptionslist | Read read |
integration__posthog__posthog_subscriptionscreate | posthog.posthog_subscriptionscreate | Write write |
integration__posthog__posthog_subscriptionsretrieve | posthog.posthog_subscriptionsretrieve | Read read |
integration__posthog__posthog_subscriptionsupdate | posthog.posthog_subscriptionsupdate | Write write |
integration__posthog__posthog_subscriptionspartialupdate | posthog.posthog_subscriptionspartialupdate | Write write |
integration__posthog__posthog_subscriptionsdestroy | posthog.posthog_subscriptionsdestroy | Write write |
integration__posthog__posthog_subscriptionstestdeliverycreate | posthog.posthog_subscriptionstestdeliverycreate | Write write |
integration__posthog__posthog_subscriptionssummaryquotaretrieve | posthog.posthog_subscriptionssummaryquotaretrieve | Read read |
integration__posthog__posthog_surveyslist | posthog.posthog_surveyslist | Read read |
integration__posthog__posthog_surveyscreate | posthog.posthog_surveyscreate | Write write |
integration__posthog__posthog_surveysretrieve | posthog.posthog_surveysretrieve | Read read |
integration__posthog__posthog_surveysupdate | posthog.posthog_surveysupdate | Write write |
integration__posthog__posthog_surveyspartialupdate | posthog.posthog_surveyspartialupdate | Write write |
integration__posthog__posthog_surveysdestroy | posthog.posthog_surveysdestroy | Write write |
integration__posthog__posthog_surveysactivityretrieve | posthog.posthog_surveysactivityretrieve | Read read |
integration__posthog__posthog_surveysarchivedresponseuuidsretrieve | posthog.posthog_surveysarchivedresponseuuidsretrieve | Read read |
integration__posthog__posthog_surveysduplicatetoprojectscreate | posthog.posthog_surveysduplicatetoprojectscreate | Write write |
integration__posthog__posthog_surveysgeneratetranslationscreate | posthog.posthog_surveysgeneratetranslationscreate | Write write |
integration__posthog__posthog_surveysresponsesarchivecreate | posthog.posthog_surveysresponsesarchivecreate | Write write |
integration__posthog__posthog_surveysresponsesunarchivecreate | posthog.posthog_surveysresponsesunarchivecreate | Write write |
integration__posthog__posthog_surveysstatsretrieve | posthog.posthog_surveysstatsretrieve | Read read |
integration__posthog__posthog_surveyssummarizeresponsescreate | posthog.posthog_surveyssummarizeresponsescreate | Write write |
integration__posthog__posthog_surveyssummaryheadlinecreate | posthog.posthog_surveyssummaryheadlinecreate | Write write |
integration__posthog__posthog_surveysallactivityretrieve | posthog.posthog_surveysallactivityretrieve | Read read |
integration__posthog__posthog_surveysresponsescountretrieve | posthog.posthog_surveysresponsescountretrieve | Read read |
integration__posthog__posthog_surveysglobalstatsretrieve | posthog.posthog_surveysglobalstatsretrieve | Read read |
integration__posthog__posthog_taskautomationslist | posthog.posthog_taskautomationslist | Read read |
integration__posthog__posthog_taskautomationscreate | posthog.posthog_taskautomationscreate | Write write |
integration__posthog__posthog_taskautomationsretrieve | posthog.posthog_taskautomationsretrieve | Read read |
integration__posthog__posthog_taskautomationsupdate | posthog.posthog_taskautomationsupdate | Write write |
integration__posthog__posthog_taskautomationspartialupdate | posthog.posthog_taskautomationspartialupdate | Write write |
integration__posthog__posthog_taskautomationsdestroy | posthog.posthog_taskautomationsdestroy | Write write |
integration__posthog__posthog_taskautomationsruncreate | posthog.posthog_taskautomationsruncreate | Write write |
integration__posthog__posthog_taskslist | posthog.posthog_taskslist | Read read |
integration__posthog__posthog_taskscreate | posthog.posthog_taskscreate | Write write |
integration__posthog__posthog_tasksretrieve | posthog.posthog_tasksretrieve | Read read |
integration__posthog__posthog_tasksupdate | posthog.posthog_tasksupdate | Write write |
integration__posthog__posthog_taskspartialupdate | posthog.posthog_taskspartialupdate | Write write |
integration__posthog__posthog_tasksdestroy | posthog.posthog_tasksdestroy | Write write |
integration__posthog__posthog_tasksruncreate | posthog.posthog_tasksruncreate | Write write |
integration__posthog__posthog_tasksstagedartifactsfinalizeuploadcreate | posthog.posthog_tasksstagedartifactsfinalizeuploadcreate | Write write |
integration__posthog__posthog_tasksstagedartifactsprepareuploadcreate | posthog.posthog_tasksstagedartifactsprepareuploadcreate | Write write |
integration__posthog__posthog_tasksrunslist | posthog.posthog_tasksrunslist | Read read |
integration__posthog__posthog_tasksrunscreate | posthog.posthog_tasksrunscreate | Write write |
integration__posthog__posthog_tasksrunsretrieve | posthog.posthog_tasksrunsretrieve | Read read |
integration__posthog__posthog_tasksrunspartialupdate | posthog.posthog_tasksrunspartialupdate | Write write |
integration__posthog__posthog_tasksrunsappendlogcreate | posthog.posthog_tasksrunsappendlogcreate | Write write |
integration__posthog__posthog_tasksrunsartifactscreate | posthog.posthog_tasksrunsartifactscreate | Write write |
integration__posthog__posthog_tasksrunsartifactsdownloadcreate | posthog.posthog_tasksrunsartifactsdownloadcreate | Write write |
integration__posthog__posthog_tasksrunsartifactsfinalizeuploadcreate | posthog.posthog_tasksrunsartifactsfinalizeuploadcreate | Write write |
integration__posthog__posthog_tasksrunsartifactsprepareuploadcreate | posthog.posthog_tasksrunsartifactsprepareuploadcreate | Write write |
integration__posthog__posthog_tasksrunsartifactspresigncreate | posthog.posthog_tasksrunsartifactspresigncreate | Write write |
integration__posthog__posthog_tasksrunscommandcreate | posthog.posthog_tasksrunscommandcreate | Write write |
integration__posthog__posthog_tasksrunsconnectiontokenretrieve | posthog.posthog_tasksrunsconnectiontokenretrieve | Read read |
integration__posthog__posthog_tasksrunslogsretrieve | posthog.posthog_tasksrunslogsretrieve | Read read |
integration__posthog__posthog_tasksrunsrelaymessagecreate | posthog.posthog_tasksrunsrelaymessagecreate | Write write |
integration__posthog__posthog_tasksrunsresumeincloudcreate | posthog.posthog_tasksrunsresumeincloudcreate | Write write |
integration__posthog__posthog_tasksrunssessionlogsretrieve | posthog.posthog_tasksrunssessionlogsretrieve | Read read |
integration__posthog__posthog_tasksrunssetoutputpartialupdate | posthog.posthog_tasksrunssetoutputpartialupdate | Write write |
integration__posthog__posthog_tasksrunsstartcreate | posthog.posthog_tasksrunsstartcreate | Write write |
integration__posthog__posthog_tasksrunsstreamretrieve | posthog.posthog_tasksrunsstreamretrieve | Read read |
integration__posthog__posthog_tasksrepositoriesretrieve | posthog.posthog_tasksrepositoriesretrieve | Read read |
integration__posthog__posthog_tasksrepositoryreadinessretrieve | posthog.posthog_tasksrepositoryreadinessretrieve | Read read |
integration__posthog__posthog_taskssummariescreate | posthog.posthog_taskssummariescreate | Write write |
integration__posthog__posthog_uploadedmediacreate | posthog.posthog_uploadedmediacreate | Write write |
integration__posthog__posthog_visualreviewreposlist | posthog.posthog_visualreviewreposlist | Read read |
integration__posthog__posthog_visualreviewreposcreate | posthog.posthog_visualreviewreposcreate | Write write |
integration__posthog__posthog_visualreviewreposretrieve | posthog.posthog_visualreviewreposretrieve | Read read |
integration__posthog__posthog_visualreviewrepospartialupdate | posthog.posthog_visualreviewrepospartialupdate | Write write |
integration__posthog__posthog_visualreviewreposbaselinesretrieve | posthog.posthog_visualreviewreposbaselinesretrieve | Read read |
integration__posthog__posthog_visualreviewreposquarantinelist | posthog.posthog_visualreviewreposquarantinelist | Read read |
integration__posthog__posthog_visualreviewreposquarantinecreate | posthog.posthog_visualreviewreposquarantinecreate | Write write |
integration__posthog__posthog_visualreviewreposquarantineexpirecreate | posthog.posthog_visualreviewreposquarantineexpirecreate | Write write |
integration__posthog__posthog_visualreviewreposthumbnailsretrieve | posthog.posthog_visualreviewreposthumbnailsretrieve | Read read |
integration__posthog__posthog_visualreviewreposrunslist | posthog.posthog_visualreviewreposrunslist | Read read |
integration__posthog__posthog_visualreviewreposrunscountsretrieve | posthog.posthog_visualreviewreposrunscountsretrieve | Read read |
integration__posthog__posthog_visualreviewrepossnapshotslist | posthog.posthog_visualreviewrepossnapshotslist | Read read |
integration__posthog__posthog_visualreviewrunslist | posthog.posthog_visualreviewrunslist | Read read |
integration__posthog__posthog_visualreviewrunscreate | posthog.posthog_visualreviewrunscreate | Write write |
integration__posthog__posthog_visualreviewrunsretrieve | posthog.posthog_visualreviewrunsretrieve | Read read |
integration__posthog__posthog_visualreviewrunsaddsnapshotscreate | posthog.posthog_visualreviewrunsaddsnapshotscreate | Write write |
integration__posthog__posthog_visualreviewrunsapprovecreate | posthog.posthog_visualreviewrunsapprovecreate | Write write |
integration__posthog__posthog_visualreviewrunsautoapprovecreate | posthog.posthog_visualreviewrunsautoapprovecreate | Write write |
integration__posthog__posthog_visualreviewrunscompletecreate | posthog.posthog_visualreviewrunscompletecreate | Write write |
integration__posthog__posthog_visualreviewrunsrecomputecreate | posthog.posthog_visualreviewrunsrecomputecreate | Write write |
integration__posthog__posthog_visualreviewrunssnapshothistorylist | posthog.posthog_visualreviewrunssnapshothistorylist | Read read |
integration__posthog__posthog_visualreviewrunssnapshotslist | posthog.posthog_visualreviewrunssnapshotslist | Read read |
integration__posthog__posthog_visualreviewrunstoleratecreate | posthog.posthog_visualreviewrunstoleratecreate | Write write |
integration__posthog__posthog_visualreviewrunstoleratedhasheslist | posthog.posthog_visualreviewrunstoleratedhasheslist | Read read |
integration__posthog__posthog_visualreviewrunscountsretrieve | posthog.posthog_visualreviewrunscountsretrieve | Read read |
integration__posthog__posthog_warehousedaglist | posthog.posthog_warehousedaglist | Read read |
integration__posthog__posthog_warehousemodelpathslist | posthog.posthog_warehousemodelpathslist | Read read |
integration__posthog__posthog_warehousemodelpathsretrieve | posthog.posthog_warehousemodelpathsretrieve | Read read |
integration__posthog__posthog_warehousesavedquerieslist | posthog.posthog_warehousesavedquerieslist | Read read |
integration__posthog__posthog_warehousesavedqueriescreate | posthog.posthog_warehousesavedqueriescreate | Write write |
integration__posthog__posthog_warehousesavedqueriesretrieve | posthog.posthog_warehousesavedqueriesretrieve | Read read |
integration__posthog__posthog_warehousesavedqueriesupdate | posthog.posthog_warehousesavedqueriesupdate | Write write |
integration__posthog__posthog_warehousesavedqueriespartialupdate | posthog.posthog_warehousesavedqueriespartialupdate | Write write |
integration__posthog__posthog_warehousesavedqueriesdestroy | posthog.posthog_warehousesavedqueriesdestroy | Write write |
integration__posthog__posthog_warehousesavedqueriesactivityretrieve | posthog.posthog_warehousesavedqueriesactivityretrieve | Read read |
integration__posthog__posthog_warehousesavedqueriesancestorscreate | posthog.posthog_warehousesavedqueriesancestorscreate | Write write |
integration__posthog__posthog_warehousesavedqueriescancelcreate | posthog.posthog_warehousesavedqueriescancelcreate | Write write |
integration__posthog__posthog_warehousesavedqueriesdependenciesretrieve | posthog.posthog_warehousesavedqueriesdependenciesretrieve | Read read |
integration__posthog__posthog_warehousesavedqueriesdescendantscreate | posthog.posthog_warehousesavedqueriesdescendantscreate | Write write |
integration__posthog__posthog_warehousesavedqueriesmaterializecreate | posthog.posthog_warehousesavedqueriesmaterializecreate | Write write |
integration__posthog__posthog_warehousesavedqueriesrevertmaterializationcreate | posthog.posthog_warehousesavedqueriesrevertmaterializationcreate | Write write |
integration__posthog__posthog_warehousesavedqueriesruncreate | posthog.posthog_warehousesavedqueriesruncreate | Write write |
integration__posthog__posthog_warehousesavedqueriesrunhistoryretrieve | posthog.posthog_warehousesavedqueriesrunhistoryretrieve | Read read |
integration__posthog__posthog_warehousesavedqueriesresumeschedulescreate | posthog.posthog_warehousesavedqueriesresumeschedulescreate | Write write |
integration__posthog__posthog_warehousesavedqueryfolderslist | posthog.posthog_warehousesavedqueryfolderslist | Read read |
integration__posthog__posthog_warehousesavedqueryfolderscreate | posthog.posthog_warehousesavedqueryfolderscreate | Write write |
integration__posthog__posthog_warehousesavedqueryfoldersretrieve | posthog.posthog_warehousesavedqueryfoldersretrieve | Read read |
integration__posthog__posthog_warehousesavedqueryfolderspartialupdate | posthog.posthog_warehousesavedqueryfolderspartialupdate | Write write |
integration__posthog__posthog_warehousesavedqueryfoldersdestroy | posthog.posthog_warehousesavedqueryfoldersdestroy | Write write |
integration__posthog__posthog_warehousetableslist | posthog.posthog_warehousetableslist | Read read |
integration__posthog__posthog_warehousetablescreate | posthog.posthog_warehousetablescreate | Write write |
integration__posthog__posthog_warehousetablesretrieve | posthog.posthog_warehousetablesretrieve | Read read |
integration__posthog__posthog_warehousetablesupdate | posthog.posthog_warehousetablesupdate | Write write |
integration__posthog__posthog_warehousetablespartialupdate | posthog.posthog_warehousetablespartialupdate | Write write |
integration__posthog__posthog_warehousetablesdestroy | posthog.posthog_warehousetablesdestroy | Write write |
integration__posthog__posthog_warehousetablesrefreshschemacreate | posthog.posthog_warehousetablesrefreshschemacreate | Write write |
integration__posthog__posthog_warehousetablesupdateschemacreate | posthog.posthog_warehousetablesupdateschemacreate | Write write |
integration__posthog__posthog_warehousetablesfilecreate | posthog.posthog_warehousetablesfilecreate | Write write |
integration__posthog__posthog_warehouseviewlinklist | posthog.posthog_warehouseviewlinklist | Read read |
integration__posthog__posthog_warehouseviewlinkcreate | posthog.posthog_warehouseviewlinkcreate | Write write |
integration__posthog__posthog_warehouseviewlinkretrieve | posthog.posthog_warehouseviewlinkretrieve | Read read |
integration__posthog__posthog_warehouseviewlinkupdate | posthog.posthog_warehouseviewlinkupdate | Write write |
integration__posthog__posthog_warehouseviewlinkpartialupdate | posthog.posthog_warehouseviewlinkpartialupdate | Write write |
integration__posthog__posthog_warehouseviewlinkdestroy | posthog.posthog_warehouseviewlinkdestroy | Write write |
integration__posthog__posthog_warehouseviewlinkvalidatecreate | posthog.posthog_warehouseviewlinkvalidatecreate | Write write |
integration__posthog__posthog_warehouseviewlinkslist | posthog.posthog_warehouseviewlinkslist | Read read |
integration__posthog__posthog_warehouseviewlinkscreate | posthog.posthog_warehouseviewlinkscreate | Write write |
integration__posthog__posthog_warehouseviewlinksretrieve | posthog.posthog_warehouseviewlinksretrieve | Read read |
integration__posthog__posthog_warehouseviewlinksupdate | posthog.posthog_warehouseviewlinksupdate | Write write |
integration__posthog__posthog_warehouseviewlinkspartialupdate | posthog.posthog_warehouseviewlinkspartialupdate | Write write |
integration__posthog__posthog_warehouseviewlinksdestroy | posthog.posthog_warehouseviewlinksdestroy | Write write |
integration__posthog__posthog_warehouseviewlinksvalidatecreate | posthog.posthog_warehouseviewlinksvalidatecreate | Write write |
integration__posthog__posthog_webexperimentslist | posthog.posthog_webexperimentslist | Read read |
integration__posthog__posthog_webexperimentscreate | posthog.posthog_webexperimentscreate | Write write |
integration__posthog__posthog_webexperimentsretrieve | posthog.posthog_webexperimentsretrieve | Read read |
integration__posthog__posthog_webexperimentsupdate | posthog.posthog_webexperimentsupdate | Write write |
integration__posthog__posthog_webexperimentspartialupdate | posthog.posthog_webexperimentspartialupdate | Write write |
integration__posthog__posthog_webexperimentsdestroy | posthog.posthog_webexperimentsdestroy | Write write |
integration__posthog__posthog_publichogfunctiontemplateslist | posthog.posthog_publichogfunctiontemplateslist | Read read |
integration__posthog__posthog_userhomesettingsretrieve | posthog.posthog_userhomesettingsretrieve | Read read |
integration__posthog__posthog_userhomesettingspartialupdate | posthog.posthog_userhomesettingspartialupdate | Write write |
integration__posthog__posthog_userslist | posthog.posthog_userslist | Read read |
integration__posthog__posthog_userssignalautonomyretrieve | posthog.posthog_userssignalautonomyretrieve | Read read |
integration__posthog__posthog_userssignalautonomycreate | posthog.posthog_userssignalautonomycreate | Write write |
integration__posthog__posthog_userssignalautonomydestroy | posthog.posthog_userssignalautonomydestroy | Write write |
integration__posthog__posthog_usersretrieve | posthog.posthog_usersretrieve | Read read |
integration__posthog__posthog_usersupdate | posthog.posthog_usersupdate | Write write |
integration__posthog__posthog_userspartialupdate | posthog.posthog_userspartialupdate | Write write |
integration__posthog__posthog_usersdestroy | posthog.posthog_usersdestroy | Write write |
integration__posthog__posthog_usersgithubloginretrieve | posthog.posthog_usersgithubloginretrieve | Read read |
integration__posthog__posthog_usershedgehogconfigretrieve | posthog.posthog_usershedgehogconfigretrieve | Read read |
integration__posthog__posthog_usershedgehogconfigpartialupdate | posthog.posthog_usershedgehogconfigpartialupdate | Write write |
integration__posthog__posthog_usersintegrationslist | posthog.posthog_usersintegrationslist | Read read |
integration__posthog__posthog_usersintegrationsgithubdestroy | posthog.posthog_usersintegrationsgithubdestroy | Write write |
integration__posthog__posthog_usersintegrationsgithubbranchesretrieve | posthog.posthog_usersintegrationsgithubbranchesretrieve | Read read |
integration__posthog__posthog_usersintegrationsgithubreposretrieve | posthog.posthog_usersintegrationsgithubreposretrieve | Read read |
integration__posthog__posthog_usersintegrationsgithubreposrefreshcreate | posthog.posthog_usersintegrationsgithubreposrefreshcreate | Write write |
integration__posthog__posthog_usersintegrationsgithubstartcreate | posthog.posthog_usersintegrationsgithubstartcreate | Write write |
integration__posthog__posthog_usersonboardingskipcreate | posthog.posthog_usersonboardingskipcreate | Write write |
integration__posthog__posthog_usersscenepersonalisationcreate | posthog.posthog_usersscenepersonalisationcreate | Write write |
integration__posthog__posthog_usersstart2fasetupretrieve | posthog.posthog_usersstart2fasetupretrieve | Read read |
integration__posthog__posthog_userstwofactorbackupcodescreate | posthog.posthog_userstwofactorbackupcodescreate | Write write |
integration__posthog__posthog_userstwofactordisablecreate | posthog.posthog_userstwofactordisablecreate | Write write |
integration__posthog__posthog_userstwofactorstartsetupretrieve | posthog.posthog_userstwofactorstartsetupretrieve | Read read |
integration__posthog__posthog_userstwofactorstatusretrieve | posthog.posthog_userstwofactorstatusretrieve | Read read |
integration__posthog__posthog_userstwofactorvalidatecreate | posthog.posthog_userstwofactorvalidatecreate | Write write |
integration__posthog__posthog_usersvalidate2facreate | posthog.posthog_usersvalidate2facreate | Write write |
integration__posthog__posthog_userscancelemailchangerequestpartialupdate | posthog.posthog_userscancelemailchangerequestpartialupdate | Write write |
integration__posthog__posthog_usersrequestemailverificationcreate | posthog.posthog_usersrequestemailverificationcreate | Write write |
integration__posthog__posthog_usersverifyemailcreate | posthog.posthog_usersverifyemailcreate | Write write |
Write Access
Start with --write=deny for read-only MCP clients. Use --write=ask or
--write=allow only when the client and workspace are trusted.