Skip to content

Create your first bot

In the app, go to the Connections page.

Pick the provider you want to connect.

Common examples:

  • Bybit
  • Binance
  • Bitget
  • OKX
  • Hyperliquid
  • Tradovate (planned)

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.

Enter the API key and secret required by the provider, plus any extra fields that provider needs.

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.

ALPHA
BTC_MAIN
OKX_SWING
BYBIT_SCALP
my bot with spaces
Bot #1 !!!
super long bot name for random experiments

Go to Send your first command.