DataRobot and Nebius have partnered to introduce AI Manufacturing unit for Enterprises, a joint answer designed to speed up the event, operation, and governance of AI brokers. This platform permits brokers to succeed in manufacturing in days, relatively than months.
AI Manufacturing unit for Enterprises offers a scalable, cost-effective, ruled, and managed enterprise-grade platform for brokers. It achieves this by combining DataRobot’s Agent Workforce Platform: essentially the most complete, versatile, safe, and enterprise-ready agent lifecycle administration platform, with Nebius’ purpose-built cloud infrastructure for AI.
Our partnership
Nebius: The aim-built cloud for AI
The problem at this time is that general-purpose cloud platforms usually introduce unpredictable efficiency, latency, and a “virtualization tax” that cripples steady, production-scale AI.
To resolve this, DataRobot is leveraging Nebius AI Cloud, a GPU cloud platform engineered from the {hardware} layer up particularly to ship the bare-metal efficiency, low latency, and predictable throughput important for sustained AI coaching and inference. This eliminates the “noisy-neighbor” drawback and ensures your most demanding agent workloads run reliably, delivering predictable outcomes and clear prices.
Nebius’ Token Manufacturing unit augments the providing by offering a pay-per-token mannequin entry layer for key open-source fashions, which clients can use throughout agent constructing and experimentation, after which deploy the identical fashions with DataRobot when operating the brokers in manufacturing.
DataRobot: Seamlessly construct, function, and govern brokers at scale
DataRobot’s Agent Workforce Platform is essentially the most complete Agent Lifecycle Administration platform that permits clients to construct, function, and govern their brokers seamlessly.
The platform presents two main elements:
- An enterprise-grade, scalable, dependable, and cost-effective runtime for fashions and brokers, that includes out-of-the-box governance and monitoring.
- A simple-to-use agent builder atmosphere that permits clients to seamlessly construct production-ready brokers in hours, relatively than days or months.
Complete enterprise-grade runtime capabilities
- Scalable, cost-effective runtime: Options single-click deployment of fifty+ NIMs and Hugging Face fashions with autoscaling or deploy any containerized artifacts through Workload API (each with inbuilt monitoring/governance), optimized utilization by endpoint degree multi-tenancy (token quota), and high-availability inferencing. You may deploy containerized brokers, purposes or different composite techniques constructed utilizing a mixture of say LLMs, area particular libraries like PhysicsNemo, cuOpt and many others., or your individual proprietary fashions, with a single command utilizing Workload API.
- Governance and monitoring: Supplies the {industry}’s most complete out-of-the-box metrics (behavioral and operational), tracing capabilities for agent execution paths, full lineage/versioning with audit logging, and industry-leading governance towards Safety, Operational, and Compliance Dangers with real-time intervention and automatic reporting.
- Safety and identification: Contains Unified Identification and Entry Administration with OAuth 2.0, granular RBAC for least-privilege entry throughout assets, and safe secret administration with an encrypted vault.
Complete enterprise-grade agent constructing capabilities
- Builder instruments: Assist for standard frameworks (Langchain, Crew AI, Llamaindex, Nvidia NeMo Agent Toolkit) and out-of-the-box help for MCP, authentication, managed RAG, and knowledge connectors. Nebius token manufacturing facility integration permits on-demand mannequin use through the construct.
- Analysis & tracing: Trade-leading analysis with LLM as a Decide, Human-in-the-Loop, Playground/API, and agent tracing. Provides complete behavioral (e.g., job adherence) and operational (latency, price) metrics, plus customized metric help.
- Out-of-the field manufacturing readiness: Enterprise hooks summary away infrastructure, safety, authentication, and knowledge complexity. Brokers deploy with a single command; DataRobot handles element deployment with embedded monitoring and governance at each the total agent and particular person element/device ranges.
Construct and deploy utilizing the AI Manufacturing unit for Enterprises
Wish to take brokers you might have constructed elsewhere, and even open supply {industry} particular fashions and deploy them in a scalable, safe and ruled method utilizing the AI Manufacturing unit? Or would you wish to construct brokers with out worrying concerning the heavy lifting of creating them manufacturing prepared? This part will present you the way to do each.
1. DataRobot STS on Nebius
DataRobot Single-Tenant SaaS (STS) is deployed on Nebius Managed Kubernetes and will be backed by GPU-enabled node teams, high-performance networking, and storage choices acceptable for AI workloads.For DataRobot deployments, Nebius is a high-performance low price atmosphere for agent workloads. Devoted NVIDIA clusters (H100, H200, B200, B300, GB200 NVL72, GB300 NVL72) allow environment friendly tensor parallelism and KV-cache-heavy serving patterns, whereas InfiniBand RDMA helps high-throughput cross-node scaling. The DataRobot/Nebius partnership offers a strong AI infrastructure:
- Managed kubernetes with GPU-aware scheduling simplifies STS set up and upgrades, pre-configured with NVIDIA operators.
- Devoted GPU employee swimming pools (H100, B200, and many others.) isolate demanding STS providers (LLM inference, vector databases) from generic CPU-only workloads.
- Excessive-throughput networking and storage help massive mannequin artifacts, embeddings, and telemetry for steady analysis and logging.
- Safety and tenancy is maintained: STS makes use of devoted tenant boundaries, whereas Nebius IAM and community insurance policies meet enterprise necessities.
- Constructed-in node well being monitoring proactively identifies and addresses GPU/community points for secure clusters and smarter upkeep.
2. Ruled, monitored mannequin inference deployment
The problem with GenAI isn’t getting a mannequin operating; it’s getting it operating with the identical monitoring, governance, and safety your group expects. DataRobot’s NVIDIA NIM integration deploys NIM containers from NGC onto Nebius GPUs in 4 clicks:
- In Registry > Fashions, click on Import from NVIDIA NGC and browse the NIM gallery.
- Choose the mannequin, assessment the NGC mannequin card, and select a efficiency profile.
- Evaluate the GPU useful resource bundle mechanically advisable based mostly on the NIM’s necessities.
- Click on Deploy, choose the Serverless atmosphere, and deploy the mannequin.

Out-of-the-box observability and governance for deployed fashions
- Automated monitoring & threat evaluation: Leverage the NeMo Evaluator integration for mannequin faithfulness, groundness, and relevance scoring. Robotically scan for Bias, PII, and Immediate Injection dangers.
- Actual-time moderation & deep observability: DataRobot presents a platform for NIM moderation and monitoring. Deploy out-of-the-box guards for dangers like PII, Immediate Injection, Toxicity, and Content material Security. OTel-compliant monitoring offers visibility into NIM operational well being, high quality, security, and useful resource use.
- Enterprise governance & compliance: DataRobot offers the executive layer for protected, organization-wide scaling. It mechanically compiles monitoring and analysis knowledge into compliance documentation, mapping efficiency to regulatory requirements for audits and reporting.
3. Agent deployment utilizing the Workload API
An MCP device server, a LangGraph agent, a FastAPI backend, composite techniques constructed utilizing mixture of say LLMs and area particular libraries like cuOpt, PhysicsNemo and many others; these are containers, not fashions, they usually want their very own path to manufacturing. The Workload API offers you a ruled endpoint with autoscaling, monitoring, and RBAC in a single API name.
curl -X POST "${DATAROBOT_API_ENDPOINT}/workloads/"
-H "Authorization: Bearer ${DATAROBOT_API_TOKEN}"
-H "Content material-Kind: utility/json"
-d '{
"identify": "agent-service",
"significance": "HIGH",
"artifact": {
"identify": "agent-service-v1",
"standing": "locked",
"spec": {
"containerGroups": [{
"containers": [{
"imageUri": "your-registry/agent-service:latest",
"port": 8080,
"primary": true,
"entrypoint": ["python", "server.py"],
"resourceRequest": {"cpu": 1, "reminiscence": 536870912},
"environmentVars": [
],
"readinessProbe": {"path": "/readyz", "port": 8080}
}]
}]
}
},
"runtime": {
"replicaCount": 2,
"autoscaling": {
"enabled": true,
"insurance policies": [{
"scalingMetric": "inferenceQueueDepth",
"target": 70,
"minCount": 1,
"maxCount": 5
}]
}
}
}'
The agent is straight away accessible at /endpoints/workloads/{id}/ with monitoring, RBAC, audit trails, and autoscaling.
Out-of-the-box observability and governance for deployed agentic workloads
DataRobot drives the AI Manufacturing unit by offering strong governance and observability for agentic workloads:
- Observability (OTel Customary): DataRobot standardizes on OpenTelemetry (OTel): logs, metrics, and traces—to make sure constant, high-fidelity telemetry for all deployed entities. This telemetry seamlessly integrates with current enterprise observability stacks, permitting customers to watch important dimensions, together with:
- Agent-specific metrics: Equivalent to Agent Activity Adherence and Agent Activity Accuracy.
- Operational well being and useful resource utilization.
- Tracing and Logging: OTel-compliant tracing interweaves container-level logs with execution spans to simplify root trigger evaluation inside advanced logic loops.
- Governance and Entry Management: DataRobot enforces enterprise-wide authentication and authorization protocols throughout deployed brokers utilizing OAuth-based entry management mixed with Function-Primarily based Entry Management (RBAC).
4. Enterprise-ready agent constructing capabilities
A complete toolkit for each builder with the DataRobot Agent Workforce Platform on Nebius
The DataRobot Agent Workforce Platform helps builders construct brokers quicker by extending current flows. Our builder kits help advanced multi-agent workflows and single-purpose bots, accommodating varied instruments and environments.
Our equipment contains native help contains:
- Open supply frameworks: Native integration with LangChain, CrewAI, and LlamaIndex.
- NAT (Node Structure Tooling): DataRobot’s framework for modular, node-based agent design.
- Superior requirements: Expertise, MCP (Mannequin Context Protocol) for knowledge/device interplay, and strong Immediate Administration for versioning/optimization.
The Nebius benefit: DataRobot’s Agent Workforce Platform integrates with the Nebius Token Manufacturing unit, permitting builders to eat fashions like Nemotron 3 (and any open supply mannequin) on a pay-per-token foundation through the experimental part. This permits speedy, low-cost iteration with out heavy infrastructure provisioning. As soon as perfected, brokers can seamlessly transition from the Token Manufacturing unit to a devoted deployment (e.g., NVIDIA NIM) for enterprise scale and low latency.
Getting Began: Constructing is easy utilizing our Node Structure Tooling (NAT). You outline agent nodes as structured, testable steps in YAML.
First, join your deployed LLM within the Nebius token elements to DataRobot

Add DataRobot deployment to you agentic starter utility within the DataRobot CLI

capabilities:
planner:
_type: chat_completion
llm_name: datarobot_llm
system_prompt: |
You're a content material planner. You create temporary, structured outlines for weblog articles.
You establish an important factors and cite related sources. Maintain it easy and to the purpose -
that is simply an overview for the author.
Create a easy define with:
1. 10-15 key factors or information (bullet factors solely, no paragraphs)
2. 2-3 related sources or references
3. A quick prompt construction (intro, 2-3 sections, conclusion)
Do NOT write paragraphs or detailed explanations. Simply present a targeted record.
author:
_type: chat_completion
llm_name: datarobot_llm
system_prompt: |
You're a content material author working with a planner colleague.
You write opinion items based mostly on the planner's define and context. You present goal and
neutral insights backed by the planner's data. You acknowledge when your statements are
opinions versus goal information.
1. Use the content material plan to craft a compelling weblog submit.
2. Construction with an enticing introduction, insightful physique, and summarizing conclusion.
3. Sections/Subtitles are correctly named in an enticing method.
4. CRITICAL: Maintain the entire output below 500 phrases. Every part ought to have 1-2 temporary paragraphs.
Write in markdown format, prepared for publication.
content_writer_pipeline:
_type: sequential_executor
tool_list: [planner, writer]
description: A device that plans and writes content material on the requested matter.
function_groups:
mcp_tools:
_type: datarobot_mcp_client
authentication:
datarobot_mcp_auth:
_type: datarobot_mcp_auth
llms:
datarobot_llm:
_type: datarobot-llm-component
workflow:
_type: tool_calling_agent
llm_name: datarobot_llm
tool_names:
- content_writer_pipeline
- mcp_tools
return_direct:
- content_writer_pipeline
system_prompt:
Select and name a device to reply the question.
Analysis capabilities: The “how-to”
Constructing is simply half the battle; understanding if it really works is the opposite. Our analysis framework strikes past easy “thumbs up/down” and into data-driven validation.
To guage your agent, you may:
- Outline a check suite: Add a “golden dataset” of anticipated queries and ground-truth solutions.
- Automated metrics: Run your agent towards built-in evaluators for faithfulness, relevance, and toxicity.
- LLM-as-a-Decide: Use a “critic” mannequin to attain agent responses based mostly on customized rubrics (e.g., “Did the agent observe the model’s tone of voice?”).
- Facet-by-side comparability: Run two variations of your agent (e.g., one utilizing NAT and one utilizing LangChain) towards the identical dataset to match price, latency, and accuracy in a single dashboard.
Enterprise hooks: Deployment-ready from day one
We automate the “enterprise tax” (safety, logging, auth) that separates notebooks from manufacturing providers by embedding construct “hooks”:
- Observability: Automated OTel-compliant tracing captures each step with out boilerplate.
- Identification & auth: Constructed-in OAuth 2.0 and Service Accounts guarantee brokers use the person’s precise permissions when calling inner APIs (CRM, ERP), sustaining strict safety.
- Manufacturing hand-off: Deployment packages the atmosphere, elements, and auth hooks right into a safe, ruled container, guaranteeing a constant agent from dev to manufacturing. Complicated brokers are autoparsed into orchestrated containers for granular monitoring whereas deployed as a single pipeline entity.
Ruled, scalable inference
The DataRobot and Nebius partnership delivers a validated, enterprise-ready deployment stack for agentic AI constructed on NVIDIA accelerated computing. For groups transferring past experimentation, it offers a ruled and scalable path to sustained manufacturing inference.
Nebius and DataRobot will probably be showcasing this answer at NVIDIA GTC 2026, happening March 16-19 in San Jose, California.
Learn the chief abstract weblog
Join with DataRobot (sales space #104) and Nebius (sales space #713) at GTC 2026
