Knowledge
The `hanzo knowledge` commands.
Also for this capability: API · CLI · SDKs
Your team's wiki and your agents' memory, searchable by meaning.
hanzo knowledge connectors listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo knowledge graph | Returns the caller org's knowledge as a node/edge graph shaped for a force-directed renderer: pages, memories and… |
hanzo knowledge import | Import an Obsidian, Notion, Roam or Evernote export into the org's knowledge base |
hanzo knowledge search | Runs a semantic search over the caller org's own knowledge — its wiki pages, its agent memories and everything its… |
connectors
| Command | What it does |
|---|---|
hanzo knowledge connectors callback <provider> | CompleteConnectorOAuth finishes an OAuth connection: it exchanges the provider's code for a token, seals that token in… |
hanzo knowledge connectors catalog | Returns the ONE catalog of everything a caller can connect: every first-party connector and every long-tail one, in a… |
hanzo knowledge connectors connect <provider> | StartConnectorOAuth returns the provider authorize URL the console opens to connect this org's account. |
hanzo knowledge connectors list | Returns every supported knowledge connector with THIS org's connection state and the REAL number of documents each has… |
hanzo knowledge connectors rm <provider> | Revokes a connection: it tombstones the stored credential so a later sync cannot reuse it, purges this provider's… |
hanzo knowledge connectors sync <provider> | Pulls the provider's documents for the caller's org and files them as knowledge sources, which the store's own hook… |
How is this guide?