{
  "manifestVersion": 1,
  "process": {
    "slug": "ip-assignments",
    "title": "IP assignments",
    "phase": "legal",
    "description": "Ensure all founders and employees have signed IP assignment agreements (PIIA)."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/ip-assignments/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "List all team members",
      "kind": "api",
      "route": "agent",
      "toolCall": "gusto_employees",
      "calls": [
        {
          "method": "GET /v1/companies/{id}/employees",
          "type": "rest",
          "description": "List employees from Gusto"
        }
      ],
      "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": null,
      "estimatedMinutes": 1,
      "async": false
    },
    {
      "id": "n2",
      "title": "Generate PIIA for each person",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n3",
      "title": "Legal review of template",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 1440,
      "async": true,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n4",
      "title": "Send PIIAs for signature",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v2.1/accounts/{id}/envelopes (bulk)",
          "type": "rest",
          "description": "Bulk send PIIAs"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "docusign",
          "name": "Docusign",
          "productId": "docusign",
          "arena": "legal-ops",
          "agentReady": 36.8,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/legal-ops/product/docusign"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n5",
      "title": "Track and follow up on unsigned",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v2.1/accounts/{id}/envelopes?status=sent",
          "type": "rest",
          "description": "Check pending envelopes"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "docusign",
          "name": "Docusign",
          "productId": "docusign",
          "arena": "legal-ops",
          "agentReady": 36.8,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/legal-ops/product/docusign"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "async": true
    },
    {
      "id": "n6",
      "title": "File executed copies",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "drive.files.create",
          "type": "rest",
          "description": "Upload signed PIIAs"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "google_drive",
          "name": "Google Drive",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "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."
  }
}