Connect to API

Install Vectice

Before installing Vectice, ensure you have the necessary dependencies.

For Python , you will need the following:

  1. Python 3.8 version or greater.

  2. To have pip installed.

For R , you will need to install and use the reticulate library.

# Install the latest vectice package
pip install vectice

# Install a specific vectice version
pip install vectice==24.1

# You can chain multiple installations
pip install vectice["s3, gcs"]

Create an API key

The Vectice API seamlessly integrates with your favorite notebook or IDE, as well as popular AI tools, platforms, and frameworks. Once connected to the Vectice App using the Vectice API, you can continuously document assets, progress, and learnings.

Your API key is unique to you and should not be shared with your colleagues.

To create an API key:

  1. Click on the key icon in the upper right corner of the Vectice app

  2. Select Create API Key

  3. We recommend you download the key as a JSON file to have all of your necessary credentials.

What's next?

Use your API key to auto-document your work in the QuickStart project.