CLI • COMING SOON
Systematic Investing In Your Terminal
An agent-native command line for building and backtesting strategies. JSON by default, pipe-friendly, and built for AI coding agents working in the shell.
zsh — ensemble
# Create a strategy from natural language; JSON on stdout
$ npx ensemble strategies create \
--prompt "Buy and hold SPY" -o json
{
"id": "st-9f2c...",
"status": "succeeded"
}
$ ensemble schema # discover commands for agents
$ echo '{"prompt":"Buy and hold SPY"}' | ensemble strategies create --stdin
How It Works
1
Install
Zero setup. Run with npx ensemble or install globally from npm.
2
Run
Verb-noun commands for assets and strategies. Machine-readable JSON on stdout.
3
Automate
Drop it into scripts, CI, or AI coding agents. Logs go to stderr so output stays clean.
Join the Waitlist
Be the first to know when the CLI launches. Get early access and shape the command surface.