Glitch Edge is a SaaS platform that automates sportsbook + prediction-market bets on your account. You paste a Cloudbet API key, define a strategy as a small set of rules, and a server-side worker evaluates live odds every 60 seconds and places bets that match your rules — with hard bankroll caps you set. We don’t custody money. Funds stay on Cloudbet. Glitch Edge is the automation layer on top of an account you already own.Documentation Index
Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt
Use this file to discover all available pages before exploring further.
What this docs site covers
Getting started
Sign up, paste your Cloudbet key, create your first paper strategy in under five
minutes.
API reference
Every route the SPA uses is a public REST endpoint. Authenticate with a personal
API key (
Authorization: Bearer gle_*****) and script Glitch Edge from anywhere.Strategy DSL
Three sections — match, filter, sizing. Sport, market, odds range, side,
stake method. Worker-readable in milliseconds.
MCP server
Hook your Claude / Cursor / Gemini directly into Glitch Edge via the
Model Context Protocol. Bring your own AI agent to manage strategies.
Safety posture
Every part of the platform is paper-first and audit-logged:- Paper by default. New strategies are paused + paper-only. The worker writes simulated bets to your ledger so you can validate edge before flipping live.
- Bankroll caps are hard guards. A strategy refuses to place a bet that would push
its rolling 24-hour stake past
bankroll_cap. Same enforcement in paper + live so you can validate the cap behavior before risking money. - Audit log on every state change. Key access, strategy edits, bet placement, bet
settlement, login events. Visible to you at
/app/activity. - Encrypted keys at rest. Cloudbet API keys are AES-256-GCM-encrypted with a server master key that’s distinct from your account password.