The pipelines SDK provides programmatic access to Gentrace pipelines. Pipelines are the top-level organizational unit that contains datasets, experiments, and traces.Documentation Index
Fetch the complete documentation index at: https://next.gentrace.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Basic usage
Overview
The SDK is built by Stainless and provides type-safe access to Gentrace entities. Thepipelines object exposes methods to create, retrieve, update, and list pipelines.
Pipeline structure
Each pipeline contains:Unique identifier (UUID)
URL-friendly unique identifier
Optional human-readable name
Optional folder UUID for organization
UUID of the golden dataset (if set)
Timestamp when archived (null if active)
Creation timestamp
Last update timestamp
Resource methods
Create a pipeline
Retrieve a pipeline
Update a pipeline
List with filters
Usage in AI workflows
Pipelines are used throughout Gentrace to organize your AI workflows:See also
- Datasets - Managing datasets within pipelines
- Experiments - Running experiments on pipelines
interaction()- Tracing functions within pipelinesexperiment()- Creating experiments for pipelines