{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9e2bc869-5455-4096-8e42-547133cf7d3c",
    "slug": "markitdown-mcp-rest",
    "name": "Markitdown - MCP + REST",
    "description": "Deploy and Host markitdown-mcp-rest with Railway",
    "url": "https://railway.com/deploy/markitdown-mcp-rest",
    "upstream": {
      "repo_url": "https://github.com/lifeofjer/markitdown"
    }
  },
  "services": [
    {
      "name": "markitdown",
      "source": {
        "repo": "https://github.com/lifeofjer/markitdown"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MARKITDOWN_API_TOKEN",
      "service": "markitdown",
      "description": "Provide a value for MARKITDOWN_API_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MARKITDOWN_ENABLE_PLUGINS",
      "service": "markitdown",
      "description": "Provide a value for MARKITDOWN_ENABLE_PLUGINS.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "markitdown-mcp-rest"
      }
    },
    "cli": "railway deploy --template markitdown-mcp-rest",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9e2bc869-5455-4096-8e42-547133cf7d3c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "79594eb9-95cf-427e-9415-f2d17708c4ce": {
                  "icon": null,
                  "name": "markitdown",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/lifeofjer/markitdown",
                    "rootDirectory": null
                  },
                  "variables": {
                    "LLM_MODEL": {
                      "isOptional": true,
                      "description": "Your OpenAI compatible LLM Model",
                      "defaultValue": ""
                    },
                    "LLM_API_KEY": {
                      "isOptional": true,
                      "description": "Your OpenAI compatible LLM key",
                      "defaultValue": ""
                    },
                    "LLM_BASE_URL": {
                      "isOptional": true,
                      "description": "Your OpenAI compatible LLM API URL",
                      "defaultValue": ""
                    },
                    "MARKITDOWN_API_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{MARKITDOWN_API_TOKEN}}"
                    },
                    "MARKITDOWN_ENABLE_PLUGINS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-18T08:36:05.711Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5943fed5920d49d19eff",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 135,
    "typical_build_seconds": 72,
    "typical_start_seconds": 10,
    "slowest_service": "markitdown"
  }
}
