Vectorshift
The End-to-End AI Automations Platform for building and deploying AI workflows, pipelines, chatbots, and knowledge bases.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Vectorshift authenticates with an API key. Generate the credential in your Vectorshift account, then paste it into FlyMyAI the first time an agent uses a Vectorshift action.
Get your Vectorshift credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | To get your API Key, sign in to VectorShift, click the User menu on the top left, and go to "Profile" > "API Keys". (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
VECTORSHIFT_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. | pipeline, deployed |
VECTORSHIFT_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. | id |
VECTORSHIFT_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 | 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 | 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 | Tool to list all available chatbots in the account. Use when you need to retrieve chatbot IDs or full chatbot details. | - |
VECTORSHIFT_LIST_KNOWLEDGE_BASES | Tool to list all available knowledge bases in your VectorShift account. Use when you need to retrieve knowledge base information by id or name. | - |
VECTORSHIFT_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 | Tool to list all available transformations in the account. Use when you need to retrieve transformation IDs or complete transformation objects. | - |
VECTORSHIFT_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. | id |
VECTORSHIFT_RUN_PIPELINE_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. | id, runs |
VECTORSHIFT_TERMINATE_PIPELINE | Tool to terminate a running pipeline execution. Use when you need to stop a pipeline run by its run_id. | id, run_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Vectorshift!