{
  "manifestVersion": 1,
  "process": {
    "slug": "expense-management",
    "title": "Expense management",
    "phase": "finance",
    "description": "Configure expense reporting, approval workflows, corporate card policies, and reimbursement rules."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/expense-management/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Define expense categories and limits",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 30,
      "async": false
    },
    {
      "id": "n2",
      "title": "Configure card limits per employee",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v2/cards",
          "type": "rest",
          "description": "Set card limits"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "brex",
          "name": "Brex",
          "productId": "brex",
          "arena": "startup-banking",
          "agentReady": 41.9,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/brex"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n3",
      "title": "Set up approval workflows",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v2/expenses/rules",
          "type": "rest",
          "description": "Create expense rules"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "brex",
          "name": "Brex",
          "productId": "brex",
          "arena": "startup-banking",
          "agentReady": 41.9,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/startup-banking/product/brex"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n4",
      "title": "Configure Slack notifications",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "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": false,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n5",
      "title": "Document policy and share",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "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."
  }
}