{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9a55b4ef-de3a-471b-b54c-60a35ac82194",
    "slug": "L-kdsI",
    "name": "Openfort Dotnet Quickstart",
    "description": "Dotnet backend quickstart using Openfort to interact with smart wallets.",
    "url": "https://railway.com/deploy/L-kdsI",
    "upstream": {
      "image": "https://github.com/openfort-xyz/samples"
    }
  },
  "services": [
    {
      "name": "Dotnet backend",
      "source": {
        "image": "https://github.com/openfort-xyz/samples"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPENFORT_SECRET_KEY",
      "service": "Dotnet backend",
      "description": "Get your Openfort secret key at https://dashboard.openfort.xyz/apikeys",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "NIXPACKS_CSHARP_SDK_VERSION",
      "service": "Dotnet backend",
      "description": "Provide a value for NIXPACKS_CSHARP_SDK_VERSION.",
      "secret": false,
      "strategy": "default",
      "default": "7.0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "L-kdsI"
      }
    },
    "cli": "railway deploy --template L-kdsI",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9a55b4ef-de3a-471b-b54c-60a35ac82194",
            "serializedConfig": {
              "services": {
                "a02ad406-30d8-4b42-8816-7eb24394d6c1": {
                  "name": "Dotnet backend",
                  "build": {},
                  "deploy": {
                    "startCommand": "",
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "https://github.com/openfort-xyz/samples",
                    "rootDirectory": "/backend-quickstarts/dotnet"
                  },
                  "variables": {
                    "OPENFORT_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Get your Openfort secret key at https://dashboard.openfort.xyz/apikeys",
                      "defaultValue": "{{OPENFORT_SECRET_KEY}}"
                    },
                    "NIXPACKS_CSHARP_SDK_VERSION": {
                      "isOptional": false,
                      "defaultValue": "7.0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Dotnet backend",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T15:54:05.444Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_8bae5b29105245b999ec",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Invalid docker image for Dotnet backend"
      }
    ]
  }
}
