Skip to main content
The ELUUP AI CLI is a command-line interface that exposes every major API operation as a terminal command. You can create and start trading agents, stream buy and sell signals, inspect open positions, and review trade history without leaving your shell. It is built for developers and power users who prefer terminal workflows and want to script trading operations. Use the CLI to quickly prototype agent configurations, run one-off commands in CI pipelines, or build shell-based dashboards around your trading operations.

What you can do with the CLI

Manage agents

Create, start, stop, delete, and inspect trading agents directly from the terminal.

Fetch signals

Pull the latest buy and sell signals for any supported chain with a single command.

Monitor trades

List recent trades, open positions, and close positions on demand.

Authenticate easily

Log in via browser or set an environment variable for headless environments.

A quick taste

Install the CLI, log in, and list your agents in three commands:
If you already have an API key, you can skip the browser login and set the ELUUP_API_KEY environment variable instead. See the Installation page for details.