{
  "manifest_version": "1.0.0",
  "template": {
    "id": "42be6ac7-b760-4395-85e0-2686afd5a4d7",
    "slug": "ultimate-voice-cloner-or-just-updated-ze",
    "name": "Ultimate Voice Cloner | (Just Updated) 4GB CPU Voice Cloning, MOSS-TTS, Answers Cold",
    "description": "Zero-shot voice cloning on CPU, MOSS-TTS-Nano. One POST route, key-gated",
    "url": "https://railway.com/deploy/ultimate-voice-cloner-or-just-updated-ze",
    "upstream": {
      "image": "ghcr.io/bon5co/voice-cloner-railway@sha256:876d7a027a7311796d982d2d54248f3f1dd173d7d2728eab7e065efbfe7519a4"
    }
  },
  "services": [
    {
      "name": "voice-cloner",
      "source": {
        "image": "ghcr.io/bon5co/voice-cloner-railway@sha256:876d7a027a7311796d982d2d54248f3f1dd173d7d2728eab7e065efbfe7519a4"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "voice-cloner",
      "description": "Port the service binds. Must match the public domain's target port; leave it at 8080.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "API_KEY",
      "service": "voice-cloner",
      "description": "Bearer token for POST /v1/clone. The service refuses to start without it, and refuses keys under 16 characters.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ultimate-voice-cloner-or-just-updated-ze"
      }
    },
    "cli": "railway deploy --template ultimate-voice-cloner-or-just-updated-ze",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "42be6ac7-b760-4395-85e0-2686afd5a4d7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "caf5d816-29c5-4a38-bc8a-0c537c9c8f63": {
                  "icon": null,
                  "name": "voice-cloner",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/voice-cloner-railway@sha256:876d7a027a7311796d982d2d54248f3f1dd173d7d2728eab7e065efbfe7519a4"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the service binds. Must match the public domain's target port; leave it at 8080.",
                      "defaultValue": "8080"
                    },
                    "API_KEY": {
                      "isOptional": false,
                      "description": "Bearer token for POST /v1/clone. The service refuses to start without it, and refuses keys under 16 characters.",
                      "defaultValue": "{{API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "voice-cloner",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-11T16:14:44.435Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T14:59:21.020Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b1387cea7aea45f0acae",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 90,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "voice-cloner"
  }
}
