What problem does it solve? Testing internal RPC and HTTP interfaces against live or BOE environments normally requires manual IDL lookup, gateway configuration, and request construction. This Skill automates interface testing through BAM (ByteDance API Management), handling IDL version resolution, region routing, and authentication so you can validate APIs quickly. ## Core Features & Use Cases - RPC Interface Testing: Send RPC requests to any service by PSM and function name, with automatic IDL version fetching from BAM's published version list. - HTTP Endpoint Testing: Call HTTP paths with full control over method, query params, headers, and cookies, validated against the service's IDL definition. - Multi-Region Routing: Route requests across Singapore-Central, US-East, China-North, China-BOE, and US-BOE with automatic VDC, zone, and gateway derivation. - Safety Guardrails: Enforces explicit user confirmation of red-line parameters before touching production environments, while allowing direct execution against non-production BOE environments. - Use Case: You need to verify a new GetItem RPC on a staging service. Provide the PSM, function name, and BOE VRegion, and the Skill executes the request and returns the response with log_id for tracing in Argos. ## Quick Start Ask the agent to send an RPC request to PSM desrpc.stability.thrift_server calling GetItem in the US-BOE region with an empty request body.