{
  "manifest_version": "1.0.0",
  "template": {
    "id": "34b34926-5cb2-4a57-a9e0-42a852660c4b",
    "slug": "hermes-railway-template",
    "name": "Hermes Agent by Nous Research",
    "description": "Template for Hermes Agent by Nous Research",
    "url": "https://railway.com/deploy/hermes-railway-template",
    "upstream": {
      "repo_url": "https://github.com/lovexbytes/hermes-railway-template"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "hermes-railway-template",
      "source": {
        "repo": "https://github.com/lovexbytes/hermes-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "OPENROUTER_API_KEY",
      "service": "hermes-railway-template",
      "description": "Provide a value for OPENROUTER_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TELEGRAM_BOT_TOKEN",
      "service": "hermes-railway-template",
      "description": "Provide a value for TELEGRAM_BOT_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HERMES_IMAGE_VERSION",
      "service": "hermes-railway-template",
      "description": "Provide a value for HERMES_IMAGE_VERSION.",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    },
    {
      "key": "TELEGRAM_ALLOWED_USERS",
      "service": "hermes-railway-template",
      "description": "Provide a value for TELEGRAM_ALLOWED_USERS.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "AGENT_CACHE_MEMORY_HIGH_MB",
      "service": "hermes-railway-template",
      "description": "Provide a value for AGENT_CACHE_MEMORY_HIGH_MB.",
      "secret": false,
      "strategy": "default",
      "default": "750"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-railway-template"
      }
    },
    "cli": "railway deploy --template hermes-railway-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "34b34926-5cb2-4a57-a9e0-42a852660c4b",
            "serializedConfig": {
              "services": {
                "fc81c0a6-f229-4bff-99e0-3d34ab4a41f9": {
                  "icon": "https://pbs.twimg.com/profile_images/1816254738234761216/TX7TW-Mp_400x400.jpg",
                  "name": "hermes-railway-template",
                  "source": {
                    "repo": "lovexbytes/hermes-railway-template",
                    "branch": "main",
                    "rootDirectory": null
                  },
                  "variables": {
                    "OPENROUTER_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{OPENROUTER_API_KEY}}"
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{TELEGRAM_BOT_TOKEN}}"
                    },
                    "HERMES_IMAGE_VERSION": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "latest"
                    },
                    "TELEGRAM_ALLOWED_USERS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{TELEGRAM_ALLOWED_USERS}}"
                    },
                    "AGENT_CACHE_MEMORY_HIGH_MB": {
                      "isOptional": true,
                      "description": null,
                      "defaultValue": "750"
                    }
                  },
                  "volumeMounts": {
                    "fc81c0a6-f229-4bff-99e0-3d34ab4a41f9": {
                      "mountPath": "/data",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0"
}
