# Vectorshift AI integration on Definable

> The End-to-End AI Automations Platform for building and deploying AI workflows, pipelines, chatbots, and knowledge bases.

## What this connects

The End-to-End AI Automations Platform for building and deploying AI workflows, pipelines, chatbots, and knowledge bases.

Vendor: https://vectorshift.ai/

## Tools available

**11** tools available. First 11:

- `VECTORSHIFT_CREATE_CHATBOT` — Create Chatbot — Tool to create a new chatbot. Chatbots are conversational AI interfaces built on pipelines. Use when you need to create a new chatbot with a specific pipeline configuration.
- `VECTORSHIFT_DELETE_CHATBOT` — Delete Chatbot — Tool to delete a chatbot by its ID. Permanently removes the chatbot from the account. Use when you need to remove a chatbot that is no longer needed.
- `VECTORSHIFT_GET_CHATBOT` — Get Chatbot — Tool to fetch an existing chatbot by its ID or name. Returns chatbot configuration and metadata. Use when you need to retrieve details about a specific chatbot. Either chatbot ID or name must be provided.
- `VECTORSHIFT_GET_KNOWLEDGE_BASE` — Get Knowledge Base — Tool to fetch an existing knowledge base by its ID or name. Returns knowledge base configuration and metadata. Use when you need to retrieve details about a specific knowledge base.
- `VECTORSHIFT_GET_PIPELINE` — Get Pipeline — Tool to fetch an existing pipeline by its ID or name. Returns pipeline configuration and metadata. Use when you need to retrieve a specific pipeline's details, configuration, or metadata.
- `VECTORSHIFT_LIST_CHATBOTS` — List Chatbots — Tool to list all available chatbots in the account. Use when you need to retrieve chatbot IDs or full chatbot details.
- `VECTORSHIFT_LIST_PIPELINES` — List Pipelines — Tool to list all available pipelines in the VectorShift account. Use when you need to retrieve the catalog of pipelines. Supports filtering for shared pipelines and verbose output with full pipeline details.
- `VECTORSHIFT_LIST_TRANSFORMATIONS` — List Transformations — Tool to list all available transformations in the account. Use when you need to retrieve transformation IDs or complete transformation objects.
- `VECTORSHIFT_RUN_PIPELINE` — Run Pipeline — Tool to run a VectorShift pipeline with the given inputs. Use when you need to execute a pipeline and get its results or run_id for asynchronous execution. Returns the pipeline execution status, run_id, and outputs if execution completed synchronously.
- `VECTORSHIFT_RUN_PIPELINE_BULK` — Run Pipeline in Bulk — Tool to run a VectorShift pipeline in bulk with multiple sets of inputs. Use when you need to batch process multiple pipeline executions in a single API call. Returns the overall status and an array of outputs with run_id for each execution.
- `VECTORSHIFT_TERMINATE_PIPELINE` — Terminate Pipeline Execution — Tool to terminate a running pipeline execution. Use when you need to stop a pipeline run by its run_id.

## Auth

Auth schemes: `API_KEY`.

## How agents use Vectorshift

Inside a Definable workflow, Vectorshift is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Vectorshift** — the Researcher (GPT-5.5) pulls context from Vectorshift (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Vectorshift** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Vectorshift (create record, post message, draft email).
- **Designer / Engineer → Distributor → Vectorshift** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Vectorshift (attach file, open PR comment, post status).

The Verifier checks every Vectorshift call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/

## Related

- HTML page: https://definable.ai/apps/vectorshift/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
