DataRobot

Authenticating to DataRobot API

Various login credentials must be supplied to connect to the standard API and Prediction API of DataRobot.

Authenticating with a Login and API Key

Set the User and Password to your login credentials, and specify PredictionInstance. Additionally, set the APIKey connection property to your API Token, if you have obtained one already. If you are using a Cloud Prediction instance for DataRobot, you will need to supply DataRobotKey as well. To obtain the APIKey, follow the steps below:

  1. Login to the DataRobot UI, and click the person icon in the top right corner of the UI.

  2. From the drop down menu, select "Profile".

  3. Profile information will appear, including your "API Token".

To obtain the DataRobotKey, do the following:

  1. Login to the DataRobot UI, and click "Deployments" in the top-most toolbar.

  2. Open a deployment.

  3. In the deployment's menu, select the "Integrations" tab.

  4. Your DataRobotKey is the second entry in the headers JSON object.

Last updated