{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4e066ed4-bf9e-4cc2-bc6a-838dbda1653c",
    "slug": "demo-template",
    "name": "Demo Template",
    "description": "When using Job Signal this template will be used for your demos.",
    "url": "https://railway.com/deploy/demo-template",
    "upstream": {
      "repo_url": "https://github.com/jake-krachman/demos"
    }
  },
  "services": [
    {
      "name": "web",
      "source": {
        "repo": "https://github.com/jake-krachman/demos"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DEMO_HOST_TOKEN",
      "service": "web",
      "description": "Provide a value for DEMO_HOST_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DEMO_HOST_DATA_DIR",
      "service": "web",
      "description": "Provide a value for DEMO_HOST_DATA_DIR.",
      "secret": false,
      "strategy": "default",
      "default": " /data"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "demo-template"
      }
    },
    "cli": "railway deploy --template demo-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4e066ed4-bf9e-4cc2-bc6a-838dbda1653c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "49a63e71-bcec-4188-8338-1fd5832920ef": {
                  "icon": null,
                  "name": "web",
                  "deploy": {
                    "startCommand": "python3 server.py",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/jake-krachman/demos",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DEMO_HOST_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{DEMO_HOST_TOKEN}}"
                    },
                    "DEMO_HOST_DATA_DIR": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": " /data"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "49a63e71-bcec-4188-8338-1fd5832920ef": {
                      "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-09T04:42:08.783Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3372e8c87bc94f5790d9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 154,
    "typical_build_seconds": 42,
    "typical_start_seconds": 10,
    "slowest_service": "web"
  }
}
