> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/getting-started.md).

# CLI getting started

CLI getting started — install, login, first command.

```bash
pip install layerlens --extra-index-url https://sdk.layerlens.ai/package
export LAYERLENS_STRATIX_API_KEY="..."
layerlens models list --limit 5
```

Or interactive:

```bash
layerlens login
```

This prompts for a key and stores it in your CLI config.

## See also

* [login](/more-in-this-section-9/login.md)
* [config](/more-in-this-section-9/config.md)
