run_pipeline
Execute multi-step AI agent pipelines by providing a pipeline ID and initial input. Each agent runs in sequence, passing output between them, and returns a run ID for status tracking.
Instructions
Execute an AI agent pipeline with an initial input. The pipeline will run each agent in sequence, passing output between them. Returns a run ID you can use to check status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | The pipeline ID to run. Use list_pipelines to see available options. | |
| input | Yes | The initial input passed to the first agent (e.g. a GitHub issue URL, task description, or any text). | |
| api_key | No | Your Project Hub API key (phub_...). Free plan: 10 runs/month. Get one at https://projecthub.dev/api-key |