MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
Create PipelineDelete PipelineFetch the JSON Schema for a pipeline config, by module typeGet RunList PipelinesList RunsTrigger a catalog ingestion pipeline run without blockingTrigger a managed catalog ingestion pipelineUpdate Pipeline
Admin Ingestion

Create Pipeline

POST
/v1/admin/ingestion/pipelines

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/admin/ingestion/pipelines" \  -H "Content-Type: application/json" \  -d '{    "slug": "string",    "display_name": "string",    "category": "string",    "config": {}  }'
{  "slug": "string",  "display_name": "string",  "category": "string",  "default_trust_tier": "string",  "module_type": "string",  "enabled": true,  "config": {},  "schedule_cron": "string",  "schedule_paused": true,  "failure_threshold": 0,  "consecutive_failures": 0,  "backoff_base_minutes": 0,  "backoff_max_minutes": 0}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Update Hero Banner Slide

Previous Page

Delete Pipeline

Next Page

slug*Slug
display_name*Display Name
category*Category
default_trust_tier?string|null
module_type?Module Type
Default"api"

Value in

  • "api"
  • "llm_scraper"
config*
schedule_cron?|null
failure_threshold?|
Default3
backoff_base_minutes?Backoff Base Minutes
Range1 <= value
Default5
backoff_max_minutes?Backoff Max Minutes
Range1 <= value
Default240