databricks-fe-vm-workspace-deployment

Deploy and manage Databricks workspaces via the FE Vending Machine.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-fe-vm-workspace-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-fe-vm-workspace-deployment
Source: https://github.com/LaurentPRAT-DB/LPT_claude_config/tree/main/skills/fe-vibe-export/fe-databricks-tools/1.0.0/skills/databricks-fe-vm-workspace-deployment
Command: npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-fe-vm-workspace-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment and management of Databricks workspaces using the FE Vending Machine, simplifying the process of setting up new demo environments.

Core Features & Use Cases

  • Automated Deployment: Deploys Serverless or Classic Databricks workspaces with specified names, regions, and lifetimes.
  • Environment Caching: Caches workspace information to allow for reuse and reduce redundant deployments.
  • Authentication Handling: Manages authentication automatically using Chrome DevTools MCP and cached session cookies.
  • Use Case: A sales engineer needs to quickly set up a fresh Databricks demo environment for a client meeting. They use this Skill to deploy a serverless workspace with a 7-day lifetime, ensuring it's ready within minutes.

Quick Start

Use the databricks-fe-vm-workspace-deployment skill to deploy a new serverless workspace named 'my-demo-workspace' in the 'us-east-1' region with a 30-day lifetime.

Frequently Asked Questions about databricks-fe-vm-workspace-deployment

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

FAQPage Schema
How do I automate Databricks workspace deployment for demo environments?

You can automate Databricks workspace deployment by using the FE Vending Machine to provision temporary demo environments. This process deploys Serverless or Classic workspaces with specified names, regions, and lifetimes, ensuring environments are ready within minutes.

Can I cache Databricks workspace information to avoid redundant deployments?

Yes, caching Databricks workspace information allows for reuse and reduces redundant deployments. The environment caching mechanism stores workspace details so you can quickly retrieve existing demo environments instead of provisioning new ones.

Does deploying Databricks workspaces via the FE Vending Machine require manual authentication?

No, deploying Databricks workspaces via the FE Vending Machine manages authentication automatically. It utilizes Chrome DevTools MCP and cached session cookies to handle logins, removing the need for manual authentication during environment setup.

What is the best way to set up a temporary Databricks serverless environment?

The best way to set up a temporary Databricks serverless environment is using automated provisioning scripts. You define the workspace name, target region, and lifetime duration, allowing the system to deploy and configure the infrastructure on demand.

Do I need Python scripts to manage Databricks workspace deployment?

Yes, you need Python scripts for environment management and API interaction to deploy Databricks workspaces. These scripts automate the provisioning logic and communicate with the cloud platform to create and manage the workspaces.