Definition

What is BYOK in betting automation?

Last updated

Definition

BYOK (bring your own key) is the operating model where the bettor provides their own bookmaker API key to a third-party automation platform; the platform uses the key to place bets on the bettor's account, but never holds funds.

BYOK is the security + regulatory posture that lets a small platform like Glitch Edge orchestrate bet placement without becoming a sportsbook itself. Funds stay at the book; the platform only triggers placement via the key. If the operator revokes the key, automation stops; the bookmaker account is unaffected. This is the same pattern crypto trading bots use against centralized exchange APIs.

Why BYOK works for both sides

  • Operator: never sends money to a third party; can revoke at any time
  • Platform: doesn’t need to be a licensed money custodian; lower regulatory burden
  • Bookmaker: relationship stays with the licensed sportsbook, not the automation layer

In Glitch Edge

Cloudbet API keys are pasted in once, encrypted with AES-256-GCM at rest, and used only to place bets on the operator’s own account. Settlement flows directly through Cloudbet; Glitch Edge never sees a withdrawal or deposit.

Related terms