{
  "manifest_version": "1.0.0",
  "template": {
    "id": "adb0259f-1599-4933-8e9f-c9a70a25e7f0",
    "slug": "convert-railway",
    "name": "convert-railway",
    "description": "Private browser-based universal file conversion on Railway",
    "url": "https://railway.com/deploy/convert-railway",
    "upstream": {
      "image": "ghcr.io/p2r3/convert@sha256:bceb2cd600fce6460411362b797768840a6a09a38a1adc8edafa3334c36bfc85"
    }
  },
  "services": [
    {
      "name": "convert",
      "source": {
        "image": "ghcr.io/p2r3/convert@sha256:bceb2cd600fce6460411362b797768840a6a09a38a1adc8edafa3334c36bfc85"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "convert",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "convert-railway"
      }
    },
    "cli": "railway deploy --template convert-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "adb0259f-1599-4933-8e9f-c9a70a25e7f0",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "89730a68-0568-44e8-b4b8-54a3fbee3169": {
                  "icon": null,
                  "name": "convert",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/p2r3/convert@sha256:bceb2cd600fce6460411362b797768840a6a09a38a1adc8edafa3334c36bfc85"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T15:44:39.452Z",
  "success_rate_30d": 0.8333,
  "validation": {
    "last_run_id": "run_6d9d6fb8f1d44ea9b001",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 25,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "convert"
  }
}
