{
  "manifestVersion": 1,
  "process": {
    "slug": "buy-a-domain",
    "title": "Buy a domain",
    "phase": "startup",
    "description": "Purchase a domain end-to-end: pay via Stripe, register at Name.com, auto-connect DNS/SSL via Cloudflare."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/buy-a-domain/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Quote + checkout (Stripe)",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "stripe.checkout.sessions.create()",
          "type": "sdk",
          "description": "Create the Checkout Session for the domain quote — a human approves and pays (spend gate)"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "stripe",
          "name": "Stripe",
          "productId": "stripe",
          "arena": "payments",
          "agentReady": 88.9,
          "mcpEndpoint": "https://mcp.stripe.com/",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/payments/product/stripe"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 2,
      "async": false
    },
    {
      "id": "n2",
      "title": "Register at Name.com",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "name_com",
          "name": "Name.com",
          "productId": null,
          "arena": null,
          "agentReady": null,
          "mcpEndpoint": null,
          "paProductUrl": null
        }
      ],
      "approvalRequired": false,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "async": true
    },
    {
      "id": "n3",
      "title": "Provision DNS/SSL (Cloudflare)",
      "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": 5,
      "async": true
    }
  ],
  "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."
  }
}