Review API calls, responses, and network traffic
/plugin marketplace add standardbeagle/agnt/plugin install agnt@agnt-marketplaceReview API calls and network traffic captured by the agnt proxy. ## Steps ### 1. Get Page Session Overview ### 2. List All HTTP Traffic ### 3. Filter API Calls Only ### 4. Check for Failed Requests ### 5. Capture Network Performance ### 6. Review Custom Logs (API debug messages) ## Filtering HTTP Traffic ### By Method ### By URL Pattern ### By Status Code ### By Time Range ## HTTP Log Entry Fields Each HTTP log entry contains: | Field | Description | |-------|-------------| | `method` | HTTP method (GET, POST, etc.) | | `url` | Request URL | | `status` | Response st...