PostHog · Schema

MCPAuthTypeEnum

* `api_key` - API Key * `oauth` - OAuth

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-mcpauthtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MCPAuthTypeEnum",
  "title": "MCPAuthTypeEnum",
  "enum": [
    "api_key",
    "oauth"
  ],
  "type": "string",
  "description": "* `api_key` - API Key\n* `oauth` - OAuth"
}