{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0c17e4ec-5668-4ab1-a2bd-9cc955b3520f",
    "slug": "redis-insight",
    "name": "Redis Insight",
    "description": "Redis UI for real-time monitoring, debugging, and data analysis.",
    "url": "https://railway.com/deploy/redis-insight",
    "upstream": {
      "image": "redis/redisinsight"
    }
  },
  "services": [
    {
      "name": "redis/redisinsight",
      "source": {
        "image": "redis/redisinsight"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "redis/redisinsight",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5540"
    },
    {
      "key": "REDIS_URL",
      "service": "redis/redisinsight",
      "description": "Provide a value for REDIS_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "redis-insight"
      }
    },
    "cli": "railway deploy --template redis-insight",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0c17e4ec-5668-4ab1-a2bd-9cc955b3520f",
            "serializedConfig": {
              "services": {
                "cc8638b7-c0ad-4c0e-bc7f-a49689c5e6de": {
                  "icon": "https://canada1.discourse-cdn.com/flex029/uploads/redis/original/1X/b6fcf36c49388c3df1194d14c74a356e9c39698e.png",
                  "name": "redis/redisinsight",
                  "source": {
                    "image": "redis/redisinsight"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "5540"
                    },
                    "REDISHOST": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "REDISPORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "REDISUSER": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "REDIS_URL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5540": {
                        "port": 5540
                      }
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T07:53:00.509Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e298be28b4c441ee933d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 48,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "redis/redisinsight"
  }
}
