{
  "manifest_version": "1.0.0",
  "template": {
    "id": "43ba2f7c-4613-4a98-ae34-d2453ce615f4",
    "slug": "agentsforus-hermes-1",
    "name": "agentsforus-hermes-template",
    "description": "Run your AI agents on a machine in the cloud",
    "url": "https://railway.com/deploy/agentsforus-hermes-1",
    "upstream": {
      "repo_url": "https://github.com/pgill/hermes-agent-template"
    }
  },
  "services": [
    {
      "name": "hermes-agent-template",
      "source": {
        "repo": "https://github.com/pgill/hermes-agent-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "hermes-agent-template",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "BACKUP_GITHUB_TOKEN",
      "service": "hermes-agent-template",
      "description": "Provide a value for BACKUP_GITHUB_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "agentsforus-hermes-1"
      }
    },
    "cli": "railway deploy --template agentsforus-hermes-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "43ba2f7c-4613-4a98-ae34-d2453ce615f4",
            "serializedConfig": {
              "services": {
                "4477426c-c9bf-46ea-ae3c-ee7446b68760": {
                  "name": "hermes-agent-template",
                  "source": {
                    "repo": "pgill/hermes-agent-template",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "BACKUP_GITHUB_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{BACKUP_GITHUB_TOKEN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "4477426c-c9bf-46ea-ae3c-ee7446b68760": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T09:46:19.289Z",
  "success_rate_30d": 0.8333,
  "validation": {
    "last_run_id": "run_5694ce4dac6243448c5f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 211,
    "typical_build_seconds": 123,
    "typical_start_seconds": 10,
    "slowest_service": "hermes-agent-template"
  }
}
