{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a9603164-6f6c-41c1-877a-4909c93f96a5",
    "slug": "kilnx",
    "name": "Kilnx",
    "description": "Build full-stack apps with 27 keywords. SQL, SQLite, htmx, one binary.",
    "url": "https://railway.com/deploy/kilnx",
    "upstream": {
      "repo_url": "https://github.com/kilnx-org/railway-template"
    }
  },
  "services": [
    {
      "name": "kilnx",
      "source": {
        "repo": "https://github.com/kilnx-org/railway-template"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kilnx"
      }
    },
    "cli": "railway deploy --template kilnx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a9603164-6f6c-41c1-877a-4909c93f96a5",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "53c56b43-baf9-4532-aa34-b8ae0a69d8ca": {
                  "icon": "https://raw.githubusercontent.com/kilnx-org/railway-template/main/kilnx-icon.svg",
                  "name": "kilnx",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/kilnx-org/railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "SECRET_KEY": {
                      "isOptional": true,
                      "description": "Session signing secret for auth cookies. Required when using auth block.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "kilnx",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T15:51:51.768Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_552750663e65491084d0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Repository \"kilnx-org/railway-template\" not found or is not accessible"
      }
    ]
  }
}
