{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c1e20af8-3373-4963-8352-d49808620a3e",
    "slug": "vektora-bot-template",
    "name": "vektora-bot-template",
    "description": "Deploy and Host vektora-bot-template with Railway",
    "url": "https://railway.com/deploy/vektora-bot-template",
    "upstream": {
      "repo_url": "https://github.com/vektora-trade/vektora-bot"
    }
  },
  "services": [
    {
      "name": "vektora-bot",
      "source": {
        "repo": "https://github.com/vektora-trade/vektora-bot"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "BINANCE_KEY",
      "service": "vektora-bot",
      "description": "Your Vektora signal API key (from email after purchase)  ",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "BINANCE_SECRET",
      "service": "vektora-bot",
      "description": " Your Binance API key (Futures enabled)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SIGNAL_API_KEY",
      "service": "vektora-bot",
      "description": "Your Binance API secre",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vektora-bot-template"
      }
    },
    "cli": "railway deploy --template vektora-bot-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c1e20af8-3373-4963-8352-d49808620a3e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "b3bf129f-a837-49fb-a35c-9f5dfa3b4c35": {
                  "icon": null,
                  "name": "vektora-bot",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "vektora-trade/vektora-bot",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "BINANCE_KEY": {
                      "isOptional": false,
                      "description": "Your Vektora signal API key (from email after purchase)  ",
                      "defaultValue": "{{BINANCE_KEY}}"
                    },
                    "BINANCE_SECRET": {
                      "isOptional": false,
                      "description": " Your Binance API key (Futures enabled)",
                      "defaultValue": "{{BINANCE_SECRET}}"
                    },
                    "SIGNAL_API_KEY": {
                      "isOptional": false,
                      "description": "Your Binance API secre",
                      "defaultValue": "{{SIGNAL_API_KEY}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T08:16:00.688Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c551454ea3bb499eb6d0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 79,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "vektora-bot"
  }
}
