{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-benefits",
    "title": "Set up benefits",
    "phase": "hr",
    "description": "Research and enroll company in health insurance, dental, vision, 401k, and other benefits."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-benefits/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Research benefits options",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 60,
      "async": false
    },
    {
      "id": "n2",
      "title": "Get quotes from providers",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 7200,
      "async": true
    },
    {
      "id": "n3",
      "title": "Select plans and negotiate",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 120,
      "async": false,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n4",
      "title": "Configure benefits in Gusto",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/companies/{id}/benefits",
          "type": "rest",
          "description": "Set up benefits plans"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gusto",
          "name": "Gusto",
          "productId": "gusto",
          "arena": "payroll",
          "agentReady": 59.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payroll/product/gusto"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 30,
      "async": false
    },
    {
      "id": "n5",
      "title": "Announce to team and open enrollment",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "gusto",
          "name": "Gusto",
          "productId": "gusto",
          "arena": "payroll",
          "agentReady": 59.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payroll/product/gusto"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n6",
      "title": "Employees enroll",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "gusto",
          "name": "Gusto",
          "productId": "gusto",
          "arena": "payroll",
          "agentReady": 59.4,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payroll/product/gusto"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 7200,
      "async": true
    }
  ],
  "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."
  }
}