{ "operationId": "agent-screenshot_get_api_screenshot", "method": "GET", "path": "/v1/agent-screenshot/api/screenshot", "summary": "Agent Screenshot \u2014 /api/screenshot", "request": { "headers": { "Authorization": "Bearer YOUR_API_KEY" }, "baseUrl": "https://agent-gateway-kappa.vercel.app" }, "response": { "status": 200, "body": { "success": true, "note": "Example payload \u2014 replace with real shape from API." } } }