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

layerlens config

layerlens config — multi-profile, env, output format.

Config lives at ~/.layerlens/config.toml:

[profile.default]
api_key = "ll_..."
base_url = "https://stratix.layerlens.ai/api/v1"

[profile.production]
api_key = "ll_prod_..."

Commands

layerlens config show
layerlens config set api_key=ll_... --profile production
layerlens config use production

Output format

Global flag: --output json|yaml|table

See also

Last updated

Was this helpful?