{
  "manifestVersion": 1,
  "process": {
    "slug": "file-federal-tax-return",
    "title": "File federal tax return",
    "phase": "compliance",
    "description": "Prepare the annual federal corporate tax return (Form 1120) and file with the IRS."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/file-federal-tax-return/manifest.json",
  "steps": [
    {
      "id": "n2",
      "title": "Export financial data from QBO",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "GET /v3/company/{id}/reports/ProfitAndLoss",
          "type": "rest",
          "description": "Export P&L"
        },
        {
          "method": "GET /v3/company/{id}/reports/BalanceSheet",
          "type": "rest",
          "description": "Export balance sheet"
        },
        {
          "method": "GET /v3/company/{id}/reports/GeneralLedger",
          "type": "rest",
          "description": "Export general ledger"
        }
      ],
      "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": 5,
      "async": false
    },
    {
      "id": "n3",
      "title": "Send financials to CPA",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "gmail.users.messages.send",
          "type": "rest",
          "description": "Email financial package to CPA"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "gmail",
          "name": "Gmail",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n4",
      "title": "CPA prepares return (2-3 weeks)",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 20160,
      "async": true,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n5",
      "title": "Review draft return",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 60,
      "async": false,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n6",
      "title": "CPA files return with IRS",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "irs",
          "name": "IRS",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 30,
      "async": false,
      "irreducible": "judgment or identity — work an agent shouldn’t stand in for"
    },
    {
      "id": "n7",
      "title": "Pay any tax due",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "irs",
          "name": "IRS",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "high",
      "estimatedMinutes": 10,
      "async": false,
      "actionUrl": "https://www.irs.gov/payments"
    },
    {
      "id": "n8",
      "title": "File copy in records",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "google_drive",
          "name": "Google Drive",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": false,
      "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."
  }
}