What problem does it solve? Engineers often need to look up what APIs a service exposes, inspect interface definitions, or publish a new BAM version, but doing this manually through the BAM platform is slow and error-prone. This Skill lets you query API metadata and manage versions directly through gdpa-cli commands. ## Core Features & Use Cases - API Definition Lookup: Retrieve interface definitions by PSM plus method name, path, endpoint ID, or free-text keyword, with optional version, branch, and region filters. - Service & Version Listing: List all endpoints of a PSM or browse its published version history, including i18n region support. - Version Creation: Create a new BAM version for a PSM and branch, automatically incrementing the latest version number and pulling the latest git commit. - Use Case: You need to check the request/response schema of GetUserInfo on tiktok.user.service before integrating it, then publish version 1.0.62 from the master branch after your change merges. ## Quick Start Ask the agent to look up the API definition of a specific method on a given PSM, for example: show me the interface definition of GetUserInfo on tiktok.user.service.