{
  "manifestVersion": 1,
  "process": {
    "slug": "board-financial-report",
    "title": "Board financial report",
    "phase": "finance",
    "description": "Generate monthly board update with financial metrics, burn rate, runway, and key KPIs."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/board-financial-report/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Pull bank balances",
      "kind": "api",
      "route": "agent",
      "toolCall": "mercury_balances",
      "calls": [
        {
          "method": "GET /api/v1/accounts",
          "type": "rest",
          "description": "Mercury 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": "n2",
      "title": "Pull revenue from Stripe",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v1/balance",
          "type": "rest",
          "description": "Stripe balance"
        },
        {
          "method": "GET /v1/charges?created[gte]={date}",
          "type": "rest",
          "description": "Monthly charges"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "stripe",
          "name": "Stripe",
          "productId": "stripe",
          "arena": "payments",
          "agentReady": 88.9,
          "mcpEndpoint": "https://mcp.stripe.com/",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n3",
      "title": "Pull expenses from QBO",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v3/company/{id}/reports/ProfitAndLoss",
          "type": "rest",
          "description": "P&L for period"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "quickbooks",
          "name": "QuickBooks Online",
          "productId": "quickbooks",
          "arena": "accounting",
          "agentReady": 38.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/accounting/product/quickbooks"
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n4",
      "title": "Calculate burn rate and runway",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": false
    },
    {
      "id": "n5",
      "title": "Compile board report draft",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v1/pages",
          "type": "rest",
          "description": "Create Notion report page"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "notion",
          "name": "Notion",
          "productId": "notion",
          "arena": "project-management",
          "agentReady": 58.6,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/project-management/product/notion"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n6",
      "title": "Founder reviews and edits",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 30,
      "async": false,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n7",
      "title": "Send to board members",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "gmail.users.messages.send",
          "type": "rest",
          "description": "Send board update email"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "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."
  }
}