{
  "manifestVersion": 1,
  "process": {
    "slug": "send-nda",
    "title": "Send NDA",
    "phase": "legal",
    "description": "Prepare a mutual NDA for a potential partner or vendor and send for signature."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/send-nda/manifest.json",
  "steps": [
    {
      "id": "n2",
      "title": "Generate NDA from template",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 1,
      "async": false
    },
    {
      "id": "n3",
      "title": "Review NDA terms",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 10,
      "async": false,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n4",
      "title": "Send for e-signature",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v2.1/accounts/{id}/envelopes",
          "type": "rest",
          "description": "Create and send DocuSign envelope"
        }
      ],
      "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": 2,
      "async": false
    },
    {
      "id": "n5",
      "title": "Track signature status",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v2.1/accounts/{id}/envelopes/{eid}",
          "type": "rest",
          "description": "Check envelope status"
        }
      ],
      "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": 1,
      "async": true
    },
    {
      "id": "n6",
      "title": "File executed copy",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "drive.files.create",
          "type": "rest",
          "description": "Upload signed NDA to Drive"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "google_drive",
          "name": "Google Drive",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 1,
      "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."
  }
}