> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# th2etl

> ETL and automation library.

[`th2etl`](https://github.com/apowerb/th2etl) is an in-house ETL and automation library,
published on PyPI. It is independent of the agent runtime: use it to build the pipelines
that feed the data agents later query.

```bash theme={null}
pip install th2etl
```

<Warning>
  If you deploy th2etl next to the core, keep it on loopback behind your reverse proxy.
  It has no authentication of its own.
</Warning>


## Related topics

- [Overview](/ecosystem/overview.md)
- [Get Pipeline Run Logs](/api-reference/scheduler/get-pipeline-run-logs.md)
