{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e98a84ac-e433-4331-83ab-db6462d5d25b",
    "slug": "debian-13",
    "name": "Debian 13",
    "description": "Debian 13 with Volume. SSH into for diagnostics, testing, and dev tasks.",
    "url": "https://railway.com/deploy/debian-13",
    "upstream": {
      "image": "debian:13"
    }
  },
  "services": [
    {
      "name": "Debian 13",
      "source": {
        "image": "debian:13"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "debian-13"
      }
    },
    "cli": "railway deploy --template debian-13",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e98a84ac-e433-4331-83ab-db6462d5d25b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "29bcfc91-02ea-4365-aa96-5021ec4c082a": {
                  "icon": null,
                  "name": "Debian 13",
                  "deploy": {
                    "startCommand": "sleep infinity",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "debian:13"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "29bcfc91-02ea-4365-aa96-5021ec4c082a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T14:39:21.659Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d7ceb89fff994433982a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 62,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Debian 13"
  }
}
