Create pipeline
POST/v2/pipelines
Create a new pipeline that continuously ingests data from a source system and sends each record to an agent for processing. A new agent session is created per source record. A pipeline is distinct from an agent schedule (which is a recurring single execution of an agent) and 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 pipeline has been created successfully.
Pipeline creation request was malformed or contains invalid configuration.
Permissions do not allow creating pipelines.
A pipeline with this key already exists.