{
  "manifest_version": "1.0.0",
  "template": {
    "id": "de3136ee-e11e-423f-aeb0-3d8827402db5",
    "slug": "blazor-server-starter",
    "name": "Blazor Server Starter",
    "description": "Blazor Server starter for building web apps with C# and .NET 9",
    "url": "https://railway.com/deploy/blazor-server-starter",
    "upstream": {
      "repo_url": "https://github.com/Trailblazors/blazor-server-starter"
    }
  },
  "services": [
    {
      "name": "blazor-server-starter",
      "source": {
        "repo": "https://github.com/Trailblazors/blazor-server-starter"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ASPNETCORE_ENVIRONMENT",
      "service": "blazor-server-starter",
      "description": "Determines the ASP.NET environment",
      "secret": false,
      "strategy": "default",
      "default": "Production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "blazor-server-starter"
      }
    },
    "cli": "railway deploy --template blazor-server-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "de3136ee-e11e-423f-aeb0-3d8827402db5",
            "serializedConfig": {
              "services": {
                "43550a47-4f93-4a5c-86f7-a6e7c098c457": {
                  "icon": "https://logo.svgcdn.com/devicon/blazor-original.svg",
                  "name": "blazor-server-starter",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "Trailblazors/blazor-server-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ASPNETCORE_ENVIRONMENT": {
                      "isOptional": false,
                      "description": "Determines the ASP.NET environment",
                      "defaultValue": "Production"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-18T17:33:23.572Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1c756a57d0a541cda693",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 120,
    "typical_build_seconds": 41,
    "typical_start_seconds": 5,
    "slowest_service": "blazor-server-starter"
  }
}
