{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fc889df2-1088-4782-941f-816eb3468aa4",
    "slug": "aiexperts-hermes-agent",
    "name": "Hermes Agent deployer by aiexperts.com",
    "description": "Hermes Agent on Railway - Preconfigured, more secure, and faster deployment",
    "url": "https://railway.com/deploy/aiexperts-hermes-agent",
    "upstream": {
      "repo_url": "https://github.com/lucasaerb/hermes-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "ai-experts-hermes-agent",
      "source": {
        "repo": "https://github.com/lucasaerb/hermes-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "ai-experts-hermes-agent",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "9119"
    },
    {
      "key": "PYTHONPATH",
      "service": "ai-experts-hermes-agent",
      "description": "Provide a value for PYTHONPATH.",
      "secret": false,
      "strategy": "default",
      "default": "/opt/hermes"
    },
    {
      "key": "HERMES_HOME",
      "service": "ai-experts-hermes-agent",
      "description": "Provide a value for HERMES_HOME.",
      "secret": false,
      "strategy": "default",
      "default": "/opt/data"
    },
    {
      "key": "DASHBOARD_USER",
      "service": "ai-experts-hermes-agent",
      "description": "username for logging in",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "DASHBOARD_PASSWORD",
      "service": "ai-experts-hermes-agent",
      "description": "secure password for logging in",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "ai-experts-hermes-agent",
      "description": "Message @botfather \"/newbot\"",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TELEGRAM_ALLOWED_USERS",
      "service": "ai-experts-hermes-agent",
      "description": "Message @userinfobot \"/start\" to get user id",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GATEWAY_ALLOW_ALL_USERS",
      "service": "ai-experts-hermes-agent",
      "description": "Provide a value for GATEWAY_ALLOW_ALL_USERS.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "aiexperts-hermes-agent"
      }
    },
    "cli": "railway deploy --template aiexperts-hermes-agent",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fc889df2-1088-4782-941f-816eb3468aa4",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "edddf60c-78dc-4776-a89f-535b3590704d": {
                  "icon": null,
                  "name": "ai-experts-hermes-agent",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/lucasaerb/hermes-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "9119"
                    },
                    "PYTHONPATH": {
                      "isOptional": false,
                      "defaultValue": "/opt/hermes"
                    },
                    "HERMES_HOME": {
                      "isOptional": false,
                      "defaultValue": "/opt/data"
                    },
                    "DASHBOARD_USER": {
                      "isOptional": false,
                      "description": "username for logging in",
                      "defaultValue": "admin"
                    },
                    "AGENTMAIL_API_KEY": {
                      "isOptional": true,
                      "description": "If you'd like email for your hermes",
                      "defaultValue": ""
                    },
                    "DASHBOARD_PASSWORD": {
                      "isOptional": false,
                      "description": "secure password for logging in",
                      "defaultValue": "{{DASHBOARD_PASSWORD}}"
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "Message @botfather \"/newbot\"",
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    },
                    "TELEGRAM_ALLOWED_USERS": {
                      "isOptional": false,
                      "description": "Message @userinfobot \"/start\" to get user id",
                      "defaultValue": "{{TELEGRAM_ALLOWED_USERS}}"
                    },
                    "GATEWAY_ALLOW_ALL_USERS": {
                      "isOptional": false,
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "edddf60c-78dc-4776-a89f-535b3590704d": {
                      "mountPath": "/opt/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
