{ "opencollection": "1.0.0", "info": { "name": "v0 App agent API", "version": "0" }, "items": [ { "info": { "name": "agent", "type": "folder" }, "items": [ { "info": { "name": "Send Agent Runtime Error", "type": "http" }, "http": { "method": "POST", "url": "https://api.v0.dev/v1/agent/runtime-errors", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Sends and stores agent runtime errors for a specific block" } ] } ], "bundled": true }