Create your first bot
Open Connections
Section titled “Open Connections”In the app, go to the Connections page.
Choose your exchange
Section titled “Choose your exchange”Pick the provider you want to connect.
Common examples:
- Bybit
- Binance
- Bitget
- OKX
- Hyperliquid
- Tradovate (planned)
Choose a clear bot name
Section titled “Choose a clear bot name”The bot name is used inside the payload.
ALPHA(BTCUSDT){type=market,side=buy,amount=0.001}In this payload, ALPHA is the bot name. It must match the saved connection name.
Add your API credentials
Section titled “Add your API credentials”Enter the API key and secret required by the provider, plus any extra fields that provider needs.
Save the connection
Section titled “Save the connection”After saving, the app creates a unique webhook token for that connection.
That token becomes part of the webhook URL you use on the next page.
Use short bot names. Keep them stable, avoid spaces, and reuse the exact same name in your alerts and automations.
Good first naming examples
Section titled “Good first naming examples”ALPHABTC_MAINOKX_SWINGBYBIT_SCALPBad first naming examples
Section titled “Bad first naming examples”my bot with spacesBot #1 !!!super long bot name for random experimentsNext page
Section titled “Next page”Go to Send your first command.