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

CLI reference

layerlens CLI reference — commands, arguments, examples.

The layerlens CLI ships with the Python SDK. Install the SDK; the CLI is on your PATH.

pip install layerlens --extra-index-url https://sdk.layerlens.ai/package
export LAYERLENS_STRATIX_API_KEY="..."
layerlens --version

Getting started

Login, set up profile.

Read

login

Authenticate.

Read

evaluate

Create and run an evaluation.

Read

traces

Upload and browse traces.

Read

trace-evaluate

Run a trace evaluation.

Read

judges

Create and manage judges.

Read

scorers

Create and manage scorers.

Read

models

Browse the catalog.

Read

benchmarks

Browse benchmarks.

Read

config

CLI configuration.

Read

examples

Common command sequences.

Read

Global options

layerlens --help
layerlens --version
layerlens --profile production
layerlens --output json|yaml|table

Last updated

Was this helpful?