{
  "manifest_version": "1.0.0",
  "template": {
    "id": "aab84765-6f54-4ddd-a304-326591474c6a",
    "slug": "persistent-mise-workspace",
    "name": "Persistent mise Workspace",
    "description": "Persistent Linux workspace with mise, Node, Python, uv, and private SSH.",
    "url": "https://railway.com/deploy/persistent-mise-workspace",
    "upstream": {
      "repo_url": "https://github.com/RockinPaul/mise-railway-template"
    }
  },
  "services": [
    {
      "name": "workspace",
      "source": {
        "repo": "https://github.com/RockinPaul/mise-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/root",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "persistent-mise-workspace"
      }
    },
    "cli": "railway deploy --template persistent-mise-workspace",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "aab84765-6f54-4ddd-a304-326591474c6a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "dc2be4cb-4314-424b-82ca-2af61ef8809e": {
                  "icon": "https://raw.githubusercontent.com/jdx/mise/v2026.9.3/docs/public/apple-touch-icon.png",
                  "name": "workspace",
                  "build": {
                    "watchPatterns": [
                      "/Dockerfile",
                      "/workspace-entrypoint.sh",
                      "/mise-launcher.sh",
                      "/workspace-defaults/**"
                    ],
                    "dockerfilePath": "Dockerfile"
                  },
                  "deploy": {
                    "numReplicas": 1,
                    "startCommand": null,
                    "limitOverride": {
                      "containers": {
                        "cpu": 2,
                        "memoryBytes": 2147483648
                      }
                    },
                    "drainingSeconds": 10,
                    "healthcheckPath": null,
                    "sleepApplication": false,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 5
                  },
                  "source": {
                    "repo": "https://github.com/RockinPaul/mise-railway-template",
                    "branch": "main",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "volumeMounts": {
                    "dc2be4cb-4314-424b-82ca-2af61ef8809e": {
                      "sizeMB": 5000,
                      "mountPath": "/root",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_ram_mb": 2048,
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T12:02:35.481Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T11:48:15.095Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_8b233aa16d2c443aa6c6",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 78,
    "typical_build_seconds": 50,
    "typical_start_seconds": 10,
    "slowest_service": "workspace"
  }
}
