{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bdfab05e-6a6a-4e5d-a21d-9de76d3a25c0",
    "slug": "fKgMtM",
    "name": ".NET6 API",
    "description": "Starter ASP.NET Core API baked with env variables.",
    "url": "https://railway.com/deploy/fKgMtM",
    "upstream": {
      "repo_url": "https://github.com/ayush-lal/dotnet6-api"
    }
  },
  "services": [
    {
      "name": "dotnet6-api",
      "source": {
        "repo": "https://github.com/ayush-lal/dotnet6-api"
      },
      "needs_volume": false,
      "tcp_ports": [
        3000
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "Example",
      "service": "dotnet6-api",
      "description": "example variable for demo purposes",
      "secret": false,
      "strategy": "default",
      "default": "Prod environment variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fKgMtM"
      }
    },
    "cli": "railway deploy --template fKgMtM",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bdfab05e-6a6a-4e5d-a21d-9de76d3a25c0",
            "serializedConfig": {
              "services": {
                "fb44dfb0-1aa4-43a7-9d38-415f4ab3edc7": {
                  "name": "dotnet6-api",
                  "source": {
                    "repo": "ayush-lal/dotnet6-api",
                    "branch": null,
                    "rootDirectory": "/src/ExampleAPI/"
                  },
                  "variables": {
                    "Example": {
                      "isOptional": false,
                      "description": "example variable for demo purposes",
                      "defaultValue": "Prod environment variable"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "3000": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T04:36:47.324Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_78b9e3abef7a4e1582cd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 124,
    "typical_build_seconds": 50,
    "typical_start_seconds": 10,
    "slowest_service": "dotnet6-api"
  }
}
