Skip to main content
Install the ELUUP AI CLI on macOS, Linux, or Windows (via WSL) and authenticate in a few minutes. Once installed, you can run every API operation from the terminal.
1

Install the CLI

Choose your preferred package manager and run the install command.
2

Authenticate

Run the login command to open a browser and authorize the CLI with your ELUUP AI account.
Terminal
A browser window opens to https://app.eluup.ai/cli-auth. After you authorize the CLI, your credentials are stored locally and you are returned to the terminal.
Prefer an environment variable? Set ELUUP_API_KEY and skip interactive login entirely. This is useful for CI/CD pipelines and headless servers.
3

Verify your setup

Confirm the CLI is authenticated by checking your account details.
Terminal
You should see output similar to:
Output

Set your API key as an environment variable

In CI pipelines, containers, or headless environments where browser login is not available, set the ELUUP_API_KEY environment variable to authenticate every command automatically.
On Windows PowerShell:
The CLI reads this variable before any other authentication source. When it is set, commands run immediately without prompting for login.