Configure DataRobot for AI agent imports
To import AI agents from DataRobot, you need to perform the following authentication and configuration steps in both the DataRobot and Okta consoles.
After you've completed these configurations, follow the steps in Enable AI agent imports for an app.
Generate a DataRobot API key
Okta uses a Bearer token (API key) to authenticate with the DataRobot Registered Models API.
The API key inherits the permissions of the user who creates it. It is recommended to create a dedicated service account user with read-only access to Registered Models. No write or deployment permissions are required.
- Sign in to the DataRobot instance.
- Click your profile icon in the top-right corner and select API keys and tools.
- Click Create key.
- In the Personal API keys tab, click Create new key.
- Provide a name (for example,
okta-ai-agent-import) and click Create. - Copy the API key and store it in a secure location.
Note:
You cannot view the key again after you close the dialog.
Add a specific tenant URL to the app instance
The URL defines the base API path used for fetching agents.
-
In the Admin Console, go to .
- Select the DataRobot instance.
- Go to the General tab.
- Click Edit in the App Setting section.
- Enter your tenant URL in the DataRobot URL field.
- Click Save.
Next step