{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a9b61c23-3557-4884-b80b-470c26e9b9a3",
    "slug": "hermes-agent-2",
    "name": "Hermes Agent - Custom Dashboard",
    "description": "Self-Hosted Hermes AI Agent with Telegram, Discord & Slack",
    "url": "https://railway.com/deploy/hermes-agent-2",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/hermes-agent"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "hermes-agent",
      "source": {
        "repo": "https://github.com/codestorm-official/hermes-agent"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "hermes-agent",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "hermes-agent",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "hermes-agent",
      "description": "Provide a value for ADMIN_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-agent-2"
      }
    },
    "cli": "railway deploy --template hermes-agent-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a9b61c23-3557-4884-b80b-470c26e9b9a3",
            "serializedConfig": {
              "services": {
                "5e5c7316-42d7-4bd4-b686-b61fe1184807": {
                  "icon": "https://pbs.twimg.com/profile_images/1816254738234761216/TX7TW-Mp_400x400.jpg",
                  "name": "hermes-agent",
                  "source": {
                    "repo": "codestorm-official/hermes-agent",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "description": "",
                      "defaultValue": "{{ADMIN_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "5e5c7316-42d7-4bd4-b686-b61fe1184807": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-05T23:54:15.610Z",
  "generator_version": "0.1.0"
}
