databricks-model-serving

Deploy MLflow models and GenAI agents as Databricks Model Serving endpoints.

1|1|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/mkgs-databricks-demos/synthea-on-fhir --skill databricks-model-serving-mkgs-databricks-demos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-model-serving
Source: https://github.com/mkgs-databricks-demos/synthea-on-fhir/tree/main/.cursor/skills/databricks-model-serving
Command: npx skills add https://github.com/mkgs-databricks-demos/synthea-on-fhir --skill databricks-model-serving-mkgs-databricks-demos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and manage MLflow models and GenAI agents as scalable Databricks Model Serving endpoints.

Core Features & Use Cases

  • Deploy traditional ML models with MLflow autolog and automatic registration.
  • Create and manage GenAI agents (ResponsesAgent, LangGraph) and integrate UC Functions or Vector Search tools.
  • Query endpoints, check status, and route traffic via Databricks SDK or MCP tools.

Quick Start

Create a model-serving endpoint for your trained model and verify it by querying the endpoint.

Frequently Asked Questions about databricks-model-serving

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an MLflow model to a Databricks model serving endpoint?

Deploy MLflow models to Databricks model serving endpoints by registering trained models and creating scalable serving configurations. The Skill supports traditional ML models, custom PyFunc models, and GenAI agents for direct endpoint querying.

Can I deploy GenAI agents like LangGraph to Databricks model serving endpoints?

Yes, you can deploy GenAI agents including LangGraph and ResponsesAgent to Databricks model serving endpoints. These deployed agents can integrate directly with Unity Catalog functions or Vector Search tools for enhanced querying capabilities.

How do I check the status of a Databricks model serving endpoint?

Check the status of a Databricks model serving endpoint using the Databricks SDK or MCP tools. These interfaces allow you to query endpoints, verify deployment progress, and route traffic to manage your model serving infrastructure effectively.

Does Databricks model serving support integration with Unity Catalog functions?

Databricks model serving supports integration with Unity Catalog functions and Vector Search tools. This allows deployed GenAI agents and MLflow models to leverage centralized data governance and vector similarity search within your endpoint queries.

What is the best way to manage traffic routing for Databricks model serving endpoints?

Manage traffic routing for Databricks model serving endpoints using the Databricks SDK or MCP tools. This approach enables you to route traffic, verify endpoint status, and query deployed MLflow models and GenAI agents across scalable configurations.