deploy

Deploy agents to Databricks Apps using Databricks Asset Bundles.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/bcheng004/agent-langgraph-advanced-workshop --skill deploy-bcheng004
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/bcheng004/agent-langgraph-advanced-workshop/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/bcheng004/agent-langgraph-advanced-workshop --skill deploy-bcheng004

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you reliably deploy an agent to Databricks Apps using Databricks Asset Bundles, including starting the updated app and handling common deployment errors.

Core Features & Use Cases

  • End-to-end deployment workflow: Validate the bundle, deploy resources, and start the app using the required bundle run step.
  • Safe app lifecycle handling: Resolve “app already exists” by guiding either binding the existing app to the bundle or deleting and recreating it.
  • Operational debugging & querying: Provide commands to check app status, view logs, retrieve the app URL, and invoke the deployed endpoint with an OAuth token (not PAT).

Quick Start

Ask the agent to deploy your Databricks Apps bundle and start the app using DAB, then verify the endpoint behavior by checking logs and the deployed URL.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy an agent to Databricks Apps using Databricks Asset Bundles?

To deploy an agent to Databricks Apps, validate your bundle, deploy the resources, and start the app using the required databricks bundle run step. You must set the DATABRICKS_CONFIG_PROFILE environment variable for all CLI commands.

Why does my Databricks Asset Bundle deployment fail with an app already exists error?

An app already exists error occurs when deploying a bundle with an app name already in use. You can resolve this by binding the existing app to your bundle or deleting and recreating the app before redeploying.

Do I need an OAuth token to invoke a deployed Databricks App endpoint?

Yes, you must use an OAuth token rather than a personal access token to invoke the deployed Databricks App endpoint. Using OAuth tokens ensures secure authentication when querying app behavior.

Can I check app status and view logs after deploying a Databricks Asset Bundle?

Yes, after deploying your bundle you can check the app status, view logs, and retrieve the app URL. These operational debugging commands help verify the deployed endpoint behavior and troubleshoot lifecycle issues.

What is the correct way to restart a Databricks App after configuration changes?

The correct way to restart a Databricks App after configuration changes is to redeploy the bundle and run the required start or restart step using databricks bundle run. This ensures the app lifecycle is safely managed.