Queries
sidekickServiceConfig
Returns the Sidekick configuration for a connected service (Datadog, Sentry, Grafana, Linear, Notion, incident.io, Attio, HubSpot, Jira, Granola, LaunchDarkly or Grain), identified by its serviceAuthorizationId. Includes any operating instructions that guide how Sidekick uses the integration. Returns null when no configuration has been saved yet. GitHub and PostHog have their own configuration shapes — use sidekickGithubServiceConfig / sidekickPosthogServiceConfig instead.
QUERY
sidekickServiceConfig(serviceAuthorizationId: ID!): SidekickServiceConfigArguments
serviceAuthorizationId
ID!
required
Returns
serviceAuthorizationId
ID!
The service authorization this configuration belongs to.
operatingInstructions
String
Free-text guidance for the agent that applies to this service across the workspace.
Query
Variables
Response
Query
Variables
Response

