{ "opencollection": "1.0.0", "info": { "name": "Sentrial SDK Events API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Create an event", "type": "http" }, "http": { "method": "POST", "url": "https://api.sentrial.com/api/sdk/events", "body": { "type": "json", "data": "{}" } }, "docs": "Record an event (tool call, LLM decision, state change, or error) within an agent session." } ] } ], "bundled": true }