{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e32222a5-270b-47f4-a107-12f0a5feb4a4",
    "slug": "align-website",
    "name": "Align website",
    "description": "Deploy and Host Align website with Railway",
    "url": "https://railway.com/deploy/align-website",
    "upstream": {
      "repo_url": "https://github.com/hridyanshdugar/align-website"
    }
  },
  "services": [
    {
      "name": "align-website",
      "source": {
        "repo": "https://github.com/hridyanshdugar/align-website"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DATA_DIR",
      "service": "align-website",
      "description": "Provide a value for DATA_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "ADMIN_COOKIE_SECRET",
      "service": "align-website",
      "description": "Provide a value for ADMIN_COOKIE_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ADMIN_PAGE_PASSWORD",
      "service": "align-website",
      "description": "Provide a value for ADMIN_PAGE_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "TRAINING_COOKIE_SECRET",
      "service": "align-website",
      "description": "Provide a value for TRAINING_COOKIE_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TRAINING_PAGE_PASSWORD",
      "service": "align-website",
      "description": "Provide a value for TRAINING_PAGE_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "align-website"
      }
    },
    "cli": "railway deploy --template align-website",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e32222a5-270b-47f4-a107-12f0a5feb4a4",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "8befc573-d2d9-41b2-b196-2b12a20124b0": {
                  "icon": null,
                  "name": "align-website",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/hridyanshdugar/align-website",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DATA_DIR": {
                      "isOptional": false,
                      "defaultValue": "/data"
                    },
                    "ADMIN_COOKIE_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_COOKIE_SECRET}}"
                    },
                    "ADMIN_PAGE_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_PAGE_PASSWORD}}"
                    },
                    "TRAINING_COOKIE_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{TRAINING_COOKIE_SECRET}}"
                    },
                    "TRAINING_PAGE_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{TRAINING_PAGE_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "8befc573-d2d9-41b2-b196-2b12a20124b0": {
                      "mountPath": "/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-09T09:41:39.636Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6adda4fc7ecb4d41bd9c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 113,
    "typical_build_seconds": 82,
    "typical_start_seconds": 11,
    "slowest_service": "align-website"
  }
}
