launchpad-webembed

Embed Launchpad experiences in external websites using the pega-embed web component.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/pegasystems/pega-launchpad-agent-skills --skill launchpad-webembed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launchpad-webembed
Source: https://github.com/pegasystems/pega-launchpad-agent-skills/tree/main/skills/launchpad-webembed
Command: npx skills add https://github.com/pegasystems/pega-launchpad-agent-skills --skill launchpad-webembed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Embed Launchpad experiences into external websites using the pega-embed web component to provide embedded, interactive Launchpad workflows without forcing users to navigate away from host portals.

Core Features & Use Cases

WebEmbed enables embedding Launchpad experiences (case creation, assignments, full case pages) directly into external websites, portals, or custom front-end apps by inserting a <pega-embed> element. It supports CORS policy setup, OAuth (Client Credentials and PKCE), embed attributes, theming, events, and code examples for React/Next.js integration. Typical use cases include embedding a case creation form on a partner portal, opening an existing assignment from an external dashboard, or displaying a full case page inside another site.

Quick Start

Insert a <pega-embed> element configured for your case type and grant type, then load the pega-embed script to render the embedded Launchpad experience.

Frequently Asked Questions about launchpad-webembed

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

FAQPage Schema
How do I embed Launchpad case creation forms into an external website?

To embed Launchpad experiences, insert a <pega-embed> element configured for your case type and grant type, then load the pega-embed script to render the interactive workflow directly into your external site.

What authentication methods does the pega-embed web component support?

The pega-embed web component supports OAuth authentication using either Client Credentials or PKCE grant types to securely embed Launchpad experiences into external websites.

Can I open existing assignments and full case pages inside a React or Next.js application?

Yes, you can open existing assignments and display full case pages inside React or Next.js applications using the pega-embed web component with openAssignment and openPage actions.

Do I need to configure CORS to embed Launchpad workflows on partner portals?

Yes, configuring CORS policies is required to securely embed Launchpad workflows into external websites and partner portals using the pega-embed web component.

What actions are available when embedding Launchpad experiences in external sites?

Available actions include createCase for embedding case creation forms, openAssignment for opening assignments from external dashboards, and openPage for displaying full case pages.

Why does my embedded Launchpad experience require environment variables and proper server URLs?

Proper server URLs and environment variables are required to securely operate the embedded Launchpad experience and ensure the pega-embed web component authenticates and communicates correctly with your Pega instance.