{
  "manifest_version": "1.0.0",
  "template": {
    "id": "354c2a68-f5b0-4b88-919b-81004dba5bad",
    "slug": "bonney-execute-signals-on-hyperliquid",
    "name": "Bonney – Execute signals on Hyperliquid",
    "description": "Easy way to execute TradingView Strategies on Hyperliquid – HIP-3 supported",
    "url": "https://railway.com/deploy/bonney-execute-signals-on-hyperliquid",
    "upstream": {
      "image": "ghcr.io/bonneydev/bonney-app:v3.5.2"
    }
  },
  "services": [
    {
      "name": "bonneydev/bonney",
      "source": {
        "image": "ghcr.io/bonneydev/bonney-app:v3.5.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "KEY_ENCRYPTION_SECRET",
      "service": "bonneydev/bonney",
      "description": "Encrypts your keys at rest. Generated for you — leave it as it is.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bonney-execute-signals-on-hyperliquid"
      }
    },
    "cli": "railway deploy --template bonney-execute-signals-on-hyperliquid",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "354c2a68-f5b0-4b88-919b-81004dba5bad",
            "serializedConfig": {
              "services": {
                "ffe34f98-4047-4897-9e71-cd724f78fa1a": {
                  "icon": "https://bonney.app/icon-squircle.svg",
                  "name": "bonneydev/bonney",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "ghcr.io/bonneydev/bonney-app:v3.5.2",
                    "autoUpdates": {
                      "type": "patch",
                      "schedule": [
                        {
                          "day": 0,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 1,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 2,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 3,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 4,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 5,
                          "endHour": 24,
                          "startHour": 0
                        },
                        {
                          "day": 6,
                          "endHour": 24,
                          "startHour": 0
                        }
                      ]
                    },
                    "hasHiddenRegistryCredentials": true
                  },
                  "variables": {
                    "PAIR_TICKET": {
                      "isOptional": true,
                      "description": "Filled in by your Bonney bot's deploy link — leave it as it is. Empty is fine.",
                      "defaultValue": ""
                    },
                    "KEY_ENCRYPTION_SECRET": {
                      "isOptional": false,
                      "description": "Encrypts your keys at rest. Generated for you — leave it as it is.",
                      "defaultValue": "{{KEY_ENCRYPTION_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "ffe34f98-4047-4897-9e71-cd724f78fa1a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "bonneydev/bonney",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-26T16:14:55.683Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-26T13:30:42.462Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4aa71ac3a75549b5b4f5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "bonneydev/bonney"
  }
}
