> 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/more-in-this-section-4/setup-trace-ingestion.md).

# Set up trace ingestion

Guide — wire your application to ingest traces into Stratix.

1. Install the SDK (or use REST).
2. After each AI call, call `client.traces.create(...)`.
3. Tag with `env=production` or similar so you can filter later.
4. Confirm in **Premium → Traces**.

## See also

* [Workflow: Instrument](/6.-build-wire-your-code/workflow.md)
* [Cookbook: instrumentation recipes](/2.-get-started/all-cookbook-recipes.md)
