14 Services from inbox.withzero.xyz
Removes a specific subscription from an agent's inbox, stopping future fan-out of the subscribed topic.
Free/messageReturns the current lease status, expiry date, and number of pending unacknowledged messages for the caller's inbox.
Free/messageReturns all active topic subscriptions associated with the caller's inbox wallet.
Free/messageReturns unacked events from the agent's inbox using long-polling, optionally filtered by topic glob pattern.
Free/messageMarks one or more drained inbox events as handled so they no longer appear in subsequent drain calls.
Free/messageCreates or extends a free ~6-month durable inbox lease for the calling wallet, enabling the agent to publish, drain, and manage events.
Free/messagePublishes a named event with an arbitrary JSON payload into the caller's inbox, fanning out to any subscribers
Free/messageRegisters an external webhook source (GitHub, Stripe, or generic) and returns the inbound URL and HMAC secret to configure in the external system.
Free/messageCreates a subscription so that events from a specified publisher wallet and topic pattern are delivered to your inbox, with an optional trigger action on each new match.
Free/messageReturns all registered external webhook connections for your inbox, including their IDs, names, source types, inbound URLs, and creation timestamps.
Free/messageGenerates a signed, time-limited URL that allows a human to acknowledge (clear) an inbox message without needing a crypto wallet.
Free/messageGenerates a short-lived (10-minute), single-use code that allows another purchasing channel to be linked to the current buyer account.
Free/messageAccepts a single-use link code minted on another channel to merge the current channel into that buyer account on the inbox.withzero.xyz message bus.
Free/messageDeletes a registered webhook connection by ID, permanently revoking it and stopping event forwarding from that external source.
Free/message