Queries
sidekickPosthogServiceConfig
Returns the Sidekick PostHog configuration for a workspace, including any operating instructions and the default project the agent queries. Returns null when no configuration has been saved yet.
QUERY
sidekickPosthogServiceConfig(serviceAuthorizationId: ID!): SidekickPosthogServiceConfigArguments
serviceAuthorizationId
ID!
required
Returns
operatingInstructions
String
Free-text guidance for the agent that applies to PostHog use across the workspace.
projectId
ID
The default PostHog project (team) id the agent queries when the user doesn't specify one. Null when no default has been set; the agent is then expected to call project.list and pick one or ask the user.
Query
Variables
Response
Query
Variables
Response

