{
  "manifest_version": "1.0.0",
  "template": {
    "id": "466773ec-5092-4970-8c22-98154b60d6d9",
    "slug": "kokoro-web",
    "name": "Kokoro Web",
    "description": "Free AI Voice Generator with API integration",
    "url": "https://railway.com/deploy/kokoro-web",
    "upstream": {
      "image": "ghcr.io/eduardolat/kokoro-web:latest"
    }
  },
  "services": [
    {
      "name": "kokoro-web",
      "source": {
        "image": "ghcr.io/eduardolat/kokoro-web:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/kokoro/cache",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "kokoro-web",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "KW_SECRET_API_KEY",
      "service": "kokoro-web",
      "description": "Provide a value for KW_SECRET_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kokoro-web"
      }
    },
    "cli": "railway deploy --template kokoro-web",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "466773ec-5092-4970-8c22-98154b60d6d9",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "303d06af-3368-439a-923b-e7de3065b079": {
                  "icon": null,
                  "name": "kokoro-web",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/eduardolat/kokoro-web:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    },
                    "KW_SECRET_API_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{KW_SECRET_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "303d06af-3368-439a-923b-e7de3065b079": {
                      "mountPath": "/kokoro/cache"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T15:10:45.749Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f65ef1ee6bdd46359898",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 78,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "kokoro-web"
  }
}
