DataRobot for Developers: Skills, MCP, and the agentic developer surface

· Source: Blog | DataRobot · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Cloud Computing & IT Infrastructure · Depth: Intermediate, medium

Summary

DataRobot has launched a new developer surface designed to streamline the creation, deployment, and monitoring of production-grade AI agents directly within integrated development environments. This platform integrates four core components: DataRobot Skills, the Global MCP, agent templates, and the LLM Gateway. DataRobot Skills allows developers to inject DataRobot's capabilities, such as AutoML and monitoring, into coding agents like Cursor and VS Code Copilot using natural language commands. The Global MCP, auto-deployed to every DataRobot instance, enables agents to dynamically discover and utilize tools, eliminating the need to embed tool code within the agent itself. Furthermore, datarobot-agent-templates provide scaffolds for frameworks like LangGraph, complete with Pulumi infrastructure and OpenTelemetry tracing for governed deployments. The LLM Gateway offers an OpenAI-compatible endpoint for model access, centralizing governance and credentialing. This integrated approach allows a platform engineer to deploy a governed LangGraph agent with monitoring and tracing rapidly.

Key takeaway

For AI Engineers building production agents, DataRobot's integrated platform significantly reduces plumbing overhead. You can utilize its Skills for direct IDE access to DataRobot capabilities and employ the Global MCP to dynamically manage agent tools. This allows you to focus on agent logic, not infrastructure. Use Agent Assist to design and validate agent behavior before deployment, ensuring governed, scalable, and observable agents are shipped faster.

Key insights

DataRobot simplifies AI agent development by integrating core services directly into developer workflows.

Principles

Method

Use dr assist to specify agents in natural language, simulate tool-calling for validation, then scaffold with templates for governed deployment via dr task run deploy.

In practice

Topics

Code references

Best for: AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Blog | DataRobot.