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

CLI

The Stratix CLI — terminal access to evaluations, traces, and reports.

The layerlens CLI is bundled with the Python SDK. Install the SDK, set an API key, and layerlens is on your PATH.

Install

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

Verify:

layerlens --version

What it does

  • layerlens login — interactive authentication

  • layerlens evaluate — create and run evaluations

  • layerlens traces upload — ingest a trace JSON

  • layerlens trace-evaluate — run a trace evaluation

  • layerlens judges create — create or update a judge

  • layerlens models list — browse the public catalog

  • layerlens benchmarks list — browse benchmarks

See the full CLI reference.

Common patterns

CI gate

Trace ingest

Reports

Where to next

Last updated

Was this helpful?