loxtep-deployments

Deploy Loxtep data projects and workflows to target instances.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-deployments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loxtep-deployments
Source: https://github.com/LoxtepInc/loxtep-plugins-skills/tree/main/cursor/skills/loxtep-deployments
Command: npx skills add https://github.com/LoxtepInc/loxtep-plugins-skills --skill loxtep-deployments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing the deployment lifecycle of data workflows and projects, ensuring that design-time changes are correctly propagated to runtime environments.

Core Features & Use Cases

  • Deployment Management: Deploy entire projects or specific workflows to target instances with support for forced redeployments.
  • Status Monitoring: Track the status of deployments, including pending, in-progress, and failed states.
  • Runtime Mapping: Inspect how project resources and workflows map to specific runtime infrastructure.
  • Use Case: After updating a transformation graph in a data workflow, use this skill to redeploy the workflow to the production instance to ensure the latest logic is active.

Quick Start

Use the loxtep-deployments skill to deploy the project with ID project-123 to the instance instance-456.

Frequently Asked Questions about loxtep-deployments

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

FAQPage Schema
How do I deploy a data workflow to a production instance?

To deploy a data workflow to a production instance, you use the deployment management function with a valid project ID and target instance ID. This action propagates your design-time changes to the runtime environment, ensuring the latest logic is active.

What is the best way to track the status of a pending deployment?

Tracking the status of a pending deployment involves using status monitoring features to check whether the execution is pending, in-progress, or failed. This provides real-time visibility into the deployment lifecycle of your data projects.

Do I need MCP authentication to manage data project deployments?

Yes, you need valid MCP authentication to manage data project deployments. This authentication is required alongside specific project or instance identifiers to perform deployment execution and runtime resource mapping operations.

Can I inspect how project resources map to runtime infrastructure?

Yes, you can inspect how project resources map to runtime infrastructure using the runtime mapping feature. This allows you to view the exact mapping of workflows and resources to specific infrastructure within governed data environments.

How do I force a redeployment of an updated transformation graph?

You force a redeployment of an updated transformation graph by executing a deployment to your target instance with forced redeployment support. This ensures that the latest transformation logic overwrites the current runtime version.