{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8ca199e8-a34a-4a3c-99ec-36d55151cb56",
    "slug": "redis-latest",
    "name": "Redis Latest",
    "description": "[Aug'26] Deploy and Host Redis Latest with Railway",
    "url": "https://railway.com/deploy/redis-latest",
    "upstream": {
      "repo_url": "https://github.com/sahilrupani/redis-railway-template"
    }
  },
  "services": [
    {
      "name": "redis-railway-template",
      "source": {
        "repo": "https://github.com/sahilrupani/redis-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "REDIS_URL",
      "service": "redis-railway-template",
      "description": "Provide a value for REDIS_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "redis-railway-template",
      "description": "Provide a value for REDIS_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "redis-railway-template",
      "description": "Provide a value for REDIS_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "redis-railway-template",
      "description": " Password required to authenticate with this Redis instance",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_USERNAME",
      "service": "redis-railway-template",
      "description": "Provide a value for REDIS_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "redis-railway-template",
      "description": "Provide a value for REDIS_PUBLIC_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "redis-latest"
      }
    },
    "cli": "railway deploy --template redis-latest",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8ca199e8-a34a-4a3c-99ec-36d55151cb56",
            "serializedConfig": {
              "services": {
                "ee986bd1-ece8-414e-8e55-e7af0b305759": {
                  "name": "redis-railway-template",
                  "source": {
                    "repo": "sahilrupani/redis-railway-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "redis://${{ REDIS_USERNAME }}:${{ REDIS_PASSWORD }}@${{ REDIS_HOST }}:${{ REDIS_PORT }}"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "6379"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": " Password required to authenticate with this Redis instance",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "REDIS_USERNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "default"
                    },
                    "REDIS_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "redis://default:${{ REDIS_PASSWORD }}@${{ RAILWAY_TCP_PROXY_DOMAIN }}:${{ RAILWAY_TCP_PROXY_PORT }}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:6379": {
                        "port": 6379
                      }
                    }
                  },
                  "volumeMounts": {
                    "ee986bd1-ece8-414e-8e55-e7af0b305759": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T22:14:43.073Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T20:44:00.902Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9cf6acec4289479e867b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 45,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "redis-railway-template"
  }
}
