{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ccbe4d84-bbde-47a8-b7d7-88c312396780",
    "slug": "hexstrike-mcp",
    "name": "HexStrike MCP",
    "description": "This is the HexStrike MCP.",
    "url": "https://railway.com/deploy/hexstrike-mcp",
    "upstream": {
      "repo_url": "https://github.com/dbx0/hexstrike-railway"
    }
  },
  "services": [
    {
      "name": "HexStrike MCP",
      "source": {
        "repo": "https://github.com/dbx0/hexstrike-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "HexStrike MCP",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "AUTH_TOKEN",
      "service": "HexStrike MCP",
      "description": "Provide a value for AUTH_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HEXSTRIKE_PORT",
      "service": "HexStrike MCP",
      "description": "Provide a value for HEXSTRIKE_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8888"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hexstrike-mcp"
      }
    },
    "cli": "railway deploy --template hexstrike-mcp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ccbe4d84-bbde-47a8-b7d7-88c312396780",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "566d313b-0d78-43f2-a6c5-678eb09ad39c": {
                  "icon": "https://www.hexstrike.com/hexstrike-logo.png",
                  "name": "HexStrike MCP",
                  "source": {
                    "repo": "dbx0/hexstrike-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "AUTH_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{AUTH_TOKEN}}"
                    },
                    "HEXSTRIKE_PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8888"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T12:05:14.187Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_7aa3797fea41469fae67",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
