app.simplefunctions.dev is the browser workspace for Kalshi market search, orderbook context, watchlists, positions, P&L, and operator review.
Sign in
Go toapp.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
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:
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.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.