# 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".

&#x20;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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/system-settings/data-sources/connection-settings/aimachinelearning/datarobot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
