> 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/6.-build-wire-your-code/integration-buildkite.md).

# Buildkite

Recipe — Buildkite evaluation gate.

```yaml
steps:
 - label: ":robot: AI Eval"
 command:
 - "pip install layerlens --extra-index-url https://sdk.layerlens.ai/package"
 - "python scripts/ci-eval.py"
 plugins:
 - secrets#v1.0.0:
 variables:
 LAYERLENS_STRATIX_API_KEY: layerlens-key
```

## See also

* [Tutorial 3: CI/CD gates](/6.-build-wire-your-code/03-cicd-gates.md)
