{
  "manifestVersion": 1,
  "process": {
    "slug": "extract-ultrametric-context",
    "title": "Extract Ultrametric context",
    "phase": "operations",
    "description": "Setup wizard suggested task when user connects Gmail, Google Workspace, or Microsoft 365. Build an entity graph about the company; save time with vendor forms and AI context."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/extract-ultrametric-context/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Connect email provider",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "integrations.connect()",
          "type": "sdk",
          "description": "OAuth connect email"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": true
    },
    {
      "id": "n2",
      "title": "Scan emails for entities",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "emails.scan()",
          "type": "sdk",
          "description": "Extract company entities from email"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": true
    },
    {
      "id": "n3",
      "title": "Build entity graph",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "context.update()",
          "type": "sdk",
          "description": "Store extracted entities in company context"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": null,
      "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."
  }
}