{
  "manifest_version": "1.0.0",
  "template": {
    "id": "74b898b6-7411-4139-80b4-d3bfb208a63c",
    "slug": "transmute-file-converter",
    "name": "Self-Host 2,000+ Format File Converter on Railway — Transmute",
    "description": "Self-host 2,000+ format file converter. No per-conversion fees.",
    "url": "https://railway.com/deploy/transmute-file-converter",
    "upstream": {
      "image": "ghcr.io/transmute-app/transmute"
    }
  },
  "services": [
    {
      "name": "Transmute",
      "source": {
        "image": "ghcr.io/transmute-app/transmute"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "transmute-file-converter"
      }
    },
    "cli": "railway deploy --template transmute-file-converter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "74b898b6-7411-4139-80b4-d3bfb208a63c",
            "serializedConfig": {
              "services": {
                "54f68973-1160-496f-b256-782919004a19": {
                  "name": "Transmute",
                  "source": {
                    "image": "ghcr.io/transmute-app/transmute"
                  },
                  "volumeMounts": {
                    "54f68973-1160-496f-b256-782919004a19": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T16:14:56.866Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T10:48:53.934Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f106867f03e1499fa42a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 60,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "Transmute"
  }
}
