{
  "manifestVersion": 1,
  "process": {
    "slug": "get-ein",
    "title": "Get EIN",
    "phase": "formation",
    "description": "Apply for an Employer Identification Number (EIN) from the IRS for the newly incorporated company."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/get-ein/manifest.json",
  "steps": [
    {
      "id": "n2",
      "title": "Pre-fill EIN application data",
      "kind": "api",
      "route": "agent",
      "toolCall": "company_data_get",
      "calls": [
        {
          "method": "company_data_get({query: \"company info\"})",
          "type": "sdk",
          "description": "Pull company details for form pre-fill"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 1,
      "async": false
    },
    {
      "id": "n3",
      "title": "Complete IRS SS-4 form online",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [
        {
          "method": "IRS.gov online SS-4 wizard",
          "type": "manual",
          "description": "Browser-based form, no API"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "irs",
          "name": "IRS",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 10,
      "async": false,
      "actionUrl": "https://www.irs.gov/businesses/small-businesses-self-employed/apply-for-an-employer-identification-number-ein-online"
    },
    {
      "id": "n4",
      "title": "Store EIN in company records",
      "kind": "api",
      "route": "agent",
      "toolCall": "company_data_get",
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "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."
  }
}