A durable webhook subscription, not a polling loop you own
Your agent creates a trigger for the events it cares about, then reads matching events with a cursor it acknowledges as it goes. Delivery is at-least-once: the event is durably captured the moment it arrives, whether or not your agent is up, and the cursor only advances past events you’ve acked. You drive the read cadence; we hold the events and the position for you.