{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-product-analytics",
    "title": "Set up product analytics",
    "phase": "product",
    "description": "Configure product analytics with event tracking, funnels, and session recording. PostHog is the canonical route; the product-analytics arena ranks the alternatives."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-product-analytics/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Create PostHog project",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/organizations/@current/projects/",
          "type": "rest",
          "description": "Create the project via PostHog's public REST API (live OpenAPI spec, official MCP server)"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "posthog",
          "name": "PostHog",
          "productId": "posthog",
          "arena": "product-analytics",
          "agentReady": 56.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/product-analytics/product/posthog"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n2",
      "title": "Install SDK in codebase",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 20,
      "async": false
    },
    {
      "id": "n3",
      "title": "Define key events",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/projects/{id}/event_definitions/",
          "type": "rest",
          "description": "Define custom events"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "posthog",
          "name": "PostHog",
          "productId": "posthog",
          "arena": "product-analytics",
          "agentReady": 56.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/product-analytics/product/posthog"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 15,
      "async": false
    },
    {
      "id": "n4",
      "title": "Create dashboards",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/projects/{id}/dashboards/",
          "type": "rest",
          "description": "Create analytics dashboards"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "posthog",
          "name": "PostHog",
          "productId": "posthog",
          "arena": "product-analytics",
          "agentReady": 56.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/product-analytics/product/posthog"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 15,
      "async": false
    },
    {
      "id": "n5",
      "title": "Set up funnels",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/projects/{id}/insights/",
          "type": "rest",
          "description": "Create funnel insights"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "posthog",
          "name": "PostHog",
          "productId": "posthog",
          "arena": "product-analytics",
          "agentReady": 56.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/product-analytics/product/posthog"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n6",
      "title": "Enable session recording",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "posthog",
          "name": "PostHog",
          "productId": "posthog",
          "arena": "product-analytics",
          "agentReady": 56.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/product-analytics/product/posthog"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": false
    }
  ],
  "provenance": {
    "source": "productarena",
    "url": "https://ultrametric.ai/productarena",
    "generatedFrom": "data/processes.json + data/process-chains.json (the ProductArena founder-process corpus), resolved against live arena leaderboards at build time. Regenerate by refetching this manifest URL — it always reflects the currently deployed data, not a pinned data commit.",
    "license": "ProductArena Data License (DATA-LICENSE in github.com/ultrametricai/productarena): querying and quoting with attribution to \"ProductArena by Ultrametric Inc\" is fine; bulk redistribution or use to build competing datasets requires written permission."
  }
}