{
  "manifestVersion": 1,
  "process": {
    "slug": "offboard-employee",
    "title": "Offboard employee",
    "phase": "hr",
    "description": "Process an employee departure including final paycheck, benefits termination, account deactivation, and equity handling."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/offboard-employee/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Process termination in Gusto",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/employees/{id}/terminations",
          "type": "rest",
          "description": "Process employee termination"
        }
      ],
      "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": 5,
      "async": false
    },
    {
      "id": "n2",
      "title": "Calculate final paycheck + PTO payout",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/companies/{id}/payrolls (off-cycle)",
          "type": "rest",
          "description": "Create final payroll run"
        }
      ],
      "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": 5,
      "async": false
    },
    {
      "id": "n3",
      "title": "Terminate benefits",
      "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": 3,
      "async": false
    },
    {
      "id": "n4",
      "title": "Deactivate Google Workspace",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "directory.users.update (suspended=true)",
          "type": "rest",
          "description": "Suspend Google account"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n5",
      "title": "Remove from Slack",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "admin.users.remove",
          "type": "rest",
          "description": "Remove from Slack workspace"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "slack",
          "name": "Slack",
          "productId": "slack",
          "arena": "team-chat",
          "agentReady": 64.7,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/team-chat/product/slack"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n6",
      "title": "Remove from GitHub org",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "DELETE /orgs/{org}/members/{user}",
          "type": "rest",
          "description": "Remove from GitHub organization"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "github",
          "name": "GitHub",
          "productId": "github",
          "arena": "code-hosting",
          "agentReady": 70.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/code-hosting/product/github"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n7",
      "title": "Notify about equity exercise window",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "carta",
          "name": "Carta",
          "productId": "carta",
          "arena": "equity-management",
          "agentReady": 35.7,
          "mcpEndpoint": "https://mcp.app.carta.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/equity-management/product/carta"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n8",
      "title": "Collect company property",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 1440,
      "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."
  }
}