{
  "manifestVersion": 1,
  "process": {
    "slug": "pay-vendor-invoices",
    "title": "Pay vendor invoices",
    "phase": "finance",
    "description": "Review and pay all outstanding vendor invoices via wire transfer."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/pay-vendor-invoices/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Look up outstanding invoices",
      "kind": "api",
      "route": "agent",
      "toolCall": "company_data_get",
      "calls": [
        {
          "method": "company_data_get({query: \"vendors outstanding\"})",
          "type": "sdk",
          "description": "Query vendor balances"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n2",
      "title": "Check account balance",
      "kind": "api",
      "route": "agent",
      "toolCall": "mercury_balances",
      "calls": [
        {
          "method": "GET /api/v1/accounts",
          "type": "rest",
          "description": "Get Mercury account balances"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "mercury",
          "name": "Mercury",
          "productId": "mercury",
          "arena": "startup-banking",
          "agentReady": 76.1,
          "mcpEndpoint": "https://mcp.mercury.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/mercury"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 1,
      "async": false
    },
    {
      "id": "n3",
      "title": "Create wire for AWS ($4,250)",
      "kind": "api",
      "route": "agent",
      "toolCall": "mercury_create_wire",
      "calls": [
        {
          "method": "POST /api/v1/accounts/{id}/wires",
          "type": "rest",
          "description": "Initiate wire transfer"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "mercury",
          "name": "Mercury",
          "productId": "mercury",
          "arena": "startup-banking",
          "agentReady": 76.1,
          "mcpEndpoint": "https://mcp.mercury.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/mercury"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n4",
      "title": "Create wire for Vercel ($2,100)",
      "kind": "api",
      "route": "agent",
      "toolCall": "mercury_create_wire",
      "calls": [
        {
          "method": "POST /api/v1/accounts/{id}/wires",
          "type": "rest",
          "description": "Initiate wire transfer"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "mercury",
          "name": "Mercury",
          "productId": "mercury",
          "arena": "startup-banking",
          "agentReady": 76.1,
          "mcpEndpoint": "https://mcp.mercury.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/mercury"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n5",
      "title": "Create wire for Figma ($850)",
      "kind": "api",
      "route": "agent",
      "toolCall": "mercury_create_wire",
      "calls": [
        {
          "method": "POST /api/v1/accounts/{id}/wires",
          "type": "rest",
          "description": "Initiate wire transfer"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "mercury",
          "name": "Mercury",
          "productId": "mercury",
          "arena": "startup-banking",
          "agentReady": 76.1,
          "mcpEndpoint": "https://mcp.mercury.com/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/mercury"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n6",
      "title": "Post summary to task",
      "kind": "api",
      "route": "agent",
      "toolCall": "tasks_comment",
      "calls": [],
      "vendorOptions": [],
      "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."
  }
}