{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-custom-domain",
    "title": "Set up custom domain",
    "phase": "product",
    "description": "Register domain, configure DNS, set up SSL, point to hosting."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-custom-domain/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Search domain availability",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "namecheap.domains.check",
          "type": "rest",
          "description": "Check domain availability"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "namecheap",
          "name": "Namecheap",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n2",
      "title": "Register domain",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "namecheap.domains.create",
          "type": "rest",
          "description": "Register domain"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "namecheap",
          "name": "Namecheap",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 3,
      "async": false
    },
    {
      "id": "n3",
      "title": "Transfer DNS to Cloudflare",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /zones",
          "type": "rest",
          "description": "Add zone to Cloudflare"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "cloudflare",
          "name": "Cloudflare Workers",
          "productId": "cloudflare",
          "arena": "edge-platforms",
          "agentReady": 63.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/edge-platforms/product/cloudflare"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": true
    },
    {
      "id": "n4",
      "title": "Configure DNS records",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /zones/{id}/dns_records",
          "type": "rest",
          "description": "Create DNS records"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "cloudflare",
          "name": "Cloudflare Workers",
          "productId": "cloudflare",
          "arena": "edge-platforms",
          "agentReady": 63.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/edge-platforms/product/cloudflare"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n5",
      "title": "Add domain to Vercel",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /v10/projects/{id}/domains",
          "type": "rest",
          "description": "Add custom domain to project"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "vercel",
          "name": "Vercel",
          "productId": "vercel",
          "arena": "edge-platforms",
          "agentReady": 43.7,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/edge-platforms/product/vercel"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": false
    },
    {
      "id": "n6",
      "title": "Verify SSL",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "cloudflare",
          "name": "Cloudflare Workers",
          "productId": "cloudflare",
          "arena": "edge-platforms",
          "agentReady": 63.1,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/edge-platforms/product/cloudflare"
        }
      ],
      "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."
  }
}