Skip to main content
The web terminal at app.simplefunctions.dev is the browser workspace for Kalshi market search, orderbook context, watchlists, positions, P&L, and operator review.

Sign in

Go to app.simplefunctions.dev and log in with the same email you used for the CLI. Sessions are Supabase-backed; the same identity drives both the CLI and the web terminal.

Pair Kalshi

Open the Connections drawer:
  • paste your Kalshi key id and private key
  • keep the key read-only when you only need positions and account context
  • use a write-capable key only for guarded execution workflows
Secrets are stored encrypted. Live trading still requires explicit execution guardrails in the relevant workflow; connecting a key does not mean every agent or SDK loop can trade.

Watchlist and alerts

The watchlist tab is backed by the same /api/watch/* endpoints as the CLI. Anything you add via sf watchlist add shows up here, and vice versa. To set up an alert from the web terminal:
1

Click a market

From your watchlist, click the market you want to monitor.
2

Add alert

Click Add alert in the market detail panel.
3

Pick a condition

Price threshold, regime change, or indicator threshold.
4

Pick a delivery channel

Email, webhook, or Telegram.
The same alert system is documented in detail at Watchlist + alerts.

Public data API

The terminal uses the same real-time market data surfaces documented at Real-time data.
curl https://data.simplefunctions.dev/v1/markets?venue=kalshi&limit=10 \
  -H "Authorization: Bearer $SFT_KEY"

Next steps

Real-time data API

REST + WebSocket frame shapes.

Watchlist + alerts

Watch, alert, and webhook integration.

Portfolio autopilot

Cloud autopilot setup.

Agent SDK quickstart

Build an embeddable market agent.