{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-a-code-hosting-org",
    "title": "Set up a code hosting org",
    "phase": "product",
    "description": "Create the code hosting organization, configure repos, branch protection, and team access. GitHub is the canonical route."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-a-code-hosting-org/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Create GitHub organization",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "github",
          "name": "GitHub",
          "productId": "github",
          "arena": "code-hosting",
          "agentReady": 70.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/code-hosting/product/github"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n2",
      "title": "Create repositories",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /orgs/{org}/repos",
          "type": "rest",
          "description": "Create repositories"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "github",
          "name": "GitHub",
          "productId": "github",
          "arena": "code-hosting",
          "agentReady": 70.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/code-hosting/product/github"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n3",
      "title": "Configure branch protection",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "PUT /repos/{owner}/{repo}/branches/{branch}/protection",
          "type": "rest",
          "description": "Set branch protection rules"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "github",
          "name": "GitHub",
          "productId": "github",
          "arena": "code-hosting",
          "agentReady": 70.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/code-hosting/product/github"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n4",
      "title": "Create teams and set access",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /orgs/{org}/teams",
          "type": "rest",
          "description": "Create teams"
        },
        {
          "method": "PUT /orgs/{org}/teams/{team}/repos/{owner}/{repo}",
          "type": "rest",
          "description": "Set team repo access"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "github",
          "name": "GitHub",
          "productId": "github",
          "arena": "code-hosting",
          "agentReady": 70.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/code-hosting/product/github"
        }
      ],
      "approvalRequired": true,
      "riskLevel": "medium",
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n5",
      "title": "Invite team members",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /orgs/{org}/invitations",
          "type": "rest",
          "description": "Invite members to org"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "github",
          "name": "GitHub",
          "productId": "github",
          "arena": "code-hosting",
          "agentReady": 70.5,
          "mcpEndpoint": null,
          "paProductUrl": "https://ultrametric.ai/productarena/arena/code-hosting/product/github"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 3,
      "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."
  }
}