platform-api
Installation
SKILL.md
Platform API Extraction Skill
Overview
This skill provides jq query patterns for extracting API endpoint information from the Genesys Cloud Platform API Swagger 2.0 schema. The schema contains over 1,900 endpoints and 4,305 definitions in a 19MB+ file.
Schema: schema.json must be downloaded before first use. Run the download script from this skill's directory:
./scripts/download-schema.sh
See the download script for region options and usage details.
Before running any queries, determine the absolute path to this SKILL.md file's parent directory and set the schema path variable:
SCHEMA="<resolved-skill-directory>/schema.json"