{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a225b6b9-0d1a-4ced-8533-ff80f52c7311",
    "slug": "hermes-gateway-via-tailscale",
    "name": "Hermes Gateway via Tailscale",
    "description": "Private Hermes AI agent secured by Tailscale with no public URL",
    "url": "https://railway.com/deploy/hermes-gateway-via-tailscale",
    "upstream": {
      "repo_url": "https://github.com/echobind/rome-on-rails"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "hermes",
      "source": {
        "repo": "https://github.com/echobind/rome-on-rails"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TS_AUTHKEY",
      "service": "hermes",
      "description": "reusable Tailscale key ",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TS_HOSTNAME",
      "service": "hermes",
      "description": "make unique for multi-agent deployments",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SLACK_APP_TOKEN",
      "service": "hermes",
      "description": "provided in Slack app manager (https://api.slack.com/apps)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SLACK_BOT_TOKEN",
      "service": "hermes",
      "description": "provided in Slack app manager (https://api.slack.com/apps)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SLACK_ALLOWED_USERS",
      "service": "hermes",
      "description": "comma delimited list of Slack user IDs",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hermes-gateway-via-tailscale"
      }
    },
    "cli": "railway deploy --template hermes-gateway-via-tailscale",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a225b6b9-0d1a-4ced-8533-ff80f52c7311",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "86671e03-1157-484c-95b3-72c734ec7bc5": {
                  "icon": "https://echobind.com/images/eb-logo.svg",
                  "name": "hermes",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/echobind/rome-on-rails",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TS_AUTHKEY": {
                      "isOptional": false,
                      "description": "reusable Tailscale key ",
                      "defaultValue": "{{TS_AUTHKEY}}"
                    },
                    "TS_HOSTNAME": {
                      "isOptional": false,
                      "description": "make unique for multi-agent deployments",
                      "defaultValue": "{{TS_HOSTNAME}}"
                    },
                    "GOOGLE_API_KEY": {
                      "isOptional": true,
                      "description": "add if using Google LLM",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "add if using Open API",
                      "defaultValue": ""
                    },
                    "SLACK_APP_TOKEN": {
                      "isOptional": false,
                      "description": "provided in Slack app manager (https://api.slack.com/apps)",
                      "defaultValue": "{{SLACK_APP_TOKEN}}"
                    },
                    "SLACK_BOT_TOKEN": {
                      "isOptional": false,
                      "description": "provided in Slack app manager (https://api.slack.com/apps)",
                      "defaultValue": "{{SLACK_BOT_TOKEN}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "add if using Anthropic",
                      "defaultValue": ""
                    },
                    "OPENROUTER_API_KEY": {
                      "isOptional": true,
                      "description": "add if using Open Router",
                      "defaultValue": ""
                    },
                    "SLACK_HOME_CHANNEL": {
                      "isOptional": true,
                      "description": "a channel ID where Hermes will deliver scheduled messages, cron job results, etc.",
                      "defaultValue": ""
                    },
                    "SLACK_ALLOWED_USERS": {
                      "isOptional": false,
                      "description": "comma delimited list of Slack user IDs",
                      "defaultValue": "{{SLACK_ALLOWED_USERS}}"
                    }
                  },
                  "volumeMounts": {
                    "86671e03-1157-484c-95b3-72c734ec7bc5": {
                      "mountPath": "/opt/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0"
}
