# MLOps agents

> MLOps agents - Use the MLOPS agents to monitor and manage models running outside of DataRobot MLOps,
> and report predictions from these models as part of MLOps deployments. Learn about the MLOps agent
> workflows for DataRobot deployments and for remote deployments.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.563289+00:00` (UTC).

## Primary page

- [MLOps agents](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/index.html): Full documentation for this topic (HTML).

## Sections on this page

- [Monitoring agent](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/index.html#monitoring-agent): In-page section heading.
- [Management agent](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/index.html#management-agent): In-page section heading.
- [Feature considerations](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/index.html#feature-considerations): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [MLOps](https://docs.datarobot.com/en/docs/classic-ui/mlops/index.html): Linked from this page.
- [Deployment](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/index.html): Linked from this page.
- [model management tools](https://docs.datarobot.com/en/docs/classic-ui/mlops/manage-mlops/deploy-inventory.html): Linked from this page.
- [Portable Prediction Server](https://docs.datarobot.com/en/docs/classic-ui/predictions/port-pred/pps/portable-pps.html): Linked from this page.
- [Installation and configuration](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/agent.html): Linked from this page.
- [Examples directory](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/agent-ex.html): Linked from this page.
- [Use cases](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/agent-use.html): Linked from this page.
- [Environment variables](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/env-var.html): Linked from this page.
- [Library and agent spooler configuration](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/spooler.html): Linked from this page.
- [Download Scoring Code](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/agent-sc.html): Linked from this page.
- [Monitor external multiclass deployments](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/monitoring-agent/agent-multi.html): Linked from this page.
- [Installation and configuration](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/mgmt-agent/mgmt-agent-install.html): Linked from this page.
- [Configure environment plugins](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/mgmt-agent/mgmt-agent-plugins.html): Linked from this page.
- [Installation for Kubernetes](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/mgmt-agent/mgmt-agent-kubernetes.html): Linked from this page.
- [Deployment status and events](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/mgmt-agent/mgmt-agent-events-status.html): Linked from this page.
- [Relaunch deployments](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/mgmt-agent/mgmt-agent-relaunch.html): Linked from this page.
- [Force delete deployments](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/mgmt-agent/mgmt-agent-delete.html): Linked from this page.

## Documentation content

# MLOps agents

> [!NOTE] Availability information
> The MLOps agent feature is exclusive to DataRobot MLOps. Contact your DataRobot representative for information on enabling it.

DataRobot MLOps provides powerful tools for tracking and managing models in production. But what if you already have—or need to have—deployments running in your own environment? How can you monitor external models that may have intermittent or no connectivity and so may report predictions sporadically? The MLOps agents allow you to monitor and manage external models—those running outside of DataRobot MLOps. With this functionality, predictions and information from these models can be reported as part of MLOps deployments. You can use the same powerful [model management tools](https://docs.datarobot.com/en/docs/classic-ui/mlops/manage-mlops/deploy-inventory.html) to monitor accuracy, data drift, prediction distribution, latency, and more, regardless of where the model is running. Data provided to DataRobot MLOps provides valuable insight into the performance and health of those externally deployed models.

The MLOps agents provide:

- The ability to manage, monitor, and get insight from all model deployments in a single system
- API and communications constructed to ensure little or no latency when monitoring external models
- Support for deployments that are always connected to the network and the MLOps system, as well as partially or never-connected deployments
- The MLOps library (available in Python and Java), used to monitor models written natively in those languages or to report the input and output of a model artifact in any language
- Configuration with the Portable Prediction Server

See the associated [feature considerations](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/mlops-agent/index.html#feature-considerations) for additional information.

## Monitoring agent

| Topic | Describes |
| --- | --- |
| Installation and configuration | How to install and configure the monitoring agent. |
| Examples directory | How to access and run monitoring agent code examples. |
| Use cases | How to configure the monitoring agent to support various use cases. |
| Environment variables | How to configure the monitoring agent environment variables, including those required for a containerized configuration. |
| Library and agent spooler configuration | How to configure the MLOps library and agent to communicate through various spoolers (or buffers). |
| Download Scoring Code | How to download model Scoring Code packaged with the monitoring agent. |
| Monitor external multiclass deployments | How to monitor external multiclass deployments. |

## Management agent

| Topic | Describes |
| --- | --- |
| Installation and configuration | How to install and configure the management agent. |
| Configure environment plugins | How to use the example environment plugins as a starting point to configure the management agent for various prediction environments. |
| Installation for Kubernetes | How to use a Helm chart to aid in the installation and configuration of the management agent and Kubernetes plugin. |
| Deployment status and events | How to monitor the status and health of management agent deployments from the deployment inventory. |
| Relaunch deployments | How to relaunch management agent deployments. |
| Force delete deployments | How to delete a management agent deployment without waiting for the resolution of the deployment deletion request sent to the management agent. |

## Feature considerations

- The MLOps agents run on Linux.
- The MLOps agents don't support Windows environments.
- The MLOps agents' releases are backward compatible with the last two versions of DataRobot (i.e., the monitoring agent version 9.2 is compatible DataRobot 9.0 and above).
