This is the path from zero to a working paper strategy. Total time: about five minutes, assuming you already have a Cloudbet account.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.
1. Create your Glitch Edge account
Go to and click Create account. Either:- Email + password (8+ chars)
- Continue with Google
2. Get a Cloudbet API key
Glitch Edge places bets through your Cloudbet account — funds stay there.
We never custody money.
- Sign in to Cloudbet (or create an account via our affiliate link — costs you nothing, keeps the Free tier free)
- Deposit at least €10 to unlock API access
- In your Cloudbet account page, generate an API key and copy it
3. Connect the key
In Glitch Edge, navigate to Cloudbet Key in the sidebar and click Add key.Paste the key
The full JWT. We validate it against Cloudbet before storing it — invalid
keys are rejected outright; nothing reaches the database.
4. Define your first strategy
Click Strategies → New strategy. Three sections:Match
Match
Sport + market + optional league.Example:
basketball / moneyline / NBAFilter
Filter
Odds range + side.Example:
min 1.5, max 3.0, BACK — only fires on bets priced between 1.5 and 3.0
on the back side of the market.Sizing
Sizing
Method + value.Example:
fixed_fraction / 0.02 — stakes 2% of stake_cap per bet.- Daily bankroll cap — hard limit on rolling-24h stake. Worker refuses to exceed.
- Per-bet stake cap — max stake on any single bet.
5. Resume the strategy
On the strategy card, click Resume. The worker will pick it up on the next tick (within 60 seconds). Watch Bets in the sidebar — paper bets will appear as the worker finds qualifying events.What’s next
Read the API reference
Every UI action is also a REST endpoint. Script Glitch Edge from Python, curl,
or your AI agent of choice.
Get an API key
Personal access tokens for scripting + the MCP server.