create_pipeline
Create a multi-step pipeline that runs agents sequentially, each receiving the previous agent's output as input. Specify the agent order to automate complex workflows.
Instructions
Create a new pipeline by specifying an ordered list of agent IDs. Agents run in sequence, each receiving the previous agent's output as input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A short name for the pipeline. | |
| description | Yes | What this pipeline does. | |
| agent_ids | Yes | Ordered list of agent IDs to run in sequence (max 20). Use list_agents to find agent IDs. | |
| api_key | No | Your Project Hub API key. |