add-server-logic

Automates creation and integration of server logic endpoints for SiteName.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-server-logic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-server-logic
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/power-pages/skills/add-server-logic
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-server-logic

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Centralizes and streamlines the end-to-end process of adding server-side logic for Power Pages, enabling secure backend operations and data handling without exposing secrets to the client.

Core Features & Use Cases

  • Orchestrates the full lifecycle: understanding requirements, fetching latest docs, implementing server logic files, and deploying metadata.
  • Supports wrapping Dataverse custom actions, Dataverse CRUD operations, and external API calls via the Server Logic SDK.
  • Manages web roles, site settings, and secret management either via environment variables or Azure Key Vault.

Quick Start

Scaffold a new server logic endpoint and render a review plan to guide your deployment.

Frequently Asked Questions about add-server-logic

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

FAQPage Schema
How do I add server-side logic to Power Pages without exposing secrets?

You can add server-side logic to Power Pages by creating secure server endpoints using the Server Logic SDK. This keeps backend operations and secret management on the server, preventing client-side exposure.

What is the best way to wrap Dataverse custom actions for Power Pages?

The best way to wrap Dataverse custom actions is by orchestrating server logic endpoints. This approach centralizes Dataverse CRUD operations and custom action wrappers, defining required web roles and deployment metadata.

Can I use Azure Key Vault for secret management in Power Pages server logic?

Yes, you can manage secrets for Power Pages server logic either via environment variables or Azure Key Vault. The setup process includes defining site settings and configuring secure secret management.

How do I scaffold a new server logic endpoint and define web roles?

You scaffold a new server logic endpoint by generating code templates and rendering a review plan. This process defines required web roles, plan metadata, and deployment steps to guide your configuration.

Does Power Pages server logic support external API calls alongside Dataverse access?

Yes, Power Pages server logic supports external API calls alongside Dataverse CRUD operations and custom action wrappers. All operations are executed securely through the Server Logic SDK.