Overview

Build, edit, and deploy pipelines using the language of your choice using our Python SDK and API endpoints.

VectorShift provides developers with a way to interact with the majority of the platform's functionality through code. Our goal is for anything that can be done through VectorShift's no-code platform to have a counterpart for developers.

Currently, we offer two main ways to work with the platform through code:

  • Use our Python SDK to build pipelines in an object-oriented manner, as well as save and run them.

  • Use our API endpoints to interact with your pipelines and data through JSON.

To use our developer platform, you must have generated an API key. To get set up, check out Access for information on generating an API token.

We're continuously expanding our developer platform, so stay tuned for updates and new additions.

Last updated