Documentation Index
Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SDK Initialization
First, initialize the Traceloop SDK.Prerequisites: You need an API key set as the environment variable
TRACELOOP_API_KEY.
Generate one in Settings →Dataset Operations
Create a dataset
You can create datasets in different ways depending on your data source:- Python: Import from CSV file or pandas DataFrame
- TypeScript: Import from CSV data or create manually

