For the complete documentation index, see llms.txt. This page is also available as Markdown.

CLI getting started

CLI getting started — install, login, first command.

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

Or interactive:

layerlens login

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

See also

Last updated

Was this helpful?