bulk_import
Import connections, uploads, pipelines, and transformations in a single call with JSON v2 format. Validates all items before creating any, ensuring no partial imports.
Instructions
Bulk-import connections, uploads, pipelines, and transformations in one call.
Requires --allow-write. Uses the JSON v2 import format. Validates everything first — if any errors, nothing is created.
Args: payload: JSON v2 import payload with version, connections, uploads, pipelines, transformations sections. See AI_IMPORT_GUIDE.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |