launchpad-dx-apis

Create and manage Launchpad cases via REST endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DX API integration enables external systems to interact with Launchpad by creating, updating, and querying cases and data objects via REST endpoints, streamlining cross-system workflows.

Core Features & Use Cases

  • Create Case DX API: post to /dx/api/application/v2/cases with caseTypeID and content to instantiate cases.
  • Get/Get Case or Data: retrieve case/data details by ID and read available actions.
  • Perform Actions: invoke assignment or case actions to progress work.
  • Data Views & Lists: query data views to filter and fetch related records.

Quick Start

Use a DX API client to POST a new case to /dx/api/application/v2/cases with a valid caseTypeID and a content payload.

Frequently Asked Questions about launchpad-dx-apis

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

FAQPage Schema
How do I create a Launchpad case using a REST API?

To create a Launchpad case via REST, post a request to /dx/api/application/v2/cases with a valid caseTypeID and content payload. Ensure fields are configured as Allowed Fields on the case type to instantiate cases successfully.

How do I query data views using Launchpad DX APIs?

Query data views through DX API endpoints to filter and fetch related records. Data views must be linked to the case type, and fields must be configured as Allowed Fields to determine the response shape returned.

What authentication is required for Launchpad DX API endpoints?

Launchpad DX API endpoints require authentication to interact with external systems. You must authenticate before using REST endpoints to create, update, or query cases and data objects across the application.

Can I perform assignment actions on a case using the DX API?

Yes, you can invoke assignment actions to progress work using the DX API. Actions linked to the case type determine the request shapes and responses, allowing external systems to perform case or assignment actions.

How do I retrieve case details and available actions via DX API?

Use the Get Case or Data DX API to retrieve case or data object details by ID. This endpoint also reads available actions, helping external systems understand the next steps to progress the work.

What determines the request shapes and responses for Launchpad DX APIs?

Fields configured as Allowed Fields and actions or data views linked to the case type determine the request shapes and responses. This configuration ensures external systems interact correctly with REST endpoints.