CLIWorld
World
6 `hanzo` commands for World, each calling one operation on api.hanzo.ai.
Package world is a live news feed filtered to what your project cares about.
6 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo world limits | GET /v1/world/limits | Echoes a World plan's rate limits, alert quota and model-API grant, read straight from the live @hanzo/plans catalog,… |
hanzo world news | GET /v1/world/news | Returns the caller's merged world-news feed: every source their project's pipeline names — GDELT once per keyword, plus… |
hanzo world pipeline get | GET /v1/world/pipeline | Returns the caller project's news pipeline: which feeds it reads and how the merged result is filtered. |
hanzo world pipeline replace | PUT /v1/world/pipeline | Replaces the caller project's news pipeline and returns what was stored. |
hanzo world stream | GET /v1/world/stream | Live news refreshes for the caller's org and project, as Server-Sent Events. |
hanzo world get | GET /v1/world | Answers GET /v1/world — the product's front door, naming every wire this surface answers on. |
How is this guide?