Create pipeline
POST/v2/pipelines
Creates a new pipeline that continuously ingests data from a source system and sends each record to an agent for processing. Each source record creates a new agent session. A pipeline is distinct from an agent schedule, which is a recurring single execution of an agent. It is also distinct from a connector, which is a bidirectional chat integration like Slack. A pipeline is an automated, one-directional flow of all source data through an agent.
Request
Responses
- 201
- 400
- 403
- 409
The created pipeline.
The pipeline creation request is malformed or contains an invalid configuration.
Permissions do not allow creating pipelines.
A pipeline with this key already exists.