← Tools Reference

VectorShift

VectorShift integration (AI, Developer Tools). Imported from open-connector.

API key4 toolshttps://api.vectorshift.ai/v1
GET
vectorshift_list_pipelines
List VectorShift pipelines that are accessible to the connected API key.

/pipelines

2 parameters
ParamTypeRequiredDescription
include_sharedbooleanoptionalWhether shared pipelines should be included in the result.
verbosebooleanoptionalWhether VectorShift should include full pipeline objects.
GET
vectorshift_get_pipeline
Fetch one VectorShift pipeline by pipeline ID or by pipeline name.

/pipeline

4 parameters
ParamTypeRequiredDescription
pipeline_idstringoptionalThe VectorShift pipeline identifier.
namestringoptionalThe VectorShift pipeline name.
usernamestringoptionalOptional username used by VectorShift when resolving a pipeline by name.
org_namestringoptionalOptional organization name used by VectorShift when resolving a pipeline by nam…
POST
vectorshift_run_pipeline
Run one VectorShift pipeline with JSON-safe inputs and return the resulting outputs.

/pipeline/{pipeline_id}/run

2 parameters
ParamTypeRequiredDescription
pipeline_idstringrequiredThe VectorShift pipeline identifier.
inputsobjectrequiredMap of input names to their JSON-safe values.
POST
vectorshift_bulk_run_pipeline
Run multiple instances of the same VectorShift pipeline with JSON-safe inputs in one request.

/pipeline/{pipeline_id}/bulk_run

2 parameters
ParamTypeRequiredDescription
pipeline_idstringrequiredThe VectorShift pipeline identifier.
runsarrayrequiredThe list of run payloads sent to VectorShift.