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.A browser window opens to
Terminal
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.You should see output similar to:
Terminal
Output
Set your API key as an environment variable
In CI pipelines, containers, or headless environments where browser login is not available, set theELUUP_API_KEY environment variable to authenticate every command automatically.