Keel Documentation
Quantitative trading platform for Hyperliquid. Drive strategy development from your terminal or AI agent. Install in one line.
Keel Documentation
Keel is a quantitative trading platform for Hyperliquid. Drive strategy development from your terminal or your AI agent (Claude Code, Cursor, Windsurf, …). Strategies live in your filesystem; your agent reads and edits them; backtests run against Keel's cached price + funding data; live deploys execute on Hyperliquid non-custodially.
See it working: Verified Keel backtest of a funding-carry strategy — Sharpe 2.17, +79.6% return, -9.7% max drawdown, 2024-08-15 → 2026-04-30 on Hyperliquid perps.
Install
pipx install keel-trade # or: uv tool install keel-trade
claude mcp add keel -- keel mcp serve # register stdio command with Claude CodeThen open Claude Code and say "Connect to Keel." — the agent calls
keel_auth_login, browser opens, you sign in, and you're done. After
that your agent has the full Keel outcome-tool surface with your auth
context. The full first-backtest flow is in
Getting Started.
Quick Links
- Getting Started —
pipx install keel-trade→ first backtest in five commands - Step-by-step CLI walkthrough — every command with annotated output
- Agent Setup — Claude Code, Cursor, Windsurf, OpenAI Codex, generic MCP client + skills
- CLI Reference — every command grouped by domain
- Web app alternative — visual strategy builder + AI editor at
app.usekeel.io - API Reference — REST API for direct integrations