> For the complete documentation index, see [llms.txt](https://docs.loci-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loci-dev.net/cli/configuration.md).

# Configuration

{% hint style="info" %}
These variables are required for proper working of the Loci API.
{% endhint %}

### Environment Variables

After installing the package you will need to configure the API key and Loci Binary Analysis backend URL for further usage of the API module.

```bash
export LOCI_API_KEY='YOUR-KEY'
export LOCI_BACKEND_URL='https://prod.api.loci-dev.net/ (edited)'
```

For the original documentation, see: <https://docs.loci-dev.net/CLI/cli-config/#environment-variables>
