{ "operationId": "agent-scraper_post_api_scrape", "method": "POST", "path": "/v1/agent-scraper/api/scrape", "summary": "Agent Scraper \u2014 /api/scrape", "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." } } }