{
  "manifestVersion": 1,
  "process": {
    "slug": "file-state-annual-report",
    "title": "File state annual report",
    "phase": "compliance",
    "description": "Setup wizard suggested task for C Corp (other state) and S Corp users. File annual report and maintain corporate compliance with your state."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/file-state-annual-report/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Gather filing details",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "company.get()",
          "type": "sdk",
          "description": "Retrieve incorporation details"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n2",
      "title": "File annual report online",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 20,
      "async": true
    },
    {
      "id": "n3",
      "title": "Upload confirmation",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "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."
  }
}