{
  "manifest_version": "1.0.0",
  "template": {
    "id": "866521ed-7d6c-408b-a563-6232c5b83987",
    "slug": "mdview",
    "name": "MDView",
    "description": "block-based Markdown editor — Supports HWP/HWPX import and export",
    "url": "https://railway.com/deploy/mdview",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/mdview"
    }
  },
  "services": [
    {
      "name": "mdview",
      "source": {
        "repo": "https://github.com/bilalnawaz072/mdview"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "mdview",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mdview"
      }
    },
    "cli": "railway deploy --template mdview",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "866521ed-7d6c-408b-a563-6232c5b83987",
            "serializedConfig": {
              "services": {
                "a0731fd1-d0a3-4e09-83fe-a02ad05b0b0c": {
                  "name": "mdview",
                  "source": {
                    "repo": "bilalnawaz072/mdview",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T19:04:57.709Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_648176749f1e4d84860b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 178,
    "typical_build_seconds": 97,
    "typical_start_seconds": 12,
    "slowest_service": "mdview"
  }
}
