Skip to main content

Overview

Use eigi config commands to store the CLI settings you want to reuse across sessions.

Required configuration

Set your API key first:
eigi config set-key <YOUR_API_KEY>

Fixed API endpoint

The CLI always uses the production API endpoint:
https://api.eigi.ai
Show the active local configuration at any time:
eigi config show

Environment variables

Environment variables override saved config values where supported.
export EIGI_API_KEY=<YOUR_API_KEY>
Use environment variables when you do not want to persist secrets locally or when CI needs to inject configuration dynamically.

Suggested setup sequence

eigi config set-key <YOUR_API_KEY>
eigi workflow list
eigi workflow agent-create
CommandPurpose
eigi config set-key <YOUR_API_KEY>Save your API key
eigi config set-format jsonMake JSON the default output format
eigi config showShow the active configuration

Next steps

After configuration, continue with: