What problem does it solve? Setting up integration tests against Product Preview Environments (PPE) requires knowing how to route HTTP/RPC requests, obtain test accounts, and retrieve test data, which is scattered tribal knowledge. This Skill consolidates the full workflow into actionable steps. ## Core Features & Use Cases - Test Case Discovery: Search the api_test repository with grep patterns by PSM, API method, or test data key to find existing test cases. - Test Account & Data Retrieval: Run provided scripts to obtain occupied test accounts and fetch test data by namespace and key across environments (sg, va, boe, etc.). - PPE Request Routing: Configure HTTP headers (x-use-ppe, x-tt-env) or RPC Base.Extra.env fields, plus BAM MCP tool settings, to route requests to PPE. - Observability Mapping: Map VDCs to correct PPE VRegions for metrics queries and online VRegions for log queries. - Use Case: You need to verify a new RPC endpoint in a PPE environment. Use this Skill to find a related test case, get a test account and data, then send the request via the bam_api_test MCP tool with the correct ppe_ env routing. ## Quick Start Help me construct and send an RPC integration test request to the ppe_gdpa_dryrun environment using the BAM MCP tool.