{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-mailing-address",
    "title": "Set up mailing address",
    "phase": "formation",
    "description": "Setup wizard suggested task for all entity types. Get a business mailing address for legal and banking purposes."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-mailing-address/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Choose mailing address provider",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    },
    {
      "id": "n2",
      "title": "Sign up and verify",
      "kind": "human",
      "route": "person",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 15,
      "async": true
    },
    {
      "id": "n3",
      "title": "Update company profile",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "company.update()",
          "type": "sdk",
          "description": "Store business address"
        }
      ],
      "vendorOptions": [],
      "approvalRequired": true,
      "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."
  }
}