{
  "manifest_version": "1.0.0",
  "template": {
    "id": "52380f12-8bb3-4aef-8af1-5fe24e57b2c3",
    "slug": "hermes-agent-with-web-gui",
    "name": "Hermes Agent with Web GUI",
    "description": "Deploy and Host Hermes Agent with Web GUI with Railway",
    "url": "https://railway.com/deploy/hermes-agent-with-web-gui",
    "upstream": {
      "repo_url": "https://github.com/muhammadtalhaishtiaq/hermes-agent-temp"
    }
  },
  "services": [
    {
      "name": "hermes-agent-temp",
      "source": {
        "repo": "https://github.com/muhammadtalhaishtiaq/hermes-agent-temp"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "hermes-agent-temp",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "hermes-agent-temp",
      "description": "Provide a value for ADMIN_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-with-web-gui"
      }
    },
    "cli": "railway deploy --template hermes-agent-with-web-gui",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "52380f12-8bb3-4aef-8af1-5fe24e57b2c3",
            "serializedConfig": {
              "services": {
                "80274e60-1b9f-4e6a-afdb-5926740523b1": {
                  "name": "hermes-agent-temp",
                  "source": {
                    "repo": "muhammadtalhaishtiaq/hermes-agent-temp",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "defaultValue": "admin"
                    }
                  },
                  "volumeMounts": {
                    "80274e60-1b9f-4e6a-afdb-5926740523b1": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T08:31:45.916Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5f5c8f342be64f5e8fe3",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 223,
    "typical_build_seconds": 93,
    "typical_start_seconds": 20,
    "slowest_service": "hermes-agent-temp"
  }
}
