{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1bdcc7ff-84e8-4a27-8991-9f6e6a5ab6d2",
    "slug": "visual-studio",
    "name": "Visual Studio",
    "description": "Browser based VS Code on Railway",
    "url": "https://railway.com/deploy/visual-studio",
    "upstream": {
      "image": "linuxserver/code-server:4.127.0"
    }
  },
  "services": [
    {
      "name": "linuxserver/code-server:4.127.0",
      "source": {
        "image": "linuxserver/code-server:4.127.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "visual-studio"
      }
    },
    "cli": "railway deploy --template visual-studio",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1bdcc7ff-84e8-4a27-8991-9f6e6a5ab6d2",
            "serializedConfig": {
              "services": {
                "fbc3ad28-0b8d-49e4-86f8-9d00c9a992e8": {
                  "name": "linuxserver/code-server:4.127.0",
                  "source": {
                    "image": "linuxserver/code-server:4.127.0"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "fbc3ad28-0b8d-49e4-86f8-9d00c9a992e8": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T01:40:15.349Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_522bb80c43934e95bc05",
    "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": 10,
    "slowest_service": "linuxserver/code-server:4.127.0"
  }
}
