{
  "manifest_version": "1.0.0",
  "template": {
    "id": "10a67436-5516-4a33-879f-b8a79c6a9cc7",
    "slug": "simplehub",
    "name": "SimpleHub",
    "description": "API monitor & proxy manager for OpenAI, NewAPI & multi-model LLMs.",
    "url": "https://railway.com/deploy/simplehub",
    "upstream": {
      "image": "ghcr.io/jwy87/simplehub:latest"
    }
  },
  "services": [
    {
      "name": "jwy87/simplehub:latest",
      "source": {
        "image": "ghcr.io/jwy87/simplehub:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "JWT_SECRET",
      "service": "jwy87/simplehub:latest",
      "description": "Provide a value for JWT_SECRET.",
      "secret": true,
      "strategy": "default",
      "default": "fd0c52798a84e4b2cbeb3dff4f85314ec2e4d6aeb8dcdff8f53c6a67e23b95a4"
    },
    {
      "key": "ADMIN_EMAIL",
      "service": "jwy87/simplehub:latest",
      "description": "Provide a value for ADMIN_EMAIL.",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.com"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "jwy87/simplehub:latest",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "default",
      "default": "StrongPassword123!"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "jwy87/simplehub:latest",
      "description": "Provide a value for ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "default",
      "default": "86d7286ccfc43a5e3af08eb9b34c6118d84c8dceef0b0e6efad3cc72bdfb6f94"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "simplehub"
      }
    },
    "cli": "railway deploy --template simplehub",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "10a67436-5516-4a33-879f-b8a79c6a9cc7",
            "serializedConfig": {
              "services": {
                "6e0cb6ff-a38a-4ee2-9e4b-c49b3f9b9b92": {
                  "name": "jwy87/simplehub:latest",
                  "source": {
                    "image": "ghcr.io/jwy87/simplehub:latest"
                  },
                  "variables": {
                    "JWT_SECRET": {
                      "defaultValue": "fd0c52798a84e4b2cbeb3dff4f85314ec2e4d6aeb8dcdff8f53c6a67e23b95a4"
                    },
                    "ADMIN_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "admin@example.com"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "StrongPassword123!"
                    },
                    "ENCRYPTION_KEY": {
                      "defaultValue": "86d7286ccfc43a5e3af08eb9b34c6118d84c8dceef0b0e6efad3cc72bdfb6f94"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "6e0cb6ff-a38a-4ee2-9e4b-c49b3f9b9b92": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:21:52.991Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7560b9359fcc45998b79",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 61,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "jwy87/simplehub:latest"
  }
}
