artificial intelligence

Add DataRobot to your AI agent

DataRobot is a machine learning platform that automates model building, deployment, and monitoring, enabling organizations to derive predictive insights from large datasets

Things your agent can do in DataRobot
836

Things your AI can do in DataRobot

Your FormWise AI can handle any of these in DataRobot — on its own, without you needing to click a button.

  • Add User to Organization

    Popular

    Tool to add a user to an existing organization. Use when you have an organizationId and wish to add or create a user within it.

  • Add Users to Group

    Popular

    Tool to add one or more users to a DataRobot user group by groupId. Use when you have a valid groupId and want to add existing usernames. Limit 100 users per request.

  • Analyze Dataset Definition

    Popular

    Tool to analyze a dataset definition by ID. Use when you need to trigger an analysis job that retrieves dataset metadata, schema, and statistics.

  • Build Java Scoring Code Package

    Popular

    Initiates an asynchronous build of a Java JAR package containing DataRobot Scoring Code for a deployment. The JAR can be executed locally for predictions or used as a library in Java applications. Use after confirming the deployment is active and supports scoring code. Poll the returned statusId or location URL to track build progress.

  • Cancel Notebook Job

    Popular

    Tool to cancel a running or pending notebook job execution. Use when you need to stop a notebook job that is currently executing or queued. The cancellation is immediate and cannot be undone.

  • Cancel Project Job

    Popular

    Tool to cancel a pending job for a project. Use when you need to stop a queued or running job after confirming its ID.

  • Check Project Status

    Popular

    Tool to check the status of a DataRobot project. Use after creating or loading a project to monitor its stage and Autopilot completion.

  • Copy File or Folder

    Popular

    Tool to copy a file or folder within the same DataRobot catalog item. Use when you need to duplicate files or folders in the data registry with configurable overwrite strategies.

  • Create Access Role

    Popular

    Create a custom Access Role for an organization. Use to define tailored permission sets controlling user access to DataRobot entities (projects, deployments, datasets, etc.). Requires an organization ID which can be obtained from the account info endpoint.

  • Create Batch Monitoring Job

    Popular

    Tool to create a DataRobot Batch Monitoring job for tracking model performance and data drift on batch predictions. Use when you need to monitor predictions at scale. The job is created asynchronously and returns immediately with a job ID.

  • Create Batch Monitoring Job Definition

    Popular

    Tool to create a Batch Monitoring job definition for tracking deployment performance and data drift. Use when you need to set up scheduled or manual monitoring jobs for a DataRobot deployment.

  • Create Batch Prediction Job Definition

    Popular

    Tool to create a Batch Prediction job definition. Use when you need to manually or scheduled scoring on large datasets.

Show 487 more things it can do
  • Create Batch Predictions

    Popular

    Tool to create a new batch predictions job in DataRobot. Use when you need to score large datasets using a deployment, model, or model package. The job processes predictions asynchronously.

  • Create Batch Predictions From Existing

    Popular

    Tool to create a new Batch Prediction job based on an existing job's configuration. Use when you need to re-run predictions with the same settings.

  • Create Batch Predictions From Job Definition

    Popular

    Tool to launch a Batch Prediction job from a job definition. Use when you need to execute a previously created batch prediction job definition for scoring.

  • Create Calendar from File Upload

    Popular

    Tool to create a DataRobot calendar by uploading a CSV or XLSX file containing date events. Use when you need to define custom calendars for time-series modeling with specific event dates. The operation is asynchronous - poll the returned location URL to check completion status.

  • Create Change Request

    Popular

    Create a Change Request for a DataRobot deployment to enable governance workflows. Use when you need to request approval for deployment changes such as changing importance, replacing models, updating status, or deleting deployments. Change requests require approval from authorized reviewers before changes can be applied.

  • Create Credentials

    Popular

    Store a new set of credentials in DataRobot for use with data sources and connections. Supports multiple credential types including basic auth, OAuth, cloud provider credentials (AWS, GCP, Azure), and database-specific authentication. Use when you need to securely store credentials for connecting to external data sources or services.

  • Create Custom Application Source From Template

    Popular

    Tool to create a custom application source from a custom template. Use when you need to instantiate a new application source based on an existing custom template.

  • Create Custom Jobs Cleanup

    Popular

    Tool to permanently delete a custom job. Use when you need to permanently remove a soft-deleted custom job and all its components. The custom job must be soft-deleted first before permanent deletion.

  • Create Custom Model

    Popular

    Tool to create a new DataRobot custom model for training or inference. Use when you need to register a custom model in DataRobot. For inference models, targetType and targetName are typically required (e.g., targetType='Regression' requires targetName).

  • Create Data Stage

    Popular

    Tool to create a data stage in DataRobot. Use when you need to create a new data stage with a specified filename for data staging operations.

  • Create Dataset Definition

    Popular

    Create a dataset definition in DataRobot to define how to access and use a dataset from the AI Catalog. Use when you need to establish a reusable definition for a dataset that can be referenced in projects and deployments.

  • Create Dataset Chunk Definition

    Popular

    Tool to create a chunk definition for a dataset definition in DataRobot. Use when you need to define how to partition a dataset into chunks for distributed processing or validation strategies.

  • Create Dataset Feature List

    Popular

    Tool to create a custom feature list within a dataset. Use when you need to define a specific subset of features for analysis or modeling.

  • Create Dataset from File

    Popular

    Tool to create a DataRobot dataset by uploading a file (CSV, Excel, etc.). Use when you need to upload data files to DataRobot's global catalog for modeling or prediction. Dataset creation is asynchronous - poll the statusId to monitor completion.

  • Create Dataset Version from File

    Popular

    Tool to create a new version of an existing DataRobot dataset by uploading a file (CSV, Excel, etc.). Use when you need to update an existing dataset with new data. Dataset version creation is asynchronous - poll the statusId to monitor completion.

  • Create Dataset from Data Source

    Popular

    Tool to create a dataset from an external data source connector (database, S3, etc.). Use when you need to import data from a configured data source into DataRobot. The dataset creation is asynchronous - poll the returned location URL to check completion status.

  • Create Dataset from Recipe

    Popular

    Tool to create a dataset from a DataRobot wrangling recipe. Use when you need to materialize a recipe into a reusable dataset. Creation is asynchronous - poll the location URL to check completion status.

  • Create Dataset from URL

    Popular

    Tool to create a DataRobot dataset from a publicly accessible URL. Use when you need to import data from HTTP/HTTPS URLs into DataRobot's data catalog. Returns immediately with catalog and status IDs - dataset ingestion happens asynchronously.

  • Create Dataset Version from Latest Version

    Popular

    Tool to create a new dataset version from the latest version of its data source. Use when you need to refresh a dataset with updated data from its original source. The dataset version creation is asynchronous - poll the returned location URL to check completion status.

  • Create Dataset Version from URL

    Popular

    Tool to create a new version for an existing DataRobot dataset from a publicly accessible URL. Use when you need to update an existing dataset with new data from HTTP/HTTPS URLs. Returns immediately with status ID - version creation happens asynchronously.

  • Create Dataset Version from Previous Version

    Popular

    Tool to create a new dataset version from a specific previous version of its data source. Use when you need to refresh a dataset based on a particular historical version. The dataset version creation is asynchronous - poll the returned location URL to check completion status.

  • Create Deployment

    Popular

    Create a DataRobot deployment from a model package to enable real-time or batch predictions. Prerequisites: 1. First obtain a modelPackageId using LIST_MODEL_PACKAGES or CREATE_MODEL_PACKAGE 2. Optionally get predictionEnvironmentId using LIST_PREDICTION_ENVIRONMENTS 3. For managed SaaS, get defaultPredictionServerId using LIST_PREDICTION_SERVERS The deployment is created asynchronously. Poll the returned location URL to check readiness status.

  • Create Deployment Custom Metric from Custom Job

    Popular

    Tool to create a deployment custom metric from an existing custom job in DataRobot. Use when you need to track custom business or operational metrics for a deployment. The custom job must have an associated hosted custom metric template.

  • Create Deployment Custom Metric

    Popular

    Create a deployment custom metric for monitoring deployment or model-specific metrics. Use for numeric metrics (average, gauge, sum) or categorical metrics to track custom KPIs beyond standard monitoring.

  • Upload Custom Metrics from JSON

    Popular

    Tool to upload custom metric values from JSON for a DataRobot deployment. Use when you need to submit custom monitoring metrics (e.g., business KPIs, external performance measures) to track alongside model predictions. The operation is asynchronous - returns immediately with a location URL to poll for job status.

  • Delete Deployment Monitoring Data

    Popular

    Tool to delete deployment monitoring data for a specific model within a time period. Use when you need to remove historical monitoring data for a model in a deployment. Specify time ranges using top-of-the-hour RFC3339 datetime strings.

  • Create Deployment Retraining Policy

    Popular

    Tool to create a deployment retraining policy in DataRobot. Use when you need to set up automated model retraining based on schedules, data drift, or accuracy decline triggers.

  • Create Entity Notification Channel

    Popular

    Tool to create an entity notification channel in DataRobot. Use when you need to set up notifications for deployments or custom jobs.

  • Create External Data Store Standard UDF

    Popular

    Tool to start a job that creates a standard user-defined function in an external data store. Use when you need to add rolling aggregation functions (median or most frequent) to a database for use in DataRobot feature engineering. Requires write permissions to the data store.

  • Create External Data Sources

    Popular

    Tool to create a new external data source in DataRobot. Use when you need to create a connection to an external database or filesystem. Requires a valid dataStoreId from an existing data store connection.

  • Create External Data Store

    Popular

    Tool to create a new external data store in DataRobot. Use when establishing a connection to external databases or data systems. The created data store ID can then be used with CREATE_EXTERNAL_DATA_SOURCES to define specific tables or queries.

  • Retrieve Data Store Schemas

    Popular

    Tool to retrieve data store schemas. Use when you need to list available schemas and catalogs from an external data store.

  • Create Empty Files Catalog Item

    Popular

    Tool to create an empty files catalog item in DataRobot. Use when you need to create a placeholder catalog entry before uploading files to it. After creating the empty catalog item, use CREATE_FILES_FROM_FILE or CREATE_FILES_FROM_URL to populate it with actual files.

  • Copy Files in Batch

    Popular

    Tool to copy multiple files or folders in a batch operation within DataRobot's data registry. Use when you need to copy multiple files at once, either within the same catalog item or to a different catalog item.

  • Create Files Downloads

    Popular

    Tool to generate a temporary download URL for a DataRobot catalog file. Use when you need to download data from a catalog item. The download URL is valid for a limited time (default 60 seconds, maximum 5 minutes).

  • Add Files to Existing Catalog Item

    Popular

    Tool to add file(s) to an existing DataRobot files catalog item. Use when you need to upload additional files to an existing catalog entry. The file addition is asynchronous - poll the returned location URL to check status.

  • Create Files From Stage

    Popular

    Tool to apply staged files to a catalog item. Use when you need to finalize and commit files from a stage to a files catalog item.

  • Create Files From URL

    Popular

    Tool to create a files catalog item in DataRobot from a URL. Use when you need to import files from a publicly accessible URL into the DataRobot catalog. The file is downloaded and processed asynchronously - use GET_CATALOG_ITEM to check the import status.

  • Add Files to Catalog Item from URL

    Popular

    Tool to add file(s) into an existing files catalog item from a URL. Use when you need to add additional files from a URL to an existing DataRobot files catalog item. The file download and processing happens asynchronously - poll the returned location URL to check status.

  • Create Files Download Links

    Popular

    Tool to generate temporary download URLs for files in a catalog item. Use when you need to retrieve data from an unstructured dataset via direct download links. The generated URLs are temporary and valid for the specified duration (default 10 minutes, max 50 minutes).

  • Stage File for Batch Upload

    Popular

    Tool to stage a file for a batch upload in DataRobot. Use when uploading files to a specific catalog item's stage. Returns the catalog ID and stage ID upon successful upload.

  • Create GenAI Custom Model LLM Validations

    Popular

    Tool to create a GenAI custom model LLM validation. Use when you need to test and validate LLM deployment behavior. Returns a validation object with status TESTING initially; poll the validation status to check completion.

  • Create Model Package

    Popular

    Tool to create a model package from a DataRobot Leaderboard model. Use after a model is trained and you need an offline package.

  • Create Modeling Featurelist

    Popular

    Tool to create a new modeling featurelist in a DataRobot project. Use when you need to define a custom set of features for model training.

  • Create Notebook

    Popular

    Tool to create a new notebook in DataRobot Workbench for interactive code development. Use when you need to create a Jupyter notebook for data exploration, analysis, or model development.

  • Create Notebook Environment Variables

    Popular

    Tool to create one or more environment variables for a specific notebook. Use when you need to add environment variables like API keys, credentials, or configuration values to a notebook.

  • Create Notebook from File

    Popular

    Tool to create a new notebook in DataRobot by uploading a notebook file. Use when you need to import an existing Jupyter notebook (.ipynb) into DataRobot. The notebook is created asynchronously and returns immediately with notebook metadata.

  • Create Prediction Dataset from Data Source

    Popular

    Upload a prediction dataset from a DataSource for making predictions on a DataRobot project. Returns immediately with a status URL - the upload happens asynchronously. Use when you need to make predictions using data from an external data source connector.

  • Initialize Prediction Explanations

    Popular

    Tool to initialize prediction explanations for a DataRobot model. Prediction explanations help understand which features most influenced individual predictions. Use after a model is trained to enable prediction explanation insights for that model.

  • Create DataRobot Project

    Popular

    Create a new DataRobot project from a dataset URL, existing dataset ID, or data source connector. Returns immediately with a project ID and status URL - project creation happens asynchronously. Use DATAROBOT_CHECK_PROJECT_STATUS or DATAROBOT_GET_PROJECT to verify the project is ready before starting modeling.

  • Clone DataRobot Project

    Popular

    Tool to clone an existing DataRobot project. Use when you need to create a copy of a project with its dataset and optionally its settings. Project cloning happens asynchronously - use DATAROBOT_CHECK_PROJECT_STATUS to verify completion.

  • Create Projects Autopilots

    Popular

    Tool to start Autopilot on a DataRobot project with a specific feature list. Use when you need to initiate automated model building with specified Autopilot settings. Prerequisites: The project must be in 'modeling' stage with a target already set.

  • Create Blender Model

    Popular

    Tool to create a blender model from multiple existing models in a DataRobot project. Blenders combine predictions from multiple models using methods like averaging or stacking. Use this after training multiple models to create an ensemble that may improve prediction accuracy.

  • Validate Cross-Series Properties

    Popular

    Tool to validate columns for potential use as the group-by column for cross-series functionality in a DataRobot project. Use when configuring multiseries or time series projects with cross-series features.

  • Create Datetime Model From Model

    Popular

    Tool to retrain an existing datetime model with specified parameters. Use when you need to create a new version of a datetime model with different training settings, sample size, or feature list. This action is asynchronous and returns a job URL to monitor progress.

  • Create Feature Association Matrix

    Popular

    Tool to compute a feature association matrix for a DataRobot project using a specific featurelist. Use when you need to analyze feature correlations and associations in a project. The computation is asynchronous and returns immediately with a job ID to monitor progress.

  • Create Feature List

    Popular

    Tool to create a new featurelist in a DataRobot project. Use when you need to define a custom set of features for model training.

  • Create Frozen Model

    Popular

    Train a new frozen model with parameters from an existing model. Frozen models replicate the training parameters and hyperparameters of a source model, allowing you to retrain with different sample sizes or cluster counts while maintaining consistent methodology. Use when you want to test how a model performs with different data sizes or clustering configurations without changing its fundamental approach.

  • Train DataRobot Model

    Popular

    Tool to train a new model in a DataRobot project using a specific blueprint. Use this after obtaining a blueprintId from DATAROBOT_LIST_BLUEPRINTS or from existing models. The model training happens asynchronously - poll the returned location URL to monitor progress.

  • Create Advanced-Tuned Model

    Popular

    Submit a job to create a new version of a DataRobot model with different advanced tuning parameters. Use this to fine-tune model hyperparameters beyond the default Autopilot settings. The operation is asynchronous - poll the returned location URL to check job status.

  • Calculate Model Feature Impact

    Popular

    Tool to add a request to calculate feature impact for a DataRobot model to the job queue. Use this to understand which features have the most influence on model predictions. The operation is asynchronous - poll the returned location URL to check job status.

  • Retrain Model From Existing Model

    Popular

    Tool to retrain an existing model with specified parameters. Use when you need to create a new version of a model with different training settings, sample size, or feature list. This action is asynchronous and returns a job URL to monitor progress.

  • Create Prediction Dataset Upload

    Popular

    Tool to create a prediction dataset upload for a DataRobot project. Use when you need to upload a dataset that will be used for making predictions on a project. Returns a new dataset ID for the prediction dataset. For time series projects, you can specify forecast points or bulk prediction date ranges.

  • Create Prediction Dataset from URL

    Popular

    Tool to upload a prediction dataset from a URL to a DataRobot project. Use when you need to add prediction data from a publicly accessible URL to an existing project for scoring. The upload happens asynchronously - use the returned statusId to monitor progress.

  • Create Project Predictions

    Popular

    Tool to create new predictions for a dataset using a trained model within a DataRobot project. Returns immediately with a status URL - prediction computation happens asynchronously. Use the location URL to poll for completion and retrieve results.

  • Create Project Training Predictions

    Popular

    Tool to create training predictions for a DataRobot project. Use when you need to compute predictions on the training data using a trained model. Returns immediately with a status URL - computation happens asynchronously.

  • Create Recipe from Recipe

    Popular

    Tool to clone an existing wrangling recipe in DataRobot. Use when you need to create a copy of an existing recipe. The cloned recipe will have the same operations and settings as the original recipe.

  • Create Recipe from Data Store

    Popular

    Create a recipe and data source from a DataRobot data store. Use when connecting to external databases like Snowflake, BigQuery, Databricks, or Postgres to create a wrangling or SQL recipe. Requires an existing data store ID (from DATAROBOT_LIST_DATA_SOURCES) and use case ID (from GET /api/v2/useCases/).

  • Create Recipe from Dataset

    Popular

    Tool to create a DataRobot recipe from a dataset. Use when creating wrangling, SQL, or feature discovery recipes. Supports two modes: simple mode (requires dialect and status) or extended mode (requires recipeType with optional inputs and settings).

  • Create Recipe SQL Query

    Popular

    Tool to build SQL query for a DataRobot recipe. Use when you need to generate SQL from recipe operations or preview the SQL that would be executed. You can optionally override recipe operations or use input aliases instead of real table names.

  • Create Secure Configuration

    Popular

    Tool to create a secure configuration for storing credentials and sensitive data. Use when you need to securely store OAuth tokens, API keys, database credentials, or LLM provider credentials. The configuration can then be referenced in data sources, deployments, or other DataRobot resources.

  • Create Use Case

    Popular

    Tool to create a new DataRobot use case. Use when you need to create a container for organizing related projects, deployments, models, and other resources around a business problem or initiative.

  • Create User Group

    Popular

    Tool to create a new user group. Use when you need to add a group to an existing DataRobot organization after confirming orgId.

  • Create Value Tracker

    Popular

    Tool to create a new DataRobot value tracker for tracking ML project value and lifecycle stages. Use when you need to register a new ML initiative and track its business impact, feasibility, and stage progression. Value trackers help measure ROI and manage the lifecycle from ideation through production to retirement.

  • Delete Access Role

    Popular

    Tool to delete a custom Access Role. Use when you need to remove a custom role by its ID after verifying the ID.

  • Delete Batch Job

    Popular

    Tool to cancel a DataRobot batch job. Use when you need to abort a queued or running batch prediction job.

  • Delete Batch Monitoring Job Definition

    Popular

    Tool to delete a Batch Prediction job definition. Use when you need to permanently remove a batch monitoring job definition by its ID. Cannot delete if there are currently running jobs in the queue.

  • Delete Batch Prediction

    Popular

    Tool to cancel a DataRobot Batch Prediction job. Use when you need to abort a running or queued batch prediction job.

  • Delete Batch Prediction Job Definition

    Popular

    Tool to delete a Batch Prediction job definition. Use when you need to permanently remove a job definition by its ID.

  • Delete Calendar

    Popular

    Tool to delete a DataRobot calendar. Use when you need to permanently remove a calendar by its unique ID.

  • Delete Comment

    Popular

    Tool to delete a DataRobot comment. Use when you need to permanently remove a comment by its unique ID.

  • Delete Compliance Doc Template

    Popular

    Tool to delete a compliance documentation template. Use when you need to permanently remove a compliance doc template by its ID.

  • Delete Credentials

    Popular

    Tool to delete a credentials set. Use when you need to permanently remove credentials by their unique ID.

  • Delete Custom Application

    Popular

    Tool to delete a DataRobot custom application. Use when you need to permanently remove an application by its unique ID.

  • Delete Custom Application Source

    Popular

    Tool to delete a custom application source with all its versions. Use when you need to permanently remove a custom application source by its ID.

  • Delete Custom Job

    Popular

    Tool to delete a DataRobot custom job. Use when you need to permanently remove a custom job by its ID.

  • Delete Custom Model

    Popular

    Tool to delete a custom model in DataRobot. Use when you need to permanently remove a custom model by its unique ID. Cannot delete models that are currently deployed.

  • Delete Data Slices

    Popular

    Tool to delete multiple data slices in bulk. Use when you need to remove one or more data slices by their IDs. Supports deletion of up to 20 data slices in a single request.

  • Delete Data Slice

    Popular

    Tool to delete a data slice. Use when you need to permanently remove a data slice by its unique ID.

  • Delete Dataset

    Popular

    Tool to delete a dataset from DataRobot. Use when you need to permanently remove a dataset by its unique ID.

  • Delete Dataset Definition

    Popular

    Tool to soft delete a dataset definition by ID. Use when you need to remove a dataset definition without permanently deleting the underlying data.

  • Delete Chunk Definition

    Popular

    Tool to soft delete a chunk definition by ID. Use when you need to remove a chunk definition from a dataset definition.

  • Delete Dataset Featurelist

    Popular

    Tool to delete a dataset featurelist. Use when you need to permanently remove a featurelist from a dataset by its unique ID.

  • Delete Dataset Refresh Job

    Popular

    Tool to delete a DataRobot dataset refresh job. Use when you need to remove a scheduled dataset refresh job.

  • Delete Dataset Relationship

    Popular

    Tool to delete a dataset relationship. Use when you need to permanently remove a relationship between datasets by their unique IDs.

  • Delete Deployment

    Popular

    Tool to delete a DataRobot deployment. Use when you need to permanently remove a deployment by its unique ID.

  • Delete Entity Notification Channel

    Popular

    Tool to delete an entity notification channel. Use when you need to remove a notification channel from a deployment or custom job.

  • Delete Entity Notification Policy

    Popular

    Tool to delete an entity notification policy. Use when you need to remove a notification policy for a deployment or custom job.

  • Delete Entity Tag

    Popular

    Tool to delete an entity tag. Use when you need to remove an entity tag by its unique ID.

  • Delete External Data Source

    Popular

    Tool to delete an external data source. Use when you need to permanently remove a data source by its unique ID. Note: deletion will fail if the data source is in use by one or more datasets.

  • Delete External Data Store

    Popular

    Tool to delete an external data store. Use when you need to permanently remove a data store by its unique ID. Note: deletion will fail if the data store is in use by one or more data sources.

  • Delete External OAuth Provider

    Popular

    Tool to delete an external OAuth provider from DataRobot. Use when removing OAuth integrations for external services. This is an asynchronous operation that returns a job location URL for tracking deletion progress.

  • Delete Files

    Popular

    Tool to delete a file from DataRobot. Use when you need to permanently remove a file by its catalog ID.

  • Delete Files from Catalog

    Popular

    Tool to delete files or folders from a DataRobot catalog item. Use when you need to remove specific files or folders by their paths. Folder paths should end with a slash '/'. Maximum 1000 paths can be deleted in a single request.

  • Delete GenAI Cost Metric Configuration

    Popular

    Tool to delete a GenAI cost metric configuration. Use when you need to remove a cost metric configuration by its unique ID.

  • Delete GenAI OOTB Metric Configuration

    Popular

    Tool to delete a GenAI out-of-the-box (OOTB) metric configuration. Use when you need to remove an OOTB metric configuration by its unique ID.

  • Delete GenAI Playground

    Popular

    Tool to delete a GenAI playground. Use when you need to permanently remove a playground by its unique ID.

  • Delete Multiple Groups

    Popular

    Tool to delete multiple user groups by their IDs in a single request. Use when you need to remove several groups at once (limit 100 per request).

  • Remove Users from Group

    Popular

    Tool to remove one or more users from a DataRobot user group by groupId. Use when you need to revoke group membership for existing users. Limit 100 users per request.

  • Delete Modeling Featurelist

    Popular

    Tool to delete a specified modeling featurelist from a DataRobot project. Use when you need to remove a modeling featurelist by its ID. Supports dry-run mode to preview deletion impact and automatic deletion of dependencies.

  • Delete Notebook Cell

    Popular

    Tool to delete a specific cell from a DataRobot notebook. Use when you need to permanently remove a cell from a notebook by its unique ID. Use after confirming the cell is no longer needed.

  • Delete Notebook Environment Variable

    Popular

    Tool to delete a notebook environment variable by ID. Use when you need to remove an environment variable from a specific notebook.

  • Delete Notebook Execution Environment Port

    Popular

    Tool to delete an exposed port from a notebook execution environment in DataRobot. Use when you need to remove a specific port that was previously exposed for a notebook.

  • Delete Notebook Revision

    Popular

    Tool to delete a specific notebook revision by its ID. Use when you need to permanently remove a notebook revision.

  • Delete Notification Channel Template

    Popular

    Tool to delete a notification channel template. Use when you need to permanently remove a notification channel template by its ID.

  • Delete OpenTelemetry Metric Configuration

    Popular

    Tool to delete an OpenTelemetry metric configuration for a specified entity. Use when you need to remove a metric configuration by its ID.

  • Delete Payoff Matrix

    Popular

    Tool to delete a payoff matrix from a DataRobot project. Use when you need to permanently remove a payoff matrix by its unique ID.

  • Delete Prediction Explanations Initialization

    Popular

    Tool to delete an existing prediction explanations initialization for a model. Use when you need to remove prediction explanation configuration from a specific model in a project.

  • Delete Project

    Popular

    Tool to delete a DataRobot project. Use when you need to permanently remove a project by its unique ID. Use after confirming the project is no longer needed.

  • Delete Project Model

    Popular

    Tool to delete a model from a DataRobot project's leaderboard. Use when you need to permanently remove a model by its ID.

  • Delete Project Model Job

    Popular

    Tool to cancel a modeling job for a DataRobot project. Use when you need to stop a queued or running model job by its ID. The job must not have already completed.

  • Delete Feature List

    Popular

    Tool to delete a specified featurelist from a DataRobot project. Use when you need to remove a featurelist by its ID. Supports dry-run mode to preview deletion impact and automatic deletion of dependencies.

  • Delete Projects Prediction Datasets

    Popular

    Tool to delete a prediction dataset that was uploaded for a DataRobot project. Use when you need to permanently remove a prediction dataset by its unique ID.

  • Delete Quota

    Popular

    Tool to delete a quota by its ID. Use when you need to permanently remove a quota from the system.

  • Delete Recipe

    Popular

    Tool to delete a wrangling recipe. Use when you need to permanently remove a recipe by its unique ID.

  • Delete Registered Model

    Popular

    Tool to archive a registered model in DataRobot. Use when you need to remove a registered model by its unique ID.

  • Delete Secure Configuration

    Popular

    Tool to delete a secure configuration and its values. Use when you need to permanently remove a secure configuration by its unique ID.

  • Delete Spark Sessions

    Popular

    Tool to stop a DataRobot Spark wrangling session by size. Use when you need to terminate an active Spark session to free up resources.

  • Delete Use Case

    Popular

    Tool to delete a DataRobot use case. Use when you need to permanently remove a use case by its unique ID.

  • Delete Use Case Reference

    Popular

    Tool to remove a related entity from a DataRobot use case. Use when you need to unlink a resource (dataset, project, deployment, etc.) from a use case.

  • Delete User Blueprint

    Popular

    Tool to delete a user-owned blueprint in DataRobot. Use when you need to permanently remove a user blueprint by its unique ID.

  • Delete User Blueprints

    Popular

    Tool to delete one or more user blueprints by their IDs. Use when you need to remove custom blueprints from DataRobot. Returns lists of successfully and unsuccessfully deleted blueprint IDs.

  • Delete User Group

    Popular

    Tool to delete a user group by its ID. Use after confirming the group ID to remove that group.

  • Delete All User Notifications

    Popular

    Tool to delete all user notifications in DataRobot. Use when you need to clear all notifications for the authenticated user.

  • Delete Value Tracker

    Popular

    Tool to delete a DataRobot value tracker. Use when you need to permanently remove a value tracker by its unique ID.

  • Download Custom Model

    Popular

    Tool to download the latest custom model version content from DataRobot. Use when you need to retrieve a custom model archive.

  • Download File

    Popular

    Tool to download file data from a DataRobot catalog item by streaming it. Use when you need to retrieve the actual file content from the catalog.

  • Download Scoring Code

    Popular

    Tool to download scoring code for a DataRobot deployment. Use after deployment is active.

  • Export Tenant Usage

    Popular

    Export tenant resource usage data for billing and cost analysis. Retrieves detailed usage records including CPU, GPU, and LLM workloads for a specified tenant and date range. Use the Get Account Info action first to obtain the required tenantId. Note: Start date cannot be before 2025-07-01.

  • Finalize Batch Predictions CSV Upload

    Popular

    Tool to finalize a multipart CSV upload for batch predictions. Use after uploading all CSV parts via PUT requests to submit the job to the scoring queue. Only works for jobs created with multipart=true.

  • Get Access Role

    Popular

    Tool to retrieve details for a specific Access Role by ID. Use when you need confirmation of role permissions.

  • Get Account Info

    Popular

    Retrieves account information for the currently authenticated user, including user ID (uid), email, name, tenant ID, and organization ID (orgId). No parameters required. Use this action to get the current user's orgId for listing organization users or tenantId for tenant-level operations.

  • Get Accuracy Metrics Config

    Popular

    Tool to retrieve which accuracy metrics are displayed and their order for a deployment. Use when you need the configured metrics order for a deployment.

  • Get Accuracy Over Time

    Popular

    Tool to retrieve baseline and accuracy metric values over time buckets for a deployment. Use when analyzing model performance trends; call after confirming the deployment is live.

  • Get Batch Job

    Popular

    Tool to retrieve a DataRobot batch job by ID. Use when you need details about a specific batch prediction or monitoring job.

  • Get Batch Prediction Job Definition

    Popular

    Tool to retrieve a Batch Prediction job definition by ID. Use when you need to inspect configuration or check scheduling status.

  • Get Batch Predictions

    Popular

    Tool to retrieve a Batch Prediction job by ID. Use when you need to check the status or details of a batch prediction job.

  • Get Calendar

    Popular

    Tool to retrieve information about a calendar by ID. Use when you need calendar details including events and format.

  • Get Catalog Item

    Popular

    Tool to retrieve catalog item details by ID. Use when you need information about a specific catalog item including its status, type, and metadata.

  • Get Credentials

    Popular

    Tool to retrieve the credentials set by ID. Use when you need to fetch details of a specific credential.

  • Get Credentials Associations

    Popular

    Tool to list credentials associated with a specific object. Use when you need to retrieve credentials linked to a data connection or batch prediction job definition.

  • Get Custom Job

    Popular

    Tool to retrieve a custom job by ID. Use when you need details about a specific DataRobot custom job.

  • Get Custom Job Item

    Popular

    Tool to retrieve custom job file content by custom job ID and item ID. Use when you need to access the contents of a specific file associated with a DataRobot custom job.

  • Get Custom Model Version

    Popular

    Tool to retrieve a specific custom model version in DataRobot. Use when you need details about a particular version of a custom model.

  • Get Custom Model

    Popular

    Tool to retrieve a DataRobot custom model by ID. Use when you need custom model metadata and version details before deployment or testing.

  • Get Custom Template

    Popular

    Tool to retrieve a single custom template by ID from DataRobot. Use when you need to get detailed information about a specific custom template.

  • Get Dataset

    Popular

    Tool to retrieve a dataset by ID from DataRobot's catalog. Use when you need detailed metadata about a specific dataset.

  • Get Dataset Definition

    Popular

    Tool to retrieve a dataset definition by ID. Use when you need to inspect dataset schema, size, or metadata before using it in modeling or predictions.

  • Get Dataset Featurelist

    Popular

    Tool to retrieve a specific featurelist from a dataset. Use when you need to get details of a dataset featurelist including its features and metadata.

  • Get Dataset Feature Transform

    Popular

    Tool to retrieve a feature transform for a specific dataset feature. Use when you need details about how a feature was transformed in DataRobot.

  • Get Dataset Version

    Popular

    Tool to retrieve detailed information about a specific dataset version. Use when you need to inspect dataset metadata, schema, and processing state for a particular version.

  • Get Dataset Version Featurelist

    Popular

    Tool to retrieve a specific featurelist from a dataset version. Use when you need to get details of a featurelist associated with a specific version of a dataset.

  • Get Datetime Partitioning

    Popular

    Tool to retrieve datetime partitioning configuration for a project. Use when you need to inspect a project's time-series settings before modeling.

  • Get Deployment

    Popular

    Tool to retrieve a deployment by ID. Use after creating or updating a deployment to fetch its full metadata and status.

  • Get Deployment Accuracy

    Popular

    Tool to retrieve accuracy metrics for a deployment over a time period. Use when you need to analyze model performance trends or drift for a specific deployment.

  • Get Deployment Capabilities

    Popular

    Tool to retrieve the capabilities for a deployment. Use after creating or loading a deployment to check supported features.

  • Get Deployment Features

    Popular

    Tool to retrieve features in the universe dataset associated with a deployment. Use after deployment creation to explore its feature set.

  • Get Deployment Settings Checklist

    Popular

    Tool to return a checklist of deployment settings and their configuration state. Use when you need to verify which settings are set, partial, or not set for a given deployment.

  • Get Entity Notification Channel By ID

    Popular

    Tool to retrieve an entity notification channel by ID for a specific deployment or custom job. Use when you need to get details about a notification channel configuration.

  • Get Entity Notification Policy by ID

    Popular

    Tool to retrieve an entity notification policy by ID. Use when you need to fetch details about a specific notification policy for a deployment or custom job.

  • Get Entity Notification Policy Template by ID

    Popular

    Tool to retrieve a specific entity notification policy template by ID. Use when you need to fetch details about a specific notification policy template for a deployment or custom job.

  • Get Execution Environment

    Popular

    Tool to retrieve details about a specific execution environment by its ID. Use when you need to check environment configuration, versions, and deployment status.

  • Get External Data Source

    Popular

    Tool to retrieve external data source details by ID. Use when you need to inspect data source configuration or metadata.

  • Get Feature List

    Popular

    Tool to retrieve a specific feature list by ID. Use when you need detailed information about a particular feature list in a DataRobot project.

  • Get GenAI Custom Model LLM Validations

    Popular

    Tool to retrieve a GenAI custom model LLM validation by ID. Use when you need validation details, status, or configuration for a custom model deployment.

  • Get Guard Configuration

    Popular

    Tool to retrieve a DataRobot guard configuration by ID. Use when you need to inspect or verify guard settings for custom models, playgrounds, or other entities.

  • Get Guard Template

    Popular

    Tool to retrieve information about a guard template by ID. Use when you need details about a specific guardrail template.

  • Get Data Quality Summary for Dataset Version

    Popular

    Tool to retrieve data quality summary for a dataset version. Use when you need to check data quality issues, warnings, or recommendations for a specific dataset version.

  • Get Data Quality Summary for Dataset

    Popular

    Tool to retrieve data quality summary for a dataset. Use when you need to assess data quality issues, check for anomalies, or review data quality check results before modeling.

  • Get Model Feature Effects Insights

    Popular

    Tool to retrieve feature effects insights for a DataRobot model. Use when analyzing feature importance and impact on model predictions for a specific data source (validation, training, or backtest).

  • Get ROC Curve Insights for Model

    Popular

    Tool to retrieve paginated ROC curve insights for a specific model. Use when you need to analyze model performance using ROC curves for different data sources or slices.

  • Get SHAP Impact Insights for Model

    Popular

    Tool to retrieve paginated SHAP Impact insights for a specific model. Use when analyzing feature importance and impact on model predictions for a given model ID.

  • Get Model Package

    Popular

    Tool to retrieve a model package by ID. Use when you need detailed information about a specific model package including capabilities, datasets, target info, and deployment status.

  • Get Notebook

    Popular

    Tool to retrieve a specific DataRobot notebook by ID. Use when you need detailed information about a specific notebook.

  • Get Notification Channel Template

    Popular

    Tool to retrieve a specific notification channel template by ID. Use when you need to fetch details about a notification channel template configuration.

  • Get OpenTelemetry Metric Configuration

    Popular

    Tool to retrieve an OpenTelemetry metric configuration for a specific entity. Use when you need details about OTel metrics for deployments, use cases, or other DataRobot entities.

  • Get Project

    Popular

    Tool to retrieve a DataRobot project by ID. Use when you need project metadata before further operations.

  • Get Project Access Control

    Popular

    Tool to list users with their roles on a project. Use after assigning permissions or when auditing project access. Example prompt: "List access control entries for project 5f6a7b8c9d0e1f2a3b4c5d6e, first page of 20."

  • Get Project Blueprint

    Popular

    Tool to retrieve a blueprint by its ID. Use when you need blueprint metadata and model details for a specific project.

  • Get Project Job

    Popular

    Tool to retrieve details for an in-progress project job. Use after starting a project job to monitor its status before completion.

  • Get Modeling Featurelist

    Popular

    Tool to retrieve a single modeling featurelist by ID. Use when you need details about a specific featurelist within a DataRobot project.

  • Get Project Model

    Popular

    Tool to retrieve a model from a DataRobot project. Use when you need details about a specific model's configuration, performance metrics, and training settings.

  • Get Model ROC Curve

    Popular

    Tool to retrieve ROC curve data for a specific model from a single data source. Use when analyzing binary classification model performance across different thresholds.

  • Get Projects Prediction Datasets

    Popular

    Tool to get metadata of a specific prediction dataset in a DataRobot project. Use when you need to retrieve details about a dataset uploaded for prediction.

  • Get Project Training Predictions

    Popular

    Tool to retrieve training predictions for a project. Use when you need to access prediction results from model training for analysis or validation purposes.

  • Get Recipe Operation

    Popular

    Tool to retrieve details of a specific operation from a wrangling recipe. Use when inspecting individual data transformation steps.

  • Get Recipe

    Popular

    Tool to retrieve a DataRobot wrangling recipe by ID. Use when you need details about a specific recipe.

  • Get Recommended Settings

    Popular

    Tool to retrieve configured recommended settings for an entity type. Use when you need to get recommended configuration settings for deployments or other entities.

  • Get Registered Model

    Popular

    Tool to retrieve a registered model by ID. Use when you need to fetch metadata about a specific registered model.

  • Get Registered Model Version

    Popular

    Tool to retrieve a specific version of a registered model. Use when you need detailed information about a registered model version including its capabilities, datasets, target info, and deployment status.

  • Get Tenant Active Users

    Popular

    Retrieve active users in a tenant over a date range. Returns a list of users who were active during the specified period. Use when an admin needs to audit user activity or generate usage reports. Note: The start date must be on or after 2025-07-01.

  • Get Use Case

    Popular

    Tool to retrieve a DataRobot use case by ID. Use when you need to get details about a specific use case including its metadata, associated resources, and member information.

  • Get Use Cases Datasets

    Popular

    Tool to get dataset details in the scope of a use case. Use when you need detailed information about a specific dataset within a use case context.

  • Get User Group

    Popular

    Tool to retrieve a user group by its ID. Use when you need the group's properties and permissions.

  • Get Value Tracker

    Popular

    Tool to retrieve a value tracker by ID. Use when you need to get details about a specific value tracker.

  • Invite Users

    Popular

    Tool to invite multiple users by email to join the DataRobot platform. Use when you need to send invitation emails to new users. The API returns a 202 status with a Location header to poll for job status.

  • List Access Role Users

    Popular

    Tool to list users assigned to an Access Role. Use when you need to fetch all users directly, via groups, or via organization by role ID.

  • List Access Roles

    Popular

    Tool to list access roles. Use when you need to retrieve available access roles, with optional global filtering.

  • List Application Templates

    Popular

    Tool to list application templates the user has access to. Use when browsing available application templates in DataRobot.

  • List Applications

    Popular

    Tool to list DataRobot applications created by the authenticated user. Use when retrieving a paginated list of applications.

  • List Automated Documents

    Popular

    Tool to list all automated documents in DataRobot. Use when retrieving compliance documents, model reports, or other generated documentation.

  • List Batch Jobs

    Popular

    Tool to list DataRobot batch jobs. Use when you need to retrieve batch job records filtered by status or source.

  • List Batch Monitoring Job Definitions

    Popular

    Tool to list DataRobot batch monitoring job definitions. Use when you need to retrieve scheduled batch monitoring job configurations with optional filtering by name or deployment ID.

  • List Batch Prediction Job Definitions

    Popular

    Tool to list batch prediction job definitions. Use when retrieving scheduled or manual batch prediction configurations.

  • List Batch Predictions

    Popular

    Tool to list DataRobot batch prediction jobs. Use when you need to retrieve batch prediction job records filtered by status, source, deployment, or other criteria.

  • List Catalog Items

    Popular

    Tool to list all catalog items accessible by the user. Use when you need to browse or search available datasets, user blueprints, and files in the DataRobot catalog.

  • List Change Requests

    Popular

    Tool to list change requests in DataRobot. Use when you need to retrieve change requests for deployments or other entities, optionally filtering by status, owner, or entity.

  • List Code Snippets

    Popular

    Tool to retrieve available code snippets from DataRobot. Use when you need to get code examples for models, predictions, or workloads in various languages.

  • List Credentials

    Popular

    Tool to list all available credentials. Use when you need to retrieve credentials accessible to the authenticated user.

  • List Credentials Associations

    Popular

    Tool to list all objects associated with specific credentials. Use when you need to find which deployments, data sources, or other objects are using a particular credential.

  • List Custom Applications

    Popular

    Tool to list custom applications created by the authenticated user. Use when retrieving a paginated list of custom applications from DataRobot.

  • List Custom Jobs

    Popular

    Tool to list custom jobs in DataRobot. Use when you need to browse or filter available custom jobs, optionally filtering by running status, search term, or job type.

  • List Custom Jobs Custom Metrics

    Popular

    Tool to list all custom metrics associated with a custom job in DataRobot. Use when you need to browse or retrieve custom metrics linked to a specific custom job.

  • List Custom Job Runs

    Popular

    Tool to list custom job runs for a specific custom job in DataRobot. Use when you need to browse execution history of a custom job, optionally filtering by scheduled job ID.

  • List Custom Model Deployments

    Popular

    Tool to list custom model deployments in DataRobot. Use when retrieving custom model deployments sorted by creation time.

  • List Custom Model Tests

    Popular

    Tool to list custom model tests for a specific custom model in DataRobot. Use when you need to retrieve testing history and results for a custom model.

  • List Custom Models

    Popular

    Tool to list custom models in DataRobot. Use when retrieving paginated custom models from DataRobot.

  • List Custom Models Versions

    Popular

    Tool to list custom model versions in DataRobot. Use when retrieving all versions of a specific custom model.

  • List Custom Templates

    Popular

    Tool to retrieve a list of custom templates from DataRobot. Use when you need to browse, filter, or search available custom templates for applications.

  • List Custom Training Blueprints

    Popular

    Tool to list custom training blueprints in DataRobot. Use when you need to retrieve blueprints for custom model training, optionally filtered by model ID or target types.

  • List Data Slices Slice Sizes

    Popular

    Tool to retrieve the number of rows available after applying a data slice to a specified dataset subset. Use when you need to check the size of a data slice for a specific source (e.g., crossValidation, training, holdout).

  • List Data Sources

    Popular

    Tool to list all available data sources. Use when retrieving the catalog of data connections.

  • List Dataset Definitions

    Popular

    Tool to list all dataset definitions for the user. Use when you need to browse or retrieve available dataset definitions.

  • List Dataset Permissions

    Popular

    Tool to retrieve permissions for a specific dataset in DataRobot. Use when you need to check what operations the current user can perform on a dataset.

  • List Dataset Version Projects

    Popular

    Tool to list all projects that use a specific dataset version. Use when you need to find which projects are using a particular version of a dataset.

  • List Datasets

    Popular

    Tool to list all datasets in the DataRobot global catalog. Use when you need to browse or filter available datasets before modeling or prediction.

  • List Dataset All Features Details

    Popular

    Tool to retrieve detailed information about all features in a DataRobot dataset. Use when you need feature statistics, types, and metadata for analysis or model preparation.

  • List Dataset Feature Transforms

    Popular

    Tool to list all feature transforms applied to a dataset. Use when you need to understand the transformations applied to dataset features before modeling.

  • List Dataset Featurelists

    Popular

    Tool to retrieve featurelists associated with a specific dataset in DataRobot. Use when you need to browse or filter featurelists for a dataset.

  • List Datasets Shared Roles

    Popular

    Tool to list shared roles for a dataset. Use when you need to view who has access to a dataset and their permission levels.

  • List Dataset Version All Features Details

    Popular

    Tool to retrieve detailed information about all features in a specific DataRobot dataset version. Use when you need feature statistics, types, and metadata for a particular version of a dataset.

  • List Dataset Version Feature Lists

    Popular

    Tool to retrieve feature lists for a specific dataset version in DataRobot. Use when you need to list, search, or filter feature lists associated with a particular version of a dataset.

  • Download Dataset Version File

    Popular

    Tool to download original dataset data from a specific dataset version. Use when you need to retrieve the raw file for a dataset version.

  • List Deployment Runtime Parameters

    Popular

    Tool to list runtime parameters for a deployment. Use when retrieving deployment runtime parameter configurations.

  • List Deployments

    Popular

    Tool to list deployments a user can view. Use when retrieving paginated deployments from DataRobot.

  • List Deployments Accuracy Over Batch

    Popular

    Tool to retrieve accuracy metrics over batches for a deployment. Use when analyzing batch-level model accuracy trends or comparing performance across batches.

  • List Deployments Batch Service Stats

    Popular

    Tool to retrieve service health metrics for a deployment's batch predictions. Use when analyzing batch service performance, execution times, or error rates.

  • List Deployments Feature Drift

    Popular

    Tool to retrieve feature drift scores for a deployment over a time period. Use when you need to analyze feature drift metrics to monitor data quality and distribution changes in production.

  • List Deployment Health Settings

    Popular

    Tool to retrieve deployment health settings. Use when you need to check the configuration for health monitoring of a deployment.

  • List Deployments Humility Stats

    Popular

    Tool to retrieve humility stats for a deployment. Use when you need to analyze humility metrics and rule violations for a specific deployment over a time period.

  • List Deployments Humility Stats Over Time

    Popular

    Tool to retrieve humility statistics over time for a deployment. Use when monitoring humility rule performance and trends across time periods.

  • List Deployments Model History

    Popular

    Tool to retrieve champion model history for a deployment. Use when examining model changes and deployment history over time.

  • List Deployments Prediction Results

    Popular

    Tool to retrieve predictions results for a deployment. Use when you need to analyze prediction outputs and compare them with actual values.

  • List Deployment Predictions Over Time

    Popular

    Tool to retrieve metrics about predictions over time for a deployment. Use when analyzing prediction patterns, distribution trends, or monitoring prediction characteristics across time periods for a specific deployment.

  • List Predictions vs Actuals Over Batch

    Popular

    Tool to retrieve metrics about predictions and actuals over a specific set of batches. Use when you need to analyze mean predicted & actual values, predicted & actual class distributions for a deployment.

  • List Deployments Predictions Vs Actuals Over Time

    Popular

    Tool to retrieve predictions vs actuals over time for a deployment. Use when analyzing prediction quality and comparing predicted values with actual outcomes across time periods.

  • Archive Model Package

    Tool to archive a DataRobot model package. Use when you need to archive a model package that is no longer actively used.

  • Clone Application Template

    Tool to clone an application template into a codespace. Use when you need to create a new codespace from an existing template.

  • Clone Files Collection

    Tool to create a duplicate files collection in DataRobot. Use when you need to clone an existing files catalog item, optionally excluding specific files. The cloning operation is asynchronous - poll the returned location URL to check status.

  • Create and Start Notebook Codespace

    Tool to create and start a new notebook codespace in DataRobot. Use when you need to set up an interactive Jupyter notebook environment within a use case. Note: DataRobot limits concurrent notebooks to 4 running in parallel. If the limit is reached, stop or delete an existing notebook before creating a new one.

  • Create Automated Document

    Tool to request generation of automated compliance documents in DataRobot. Use when you need to generate documentation for projects, models, or deployments. The document generation is asynchronous. Poll the returned location URL to check status and retrieve the document once generation completes.

  • Create Calendars from Country Code

    Initialize generation of preloaded calendars from a country code. Creates calendars with national holidays for the specified country and date range. Calendar generation is asynchronous - poll the returned location URL to check completion status.

  • Create Calendar from Dataset

    Tool to create a calendar from a dataset in DataRobot. Use when preparing time-series projects that require custom calendar definitions. Calendar creation is asynchronous - use the returned statusId to monitor progress.

  • Create Code Snippets

    Tool to generate code snippets for DataRobot models, predictions, or workloads. Use when you need sample code to interact with DataRobot models, make predictions, or process workloads in various programming languages.

  • Download Code Snippet

    Tool to download code snippets for DataRobot deployments, models, or workloads. Use when you need sample code to make predictions, interact with models, or work with workloads. Generates code in Python, cURL, PowerShell, or Qlik based on your deployment/model configuration.

  • Create Comment

    Tool to create a comment on a DataRobot entity (deployment, use case, model, catalog, etc.). Use when you need to add notes, feedback, or documentation to DataRobot objects.

  • Create Compliance Doc Template

    Tool to create a new compliance documentation template in DataRobot. Use when you need to define a reusable structure for model compliance documentation. Templates can include DataRobot-generated content, user-provided text, custom sections, and table of contents. Sections can be nested up to 5 levels deep with a maximum of 500 total sections.

  • Create Custom Application Source

    Tool to create a custom application source in DataRobot. Use when you need to create a new source for custom applications.

  • Create Custom Application Source Version

    Create a new custom application source version in DataRobot. Use when you need to create a new version of an existing custom application source with optional file uploads, environment configuration, or based on a previous version.

  • Create Custom Job

    Tool to create a new DataRobot custom job. Use when you need to define a custom execution task that runs arbitrary Python code in DataRobot's managed environment. Only the 'name' field is required; DataRobot applies sensible defaults for other fields.

  • Create Custom Job Hosted Custom Metric Template

    Tool to create a hosted custom metric template for a DataRobot custom job. Use when defining how custom metrics should be collected and aggregated for observability. The template must specify whether metrics are model-specific, the aggregation type, and for numeric metrics, directionality and units.

  • Get Custom Model Deployment Logs

    Tool to request logs from a deployed custom model. Use when troubleshooting failed prediction requests or debugging custom model behavior. Returns a status ID for polling - logs are generated asynchronously.

  • Clone Custom Model

    Tool to clone an existing custom model in DataRobot. Use when you need to create a copy of a custom model for reuse or experimentation.

  • Create Custom Model Version

    Tool to create a new version for an existing DataRobot custom model. Use when you need to update a custom model with new code files, environment changes, or configuration updates. Creates either a major or minor version based on the isMajorUpdate parameter.

  • Create Data Disparity Insights

    Tool to start data disparity insight calculations for a DataRobot model. Use when you need to analyze data disparity between two classes for a specific feature. The calculation is asynchronous; poll the returned location URL to check job status and retrieve results.

  • Create Data Engine Workspace State

    Create a Data Engine workspace state by executing a SQL query against DataRobot datasets. Use when you need to transform, join, or prepare data before modeling. The workspace state captures the query definition and can be used to generate new datasets or feed into projects.

  • Create Data Slice

    Create a new data slice in a DataRobot project to define a subset of data based on feature filters. Use when you need to analyze or model specific segments of your data (e.g., high-value customers, specific regions). Supports up to 3 filters with operators: eq, in, <, >, between, notBetween.

  • Create Data Slice Size Computation

    Tool to compute the number of rows available after applying a data slice to a dataset subset. Use when validating data slice filters or checking how many rows will be included in analysis for a specific data partition. Returns slice size and validation messages. Status 202 indicates successful validation.

  • Create Dataset Feature Transform

    Tool to create a feature transform on a DataRobot dataset. Use when you need to transform an existing feature into a new feature with a different type or extract date components. Feature creation is asynchronous - poll the returned location URL to check status.

  • Create Dataset Refresh Job

    Tool to schedule a dataset refresh job in DataRobot. Use when you need to automate periodic data updates for a dataset. The schedule must be at least daily (hourly schedules are not supported).

  • Create Dataset Relationships

    Tool to create dataset relationships in DataRobot by linking features between two datasets. Use when you need to enable advanced feature engineering across multiple datasets for modeling.

  • Create Deployments Actuals Data Exports

    Tool to create a deployment actuals data export for a specified time period. Use when you need to export actuals data from a deployment to analyze model performance and accuracy.

  • Create Deployment Actuals from Dataset

    Tool to submit actuals values from AI Catalog dataset for deployment monitoring. Use when you need to upload actual outcomes for predictions to enable accuracy tracking and monitoring. The submission is asynchronous - poll the Location header URL to check completion status.

  • Create Deployment Actuals from JSON

    Submit actual values for predictions to a DataRobot deployment. Use this to track model accuracy and performance over time by providing ground truth values that can be compared against predictions.

  • Create Deployment Custom Metrics Bulk Upload

    Bulk upload custom metric values to a DataRobot deployment. Use this to efficiently submit multiple timestamped custom metric values in a single request for model monitoring and observability.

  • Upload Custom Metric Values from Dataset

    Tool to upload custom metric values from a dataset to a deployment. Use when you need to populate custom metrics with data from an existing dataset. The operation is asynchronous and returns a location URL to check the import status.

  • Create Deployment Monitoring Batch

    Tool to create a monitoring batch for a DataRobot deployment. Use when you need to organize predictions into named batches for monitoring and tracking purposes. Monitoring batches help group related predictions for analysis and reporting.

  • Create Deployment Prediction Data Export

    Tool to create a prediction data export for a deployment. Use when you need to export prediction data for observability and data exploration.

  • Create Deployment Training Data Export

    Tool to create a deployment training data export in DataRobot. Use when you need to export the training data used for a deployed model. The export is enqueued asynchronously and processes in the background. Poll the returned location URL to check export status and retrieve the data once ready.

  • Create Entity Notification Policy

    Tool to create an entity notification policy in DataRobot. Use when you need to set up automated notifications for specific events on deployments or custom jobs (e.g., health changes, model replacements, batch job completions). Requires a pre-existing notification channel; create one via the entity notification channels endpoint first.

  • Create Entity Notification Policy from Template

    Tool to create an entity notification policy from a template. Use when you need to set up automated notifications for events on deployments or custom jobs. The policy defines when notifications should be sent and through which channel (email, Slack, webhook, etc.).

  • Create Entity Notification Policy Template

    Tool to create an entity notification policy template in DataRobot. Use when you need to set up notification rules for deployments or custom jobs. Templates allow you to define reusable notification policies that can be applied to multiple entities.

  • Create Entity Tag

    Tool to create a new entity tag in DataRobot. Use when you need to tag experiment containers for organization and categorization.

  • Create Execution Environment Version

    Tool to create a new version for an existing DataRobot execution environment. Use when you need to add a new version to an execution environment by specifying a Docker image URI, Docker context, or Docker image file. The environment version build is asynchronous - the API returns immediately with a 202 status.

  • Request Execution Environment Version Build

    Tool to request an on-demand image build for an execution environment version. Use when you need to trigger a build for a specific environment version before downloading or deploying it.

  • Get External Data Store Columns

    Tool to retrieve column metadata from an external data store. Use when you need to discover the schema and data types of tables in an external database connection. Requires a valid dataStoreId and authentication credentials.

  • Get Data Store Columns Info

    Tool to retrieve column metadata for a table in an external data store. Use when you need to inspect the schema and structure of a database table. This operation is only supported for JDBC data stores.

  • List External Data Store Tables

    Tool to retrieve database tables and views from a DataRobot external data store. Use when you need to browse available tables before creating a dataset from an external data source.

  • Create External OAuth Provider

    Create an external OAuth provider configuration in DataRobot for integrating with external services. Use this to configure OAuth authentication for services like GitHub, GitLab, Bitbucket, Google, Box, Microsoft, Jira, or Confluence. The provider enables secure authentication flows for accessing external resources from DataRobot.

  • Create File Stage

    Tool to create an empty stage for File Registry files upload. Use when you need to upload files to DataRobot's File Registry. The stage acts as a temporary upload container before finalizing the file.

  • Create File Version Download Links

    Tool to generate temporary download URLs for catalog file versions. Use when you need to retrieve data from a catalog item and version via URLs. The generated URLs expire after the specified duration (default 600 seconds, maximum 3000 seconds).

  • Create GenAI Chat Prompts

    Tool to create a GenAI chat prompt and execute it with an LLM. Use when you want to send a prompt to a DataRobot LLM for completion, optionally leveraging vector database retrieval for RAG workflows.

  • Create GenAI Comparison Chat

    Tool to create a new GenAI comparison chat within a playground for comparing different LLM responses. Use when you need to set up a new comparison chat environment to evaluate multiple model outputs side-by-side.

  • Create GenAI Custom Model Embedding Validations

    Tool to create and run validation tests for GenAI custom model embeddings. Use when you need to verify that a custom model deployment meets DataRobot's requirements for embedding generation before using it in production.

  • Create GenAI Custom Model Vector Database Validation

    Create a validation for a GenAI custom model deployment's vector database capabilities. Returns immediately with validation ID - validation runs asynchronously and status can be checked using the returned ID. Use when you need to verify that a custom model deployment can properly handle vector database operations for RAG (Retrieval-Augmented Generation) use cases.

  • Create GenAI Custom Model Version

    Tool to create a GenAI custom model version from an LLM blueprint in DataRobot. Use when you need to register a custom model version for deployment or testing. Prerequisites: You must first create an LLM blueprint before calling this endpoint.

  • Create GenAI Evaluation Dataset Configuration

    Tool to create a GenAI evaluation dataset configuration for testing LLM applications. Use when you need to set up evaluation datasets with prompt columns and optional response/tool call columns for assessing GenAI playground outputs. Required for running AI robustness tests on GenAI use cases.

  • Create GenAI LLM Blueprint

    Tool to create a new GenAI LLM blueprint for generative AI applications. Use when you need to configure an LLM with specific settings, system prompts, and optional RAG capabilities. Requires a valid playgroundId and llmId. Set llmId to 'custom-model' when using customModelLlmSettings.

  • Create GenAI LLM Blueprints from Chat Prompt

    Tool to create a GenAI LLM blueprint from an existing chat prompt. Use when you have a chat prompt ID and want to convert it into a reusable LLM blueprint for experimentation and deployment.

  • Create GenAI LLM Blueprint from LLM Blueprint

    Tool to create a new GenAI LLM Blueprint by copying from an existing LLM Blueprint. Use when you need to duplicate an LLM blueprint configuration with modifications or for version control. The new blueprint inherits all properties from the source blueprint except for the name and description.

  • Create GenAI LLM Test Configuration

    Tool to create a GenAI LLM test configuration for AI robustness testing. Use when you need to set up automated testing for LLM outputs against metrics like toxicity, jailbreak attempts, or PII leakage.

  • Create GenAI LLM Test Suite

    Tool to create a new GenAI LLM test suite for evaluating LLM applications. Use when you need to group LLM test configurations together for AI robustness testing. Requires a valid useCaseId - use DATAROBOT_LIST_USE_CASES to find available use cases.

  • Create GenAI Playground

    Tool to create a new GenAI playground for experimenting with LLM applications. Use when you need to set up a new playground environment associated with a specific use case.

  • Create GenAI Playground OOTB Metric Configurations

    Tool to create OOTB (Out-of-the-Box) metric configurations for a GenAI playground. Use when you need to add performance, safety, and governance metrics to monitor LLM responses in a playground.

  • Create GenAI Playground Trace Dataset

    Tool to create a trace dataset for a GenAI playground. Use when you need to create a dataset for storing playground traces associated with a specific playground ID.

  • Create Guard Configurations to New Custom Model Version

    Tool to apply guard configurations to a new custom model version in DataRobot. Creates a new version with the specified moderation guards. Use when you need to add toxicity detection, PII filtering, or other content moderation to a custom model.

  • Create Guard Configuration

    Create a guard configuration to monitor and control AI model behavior during prompt and response stages. Guards can detect issues like PII, toxic content, off-topic responses, or custom validation rules. Requires a templateId (from DATAROBOT_LIST_GUARD_TEMPLATES) and entityId (custom model or playground).

  • Create Insights Lift Chart

    Tool to request calculation of a Lift chart insight in DataRobot. Use when you need to analyze model performance across population segments with optional data slicing. The Lift chart calculation is asynchronous. Poll the returned location URL to check status and retrieve results once calculation completes.

  • Create ROC Curve Insight

    Request calculation of ROC curve insights for a DataRobot model, custom model, or vector database. The ROC curve is computed asynchronously and can optionally be filtered by a data slice. Use this to evaluate binary classification model performance across different data partitions.

  • Create Insights SHAP Distributions

    Tool to request calculation of SHAP Distributions in DataRobot. Use when you need to analyze the distribution of SHAP values across features with optional data slicing. SHAP (SHapley Additive exPlanations) Distributions help understand how feature values contribute to model predictions across the dataset. The calculation is asynchronous - poll the returned location URL to check status and retrieve results once calculation completes.

  • Create SHAP Impact Insight

    Tool to request calculation of SHAP Impact insights in DataRobot. Use when you need to understand feature importance based on Shapley values with optional data slicing. SHAP (SHapley Additive exPlanations) Impact provides model-agnostic feature importance by quantifying how much each feature contributes to individual predictions. The calculation is asynchronous - poll the returned location URL to check status and retrieve results once computation completes.

  • Create Insights SHAP Matrix

    Tool to request calculation of a SHAP Matrix insight in DataRobot. Use when you need feature importance explanations showing how each feature impacts model predictions, with optional data slicing. The SHAP Matrix calculation is asynchronous. Poll the returned location URL to check status and retrieve results once calculation completes.

  • Create SHAP Preview Insights

    Request calculation of SHAP Preview insights with an optional data slice. Returns immediately with a queue ID - the SHAP computation happens asynchronously. Use the queue ID to poll for job status and retrieve results when complete.

  • Create Model Package from JSON

    Tool to create a DataRobot model package from JSON metadata. Use when you have custom model metadata and want to register it as a model package without a Leaderboard model.

  • Expose Notebook Port

    Tool to expose a port on a DataRobot notebook execution environment. Use when you need to access a web service or application running inside a notebook (e.g., Flask/FastAPI apps, Jupyter extensions, or custom web servers). The notebook must be running to expose ports. Maximum 5 ports can be exposed per notebook.

  • Clone Notebook from Revision

    Tool to clone a notebook from an existing revision, creating a new notebook as a copy. Use when you need to create a new notebook based on a specific revision of an existing notebook. The operation is asynchronous and returns immediately with the new notebook ID.

  • Create Notebook Job

    Tool to create a scheduled notebook job in DataRobot. Use when you need to run a Jupyter notebook on a schedule or programmatically. The notebook must exist in DataRobot Codespaces before creating the job. Configure cron-like schedules to automate notebook execution.

  • Create Notebook Job Manual Run

    Tool to manually trigger a notebook job run in DataRobot. Use when you need to execute a notebook on-demand with optional parameters. For Codespace notebooks, both notebookId and notebookPath are required.

  • Create Notebook Revision

    Tool to create a new revision for a DataRobot notebook. Use when you need to save a checkpoint of a notebook's current state for version control or tracking changes.

  • Create Notebook Runtime Client Activity

    Tool to record client activity for a running notebook session. Use when tracking notebook session heartbeats or activity. This endpoint helps DataRobot track that a notebook session is still active.

  • Batch Create Notebook Cells

    Tool to batch create multiple cells in a DataRobot notebook. Use when you need to add multiple code or markdown cells to an existing notebook at a specific position. The cells are inserted after the specified cell ID, allowing precise control over cell placement.

  • Batch Delete Notebook Cells

    Tool to batch delete multiple cells from a DataRobot notebook. Use when you need to remove multiple cells at once by their cell IDs. The deletion is permanent and cannot be undone.

  • Create Notification Channel Template

    Tool to create a notification channel template in DataRobot. Use when you need to set up notification channels for alerts, monitoring, or integration with external services. Different channel types require different parameters (e.g., Email requires emailAddress, Webhook requires payloadUrl).

  • Send Email Verification Code for Notification Channel

    Tool to send a 6-digit verification code to a user's email address for setting up a notification channel. Use this action before creating an email notification channel to verify the email address. The verification code sent via this endpoint should be used when creating the actual email notification channel.

  • Create Notification Webhook Channel Test

    Tool to test webhook notification channel configuration by creating a test notification. Use when you need to validate webhook settings before creating a production notification channel.

  • Verify Email Channel Code

    Verify the notification email channel verification code. Use when an admin needs to confirm their email address for notifications by entering a 6-digit verification code.

  • Create OCR Job Resource

    Tool to create an OCR (Optical Character Recognition) job resource in DataRobot. Use when you need to extract text from images or scanned documents in a dataset. The OCR job processes the input dataset and creates an output dataset with extracted text.

  • Create OpenTelemetry Metric Configuration

    Tool to create an OpenTelemetry metric configuration for a DataRobot entity (deployment, use case, etc.). Use when you need to set up custom metric tracking for monitoring entity performance.

  • Get OTEL Metrics Values Over Time Segments

    Tool to get OpenTelemetry metric values for a specified entity, grouped by multiple attributes. Use when analyzing metrics segmented by attributes like HTTP method, status code, or other OpenTelemetry dimensions.

  • Batch Transform Feature Types

    Create multiple new features by transforming existing features to a different variable type. Use when you need to convert feature types in bulk (e.g., numeric to categorical, text to numeric). The operation is asynchronous - monitor the returned Location URL for completion status.

  • Create Bias Mitigation Feature Info

    Tool to submit a job to create bias mitigation data quality information for a given project and feature. Use when you need to create bias mitigation feature info for fairness analysis.

  • Prepare Model for Deployment

    Tool to prepare a DataRobot model for deployment by marking it as deployment-ready. Use when you have a trained model that needs to be packaged for deployment. The operation is asynchronous - poll the returned location URL to check completion status. After the model is deployment-ready, use DATAROBOT_CREATE_MODEL_PACKAGE to create a deployable package.

  • Create Feature Effects

    Tool to request Feature Effects calculation for a DataRobot model. Feature Effects show how each feature impacts predictions, including partial dependence and predicted vs actual relationships. Use when you need to compute Feature Effects for model interpretability analysis. The computation is asynchronous - use the returned location URL to poll for completion status.

  • Create Projects Payoff Matrices

    Tool to create a payoff matrix for a binary classification project in DataRobot. Use when you need to define cost-benefit values for model predictions to evaluate profit curves. Only works with binary classification projects.

  • Create Project Rating Table

    Tool to upload a modified rating table file to a DataRobot project. Use when you need to create a new rating table from a parent model. Returns the created rating table ID and name.

  • Transform Feature Type

    Create a new feature by changing the type of an existing feature in a DataRobot project. Use when you need to convert a single feature to a different variable type (e.g., numeric to text, categorical to numeric). The operation is asynchronous - monitor the returned Location URL for completion status.

  • Create Recipe Preview

    Tool to start the job that generates a preview of the data after applying a wrangling recipe. Returns immediately with a status URL - preview generation happens asynchronously.

  • Create Relationships Configuration

    Tool to create a relationships configuration in DataRobot for connecting multiple datasets for feature engineering. Use when you need to define how datasets relate to each other for time-aware or multi-table machine learning projects. The relationships configuration enables DataRobot to automatically generate features from related datasets by defining join keys and temporal relationships.

  • Create Remote Events

    Tool to post a remote deployment event to DataRobot. Use when you need to record custom events related to deployments such as health changes, model replacements, or prediction failures.

  • Create String Encryption

    Tool to encrypt a string which DataRobot can decrypt when needed. Use when storing sensitive data like passwords or credentials that DataRobot needs to access data stores.

  • Create Usage Data Exports

    Tool to create a customer usage data artifact request in DataRobot. Use when you need to export usage tracking data for audit, billing, or compliance purposes. Requires "CAN_ACCESS_USER_ACTIVITY" permission. The artifact generation is asynchronous. Poll the returned location URL to check status and retrieve the artifact ID once generation completes. The artifact will be in .zip format.

  • Link Multiple Entities to Use Case

    Tool to link multiple entities to a DataRobot use case in bulk. Use when you need to associate projects, notebooks, deployments, datasets, or other resources with a use case for organizational purposes.

  • Create User Blueprint From Blueprint

    Clone a blueprint from a project to create a user blueprint. Use when you need to save a project blueprint to your catalog for reuse in other projects. The created user blueprint can be customized and applied to different datasets.

  • Validate User Blueprints in Bulk

    Tool to validate multiple user blueprints in bulk and check their configuration correctness. Use when you need to verify that custom blueprints are properly configured before running them in a project.

  • Add User Blueprints to Project

    Add user blueprints to a DataRobot project's repository. Use when you want to make custom blueprints available for modeling in a specific project.

  • Validate User Blueprint Task Parameters

    Tool to validate task parameters for custom tasks in DataRobot User Blueprints. Use when building custom blueprints to verify that parameter values are acceptable before saving. Returns validation errors for any invalid parameters, or an empty errors list if all are valid.

  • Create Value Tracker Attachments

    Tool to attach resources to a DataRobot value tracker. Use when you need to link datasets, projects, deployments, or other objects to a value tracker for monitoring. Returns the list of successfully attached objects. Requires that the value tracker is writable and all specified objects are readable.

  • Delete Custom Application Source Version

    Tool to delete a custom application source version if it is still mutable. Use when you need to remove a specific version of a custom application source by its ID.

  • Delete Dataset Version

    Tool to delete a specific version of a dataset from DataRobot's catalog. Use when you need to permanently remove a dataset version that is no longer needed.

  • Delete Actuals Data Export

    Tool to delete an actuals data export job from a deployment. Use when you need to remove an export by its unique ID.

  • Delete Deployment Custom Metric

    Tool to delete a custom metric from a deployment. Use when you need to permanently remove a custom metric by its unique ID.

  • Delete Deployment Monitoring Batch

    Tool to delete a monitoring batch from a deployment. Use when you need to permanently remove a monitoring batch by its unique ID.

  • Delete Deployment Retraining Policy

    Tool to delete a retraining policy from a deployment. Use when you need to permanently remove a retraining policy by its unique ID.

  • Delete GenAI Custom Model LLM Validation

    Tool to delete a custom model LLM validation from DataRobot. Use when you need to remove a specific LLM validation by its ID.

  • Delete GenAI Custom Model Vector Database Validations

    Tool to delete a custom model vector database validation in DataRobot. Use when you need to remove a validation test for a custom model's vector database compatibility.

  • Delete GenAI LLM Blueprints

    Tool to delete a GenAI LLM blueprint in DataRobot. Use when you need to remove an LLM blueprint configuration by its unique ID.

  • Delete GenAI LLM Test Configurations

    Tool to delete an LLM test configuration in DataRobot. Use when you need to remove a test configuration for LLM robustness testing.

  • Delete Notebook Job

    Tool to delete a notebook job in DataRobot. Use when you need to permanently remove a scheduled or manual notebook job by its unique ID.

  • Delete Notebook

    Tool to delete a notebook in DataRobot. Use when you need to permanently remove a notebook by its unique ID.

  • Delete Status

    Tool to delete a task status object. Use when you need to remove a status entry by its unique ID.

  • Delete User Notification

    Tool to delete a user notification by ID. Use when you need to permanently remove a specific notification from the user's notification list.

  • Detect External Data Store UDFs

    Tool to start the job that detects standard user-defined functions for an external data store. Use when you need to detect rolling_median or rolling_most_frequent functions in a database schema.

  • Download Custom Model Version

    Tool to download custom model version content from DataRobot as a file archive. Use when you need to retrieve the full model version package including code and dependencies.

  • Evaluate Entitlements

    Tool to evaluate which entitlements are enabled for the authenticated user's DataRobot account. Use when checking feature availability or permissions before attempting operations that require specific entitlements.

  • Get Portable Batch Prediction Job Definition

    Tool to retrieve a portable batch prediction job definition snippet. Use when you need the configuration to run portable batch predictions outside DataRobot.

  • Get Change Request

    Tool to retrieve a DataRobot change request by ID. Use when you need details about a pending or completed change request for a deployment.

  • Get Compliance Doc Template

    Tool to retrieve a compliance documentation template by ID. Use when you need to view template details, structure, or sections before generating compliance documents.

  • Get Custom Application Source

    Tool to retrieve a custom application source by ID. Use when you need to get details about a specific custom application source.

  • Get Custom Templates Files

    Tool to retrieve a single custom template file by its ID. Use when you need to access the content and metadata of a specific file within a custom template.

  • Get Data Engine Workspace State

    Tool to retrieve a data engine workspace state by ID. Use when you need details about a specific data engine query execution.

  • Get Data Slice

    Tool to retrieve a Data Slice by ID. Use when you need to inspect a data slice configuration or filters for a project.

  • Get Dataset File

    Tool to download the original dataset file from DataRobot. Use when you need to retrieve the raw data for a dataset. Note: dataset must have dataPersisted=true and be a snapshot to be downloadable.

  • Get Dataset Feature Histogram

    Tool to retrieve histogram data for a specific feature in a dataset. Use when you need to analyze the distribution of values for a feature in the DataRobot dataset catalog.

  • Get Dataset Refresh Job

    Tool to retrieve a scheduled dataset refresh job by ID. Use when you need details about a specific dataset refresh schedule configuration.

  • Get Dataset Feature Histogram

    Tool to retrieve dataset feature histogram from DataRobot. Use when you need to visualize feature value distributions or understand feature characteristics.

  • Get Deployment Champion Model Package

    Tool to retrieve the champion model package for a deployment. Use when you need detailed information about the model package currently deployed as champion.

  • Get Deployment Actuals Data Export

    Tool to retrieve a single actuals data export for a deployment. Use when you need to check the status or results of an actuals data export job.

  • Get Deployment Custom Metric

    Tool to retrieve a single custom metric metadata for a deployment. Use when you need detailed information about a specific custom metric configured for a deployment.

  • Get Deployment Monitoring Batch

    Tool to retrieve a monitoring batch in a deployment. Use when you need to check the status or details of a specific monitoring batch.

  • Get Deployment Prediction Data Export

    Tool to retrieve a single prediction data export for a deployment. Use when you need to check the status or results of a prediction data export job.

  • Get Deployment Training Data Export

    Tool to retrieve a single training data export for a deployment. Use when you need to get details of a training data export by ID.

  • Get Entity Notification Channels

    Tool to list notification channels related to a specific entity. Use when retrieving notification channels for a deployment or custom job.

  • Get Entity Notification Policies

    Tool to list entity notification policies for deployments or custom jobs. Use when retrieving notification configurations for a specific entity.

  • Get Entity Notification Policy Templates

    Tool to list entity notification policy templates for a specific entity type. Use when retrieving notification policy templates for deployments or custom jobs.

  • Get Execution Environment Version

    Tool to retrieve a specific execution environment version by ID. Use when you need details about a particular environment version's build status, Docker context, and configuration.

  • Get External Data Driver

    Tool to retrieve external data driver details by driver ID. Use when you need driver metadata, configuration, or authentication types.

  • Get External Data Store

    Tool to retrieve external data store details by ID. Use when you need information about a specific data store configuration.

  • Get External Driver Configurations

    Tool to retrieve external driver configuration details by ID. Use when you need driver configuration metadata including JDBC settings, field schemas, and authentication types.

  • Get External OAuth Provider

    Tool to retrieve an external OAuth provider by ID. Use when you need the provider's configuration and connection details.

  • Get Frozen Model

    Tool to retrieve a frozen model from a DataRobot project. Use when you need details about a specific frozen model's configuration and performance metrics.

  • Get GenAI Chat

    Tool to retrieve a GenAI chat by ID. Use when you need to fetch chat details including status, associated LLM blueprint, and prompt count.

  • Get GenAI Chat Prompt

    Tool to retrieve a GenAI chat prompt by ID. Use when you need to fetch details about a specific chat prompt interaction.

  • Get GenAI Comparison Chat

    Tool to retrieve a GenAI comparison chat by ID. Use when you need to fetch details about a specific comparison chat in DataRobot's GenAI playground.

  • Get GenAI LLM

    Tool to retrieve details for a specific GenAI LLM by its ID. Use when you need to get configuration, settings, or metadata for a particular language model.

  • Get GenAI LLM Test Suite

    Tool to retrieve a GenAI LLM test suite by ID. Use when you need details about a specific LLM test suite configuration.

  • Get GenAI OOTB Metric Configuration

    Tool to retrieve a GenAI OOTB metric configuration by ID. Use when you need details about a specific out-of-the-box metric configuration for GenAI playgrounds.

  • Get GenAI Playground

    Tool to retrieve a DataRobot GenAI playground by ID. Use when you need playground details for GenAI operations.

  • Get Data Quality Report for Dataset Version Feature

    Tool to retrieve data quality report for a feature of a dataset version. Use when you need to assess data quality issues for a specific feature.

  • Get Feature Impact Insights

    Tool to retrieve feature impact insights for a DataRobot model. Use when you need to understand which features are most important in model predictions. Supports filtering by data slice, source partition, and pagination for large result sets.

  • Get Lift Chart Insights

    Tool to retrieve Lift chart insights for a DataRobot model. Use when you need to analyze model performance across different population segments, comparing predicted vs actual outcomes. Supports filtering by data slice, source partition, and pagination for large result sets.

  • Get SHAP Distributions Insights

    Tool to retrieve SHAP (SHapley Additive exPlanations) distribution insights for a DataRobot model. Use when you need to understand how feature values contribute to model predictions across the dataset. SHAP distributions show how features impact predictions for different data subsets, helping explain model behavior. Supports filtering by data slice, source partition, external datasets, and pagination for large result sets.

  • Get SHAP Preview Insights for Model

    Tool to retrieve SHAP Preview insights for a DataRobot model. Use when analyzing feature importance and SHAP values for model predictions.

  • Get MLOps Compute Bundle

    Tool to retrieve a specific MLOps compute bundle by ID. Use when you need to check resource specifications (CPU, memory, GPU) for deployments or custom models.

  • Get Model Number of Iterations Trained

    Tool to retrieve the number of iterations trained for a DataRobot model. Use when you need early stopping information for a specific model.

  • Get Model Word Cloud

    Tool to retrieve word cloud data for a DataRobot text-based model. Returns the most important ngrams (words/phrases) with their coefficients, frequencies, and counts. Use when analyzing feature importance for NLP models or understanding which text features drive predictions.

  • Get Notebook Code Snippet

    Tool to retrieve a notebook code snippet by ID. Use when you need to fetch details of a specific code snippet from DataRobot notebooks.

  • Get Notebook Environment Variables

    Tool to retrieve notebook environment variables by ID. Use when you need to view configured environment variables for a specific notebook.

  • Get Notebook Execution Environment

    Tool to retrieve a notebook execution environment by ID. Use when you need details about a specific execution environment configuration.

  • Get Notebook Execution Status

    Tool to retrieve the execution status of a DataRobot notebook. Use when you need to check the current execution state of a notebook, including running status and queued cells.

  • Get Notebook Job

    Tool to retrieve a DataRobot notebook job by ID. Use when you need to inspect the configuration, schedule, or status of a specific notebook job.

  • Get Notebook Revision by ID

    Tool to retrieve a specific notebook revision by notebook ID and revision ID. Use when you need details about a particular saved version of a notebook.

  • Get Notification Webhook Channel Tests

    Tool to retrieve the status of a notification webhook channel test. Use when checking test results after creating a webhook channel test.

  • Get OTel Metrics Values Over Time Segments

    Tool to get OpenTelemetry metric values grouped by segments attribute. Use when analyzing metrics across different segment values.

  • Get OTel Metrics Values by Segments

    Tool to retrieve OpenTelemetry metric values grouped by a segment attribute over a time period. Use when analyzing metrics segmented by attributes like model version or deployment ID.

  • Get OpenTelemetry Traces

    Tool to retrieve OpenTelemetry traces for monitoring and debugging. Use when you need to inspect trace details for deployments, use cases, or other entities.

  • Get Project Blueprint JSON

    Tool to retrieve the JSON representation of a DataRobot blueprint. Use when you need the detailed blueprint structure with task configurations.

  • Get Project Multicategorical Invalid Format File

    Tool to retrieve a file with format errors of potential multicategorical features for a DataRobot project. Use when you need to inspect formatting issues in multicategorical features.

  • Get Batch Type Transform Features Result

    Tool to retrieve the result of a batch variable type transformation. Use when you need to check the status and outcome of a feature type transformation job.

  • Get Projects Duplicate Images

    Tool to get a list of duplicate images containing the number of occurrences of each image. Use when analyzing Visual AI projects for duplicate images.

  • Get Project Feature Histograms

    Tool to retrieve feature histogram data for a specific feature in a DataRobot project. Use when you need to visualize feature distributions or analyze feature value patterns.

  • Get Project Feature

    Tool to retrieve detailed information about a specific feature in a DataRobot project. Use when you need to inspect feature properties, statistics, or metadata for a given feature name.

  • Get Project Modeling Feature

    Tool to retrieve detailed information about a specific modeling feature in a DataRobot project. Use when you need to inspect modeling feature properties, statistics, importance, or metadata for a given feature name.

  • Get Lift Chart

    Tool to retrieve lift chart data from a single source for a project model. Use when you need to analyze lift chart performance metrics for a specific data source like validation, crossValidation, holdout, or backtests.

  • Get Project Rating Table Model

    Tool to retrieve a rating table model from a DataRobot project. Use when you need details about a specific rating table model's configuration, performance metrics, and training settings.

  • Get Project Rating Table

    Tool to retrieve rating table information from a DataRobot project. Use when you need details about a specific rating table including validation status and associated models.

  • Get Quota Template

    Tool to retrieve a specific quota template by ID. Use when you need details of a particular quota template.

  • Get Quotas

    Tool to retrieve a specific quota by ID. Use when you need details about resource quotas and policies.

  • Get Secure Config

    Tool to retrieve a secure configuration by ID. Use when you need to inspect secure configuration metadata before performing operations.

  • Get Secure Config Schema

    Tool to retrieve a secure configuration schema by ID. Use when you need the schema definition for a secure config.

  • Get Value Tracker Value Templates

    Tool to retrieve a value tracker value template by its type. Use when you need to understand the schema and parameters for classification or regression value tracking.

  • Initialize Model Compliance Documentation

    Tool to initialize compliance documentation pre-processing for a model or model package. Use when you need to prepare a model for compliance document generation. The initialization is asynchronous. Poll the returned location URL to check status and wait for completion before generating compliance documents.

  • Link Entity to Use Case

    Tool to link a single entity to a DataRobot use case. Use when you need to associate a project, dataset, notebook, deployment, or other resource with a use case for organizational purposes.

  • Link Notebooks to Use Case (Bulk)

    Tool to bulk link multiple DataRobot notebooks to a use case. Use when you need to associate multiple notebooks with a specific use case in DataRobot Workbench. All notebook IDs and the use case ID must be valid 24-character hexadecimal ObjectIds.

  • List Application Templates Media

    Tool to retrieve an application template image from DataRobot. Use when you need to download the media/image associated with a specific application template.

  • List Approval Policy Match

    Tool to find approval policy ID matching the query. Use when determining which approval policy applies to a specific entity type and action.

  • List Approval Policy Triggers

    Tool to get a list of available approval policy triggers. Use when you need to view all possible triggers that can be configured for approval policies.

  • List Automated Document Options

    Tool to list all available automated document types and locales. Use when determining which document types can be generated for compliance documentation.

  • List Calendar Country Codes

    Tool to retrieve the list of allowed country codes for preloaded calendar generation. Use when you need to find which country codes are supported for calendar features in DataRobot.

  • List Calendars

    Tool to list all available calendars for a user in DataRobot. Use when you need to browse or filter calendars for time-series modeling.

  • List Calendars Access Control

    Tool to list users with their roles on a calendar. Use when you need to retrieve access control information for a specific calendar.

  • List Compliance Doc Templates

    Tool to list compliance documentation templates in DataRobot. Use when you need to browse or filter available templates for compliance documentation.

  • List Compliance Doc Templates Default

    Tool to retrieve the default compliance documentation template from DataRobot. Use when you need to get the template structure for creating compliance documentation for AutoML projects, time series projects, or text generation models.

  • List Custom Application Sources

    Tool to list custom application sources created by the authenticated user. Use when retrieving a paginated list of custom application sources for managing application deployments.

  • List Custom Application Sources Versions

    Tool to list custom application source versions of a specified application source. Use when you need to retrieve paginated versions of a custom application source.

  • List Custom Job Limits

    Tool to retrieve custom job limits from DataRobot. Use when you need to check parallel job run limits or timeout settings.

  • List Custom Jobs Shared Roles

    Tool to get the access control list for a custom job. Use when you need to view who has access to a specific custom job and their roles.

  • List Custom Model Deployments Logs

    Tool to retrieve custom model deployment logs. Use when debugging or monitoring custom model deployments.

  • List Custom Model Limits

    Tool to get custom model resource limits in DataRobot. Use when you need to check memory, replica, and testing constraints for custom models.

  • List Custom Models Access Control

    Tool to list users with their roles on a custom model. Use when you need to retrieve access control information for a specific custom model.

  • List Dataset Definition Versions

    Tool to list all dataset definition versions for a given dataset definition. Use when you need to view version history or select a specific version of a dataset definition.

  • List Datasets Access Control

    Tool to list users with their roles on a dataset. Use when you need to retrieve access control information for a specific dataset.

  • List Dataset Projects

    Tool to list all projects associated with a specific dataset. Use when you need to find which projects are using a particular dataset.

  • List Dataset Refresh Jobs

    Tool to list scheduled refresh jobs for a specific dataset. Use when you need to view or manage dataset refresh schedules.

  • List Dataset Refresh Job Execution Results

    Tool to list execution results of a dataset refresh job. Use when you need to view the history and status of refresh job executions.

  • List Dataset Relationships

    Tool to list related datasets for a specific dataset. Use when you need to discover relationships between datasets in DataRobot's catalog.

  • List Dataset Versions

    Tool to list all versions of a specific dataset in DataRobot. Use when you need to browse or filter different versions of a dataset before selecting one for modeling or prediction.

  • List Deleted Custom Jobs

    Tool to list all deleted custom jobs in DataRobot. Use when you need to retrieve information about custom jobs that have been deleted from the system.

  • List Deployment Challengers

    Tool to list challenger models for a deployment. Use when retrieving challenger models that can replace the current champion model.

  • List Deployment Segment Attributes

    Tool to retrieve segment attributes for a deployment based on monitoring type. Use when you need to analyze deployment segmentation for service health, data drift, accuracy, or other monitoring metrics.

  • List Deployments Actuals Data Exports

    Tool to retrieve a list of asynchronous actuals data exports for a deployment. Use when you need to monitor or retrieve actuals data export status for a specific deployment.

  • List Deployments Challenger Replay Settings

    Tool to retrieve challenger replay settings for a deployment. Use when checking scheduled replay configuration for challenger models.

  • List Deployment Custom Metrics

    Tool to retrieve a list of custom metrics for a deployment. Use when you need to view all custom metrics configured for a specific deployment.

  • List Deployments Custom Metrics Batch Summary

    Tool to retrieve the summary of deployment batch custom metric. Use when you need to get aggregated custom metric data for a specific deployment batch.

  • List Deployment Custom Metrics Summary

    Tool to retrieve the summary of a deployment custom metric. Use when you need to view aggregated statistics and performance metrics for a specific custom metric within a deployment over a time period.

  • List Deployments Custom Metrics Summary

    Tool to retrieve the bulk summary of deployment custom metrics. Use when you need to get an overview of all custom metric values for a deployment over a specific time period.

  • List Deployment Custom Metrics Values Over Batch

    Tool to retrieve custom metric values over batch for a deployment. Use when you need to analyze custom metric performance across different batches for a specific deployment and custom metric.

  • List Deployment Custom Metrics Values Over Time

    Tool to retrieve custom metric values over time for a deployment. Use when analyzing custom metric trends or monitoring custom metrics across time periods.

  • List Deployments Feature Drift Over Batch

    Tool to retrieve drift over batch info for features of a deployment. Use when analyzing feature drift across batches to monitor data quality.

  • List Deployments Health Settings Defaults

    Tool to retrieve default deployment health settings for a deployment. Use when you need to understand the default health monitoring configuration.

  • Get Deployment Monitoring Batch Limits

    Tool to retrieve the limits related to monitoring batches for a deployment. Use when you need to check constraints on batch size and prediction counts for monitoring operations.

  • List Deployment Monitoring Batches

    Tool to list monitoring batches for a deployment in DataRobot. Use when you need to retrieve paginated monitoring batches with optional filtering by creator, search term, creation time, or prediction timestamps.

  • List Deployment Monitoring Batch Models

    Tool to list information about models that have data in a monitoring batch. Use when you need to view which models contributed predictions to a specific batch.

  • List Prediction Data Exports

    Tool to list prediction data exports for a deployment. Use when retrieving paginated prediction data exports from DataRobot for observability and data exploration.

  • List Deployment Predictions Over Batch

    Tool to retrieve prediction metadata over batches for a deployment. Use when analyzing batch prediction performance and trends.

  • List Deployment Quota Consumers

    Tool to retrieve deployment quota consumers. Use when querying resource consumption or quota allocation for a specific deployment.

  • List Deployment Retraining Policies

    Tool to list retraining policies for a deployment. Use when retrieving policies that automate model retraining based on triggers.

  • List Deployment Retraining Settings

    Tool to fetch deployment retraining settings. Use when you need to retrieve the retraining configuration for a specific deployment.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once DataRobot is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in DataRobot, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches DataRobot for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive DataRobot work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect DataRobot to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find DataRobot in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for DataRobot.

  3. 3

    Hit "Connect"

    Click "Connect DataRobot" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in DataRobot

    Build a quick AI Agent (it's like writing instructions, not code), and pick the DataRobot actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of DataRobot for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your DataRobot workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other DataRobot users had before signing up

Do I need to know how to code?

Not even a little. If you can use DataRobot today, you can set this up. You'll connect DataRobot, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your DataRobot login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect DataRobot or delete everything any time.

What happens when DataRobot updates their app?

We handle it. When DataRobot adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting DataRobot takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like DataRobot — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About DataRobot on FormWise

DataRobot is a machine learning platform that automates model building, deployment, and monitoring, enabling organizations to derive predictive insights from large datasets

Connect DataRobot once and your FormWise AI gets 836 things it can do inside it. That means your AI can handle the DataRobot work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to DataRobot? Take a look at www.datarobot.com.

Stop doing the DataRobot work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.