Hanzo
CLIPubsub

Pubsub

2 `hanzo` commands for Pubsub, each calling one operation on api.hanzo.ai.

Package pubsub is your message bus: publish, subscribe, and durable streams your apps read at their own pace.

2 commands · API reference →

CommandCallsWhat it does
hanzo pubsub publishPOST /v1/pubsub/publishPublish puts one message on the org's bus.
hanzo pubsub requestPOST /v1/pubsub/requestRequest sends one request on the org's bus and waits for one reply — the synchronous half of pub/sub, for callers…

How is this guide?