Hanzo AI

Integrations

The `hanzo integrations` commands.

Also for this capability: API · CLI · SDKs

How your org connects third-party accounts like Slack, and revokes them.

API reference →

hanzo integrations list

Every 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.

CommandWhat it does
hanzo integrations listReturns every registered integration provider together with THIS org's connection status for it — the catalog the…

callback

CommandWhat it does
hanzo integrations callback <provider>OAuth return for any connector

connect

CommandWhat it does
hanzo integrations connect <provider>Acquires the org's credential for one provider.

connectors

CommandWhat it does
hanzo integrations connectors credential <provider>Is the direct intake path: a customer-held token/setup-token (Verify) or an externally obtained OAuth bundle from the…
hanzo integrations connectors device create <provider>Begins a device sign-in and returns the code to show the user plus how to poll for completion.
hanzo integrations connectors device poll <provider> <flow>Advances a device sign-in.
hanzo integrations connectors listLists the caller's OWN connectors across every provider — the set hanzo connector ls prints.
hanzo integrations connectors providersLists the user-scoped provider cards — the catalog of what a user can connect, and how.
hanzo integrations connectors refresh <id>Forces a token rotation for a connected connector, ahead of the automatic rotation a token read would do inside the…
hanzo integrations connectors rm <id>Forgets a connector: every custodied secret, then the row.
hanzo integrations connectors token <id>Hands the custodied access token to its owner — the ONE place custody exits.

disconnect

CommandWhat it does
hanzo integrations disconnect <provider>Revokes (best-effort) and forgets an org's connection: it deletes every custodied KMS secret and the connection row.

discord

CommandWhat it does
hanzo integrations discord interactionsDiscord interactions endpoint
hanzo integrations discord link callbackComplete the Discord account link
hanzo integrations discord link discordDiscord sign-in return leg
hanzo integrations discord link getBegin linking a Hanzo account from Discord

get

CommandWhat it does
hanzo integrations get <provider>Returns ONE provider with this org's connection status — the same view list carries, for a single id.

github

CommandWhat it does
hanzo integrations github claimBinds installations the App ALREADY holds to the org the caller is acting in — the reconciliation for a grant that…
hanzo integrations github forkForks a granted repository.
hanzo integrations github installationsLists the GitHub accounts the caller may see the App installed on, each confirmed against the App's own list, plus…
hanzo integrations github issues backfillSeeds the native todo with the EXISTING issues across the org's granted repos (default state=open); the webhook keeps…
hanzo integrations github repos importImports the selected (or all) granted repos into git.hanzo.ai.
hanzo integrations github repos listLists the org's granted GitHub repositories, each annotated with its native import + sync status from the git object…
hanzo integrations github repos pages builds <repo>Requests a Pages rebuild and returns the queued build's status.
hanzo integrations github repos pages clear <repo>Deletes the repo's Pages site.
hanzo integrations github repos pages create <repo>Creates the repo's Pages site and answers 201 Created with it.
hanzo integrations github repos pages get <repo>Returns the repo's Pages status, live URL, custom domain and build source.
hanzo integrations github repos pages replace <repo>Sets or clears the custom domain (cname) and updates HTTPS enforcement, build type, or source.
hanzo integrations github searchFinds repositories on GitHub.
hanzo integrations github webhookGitHub App webhook

gitlab

CommandWhat it does
hanzo integrations gitlab projectsLists the projects the org's GitLab connection can reach — membership projects, most recently active first.

openrouter

CommandWhat it does
hanzo integrations openrouter webhookReceive OpenRouter Broadcast traces as usage rows

slack

CommandWhat it does
hanzo integrations slack commandsSlack slash command webhook
hanzo integrations slack eventsSlack Events API webhook
hanzo integrations slack installInstall the Hanzo app into a Slack workspace
hanzo integrations slack link callbackComplete the Slack account link
hanzo integrations slack link getBegin linking a Hanzo account from Slack
hanzo integrations slack link slackSlack sign-in return leg

teams

CommandWhat it does
hanzo integrations teams eventsMicrosoft Teams Bot Framework webhook
hanzo integrations teams link aadMicrosoft sign-in return leg
hanzo integrations teams link callbackComplete the Teams account link
hanzo integrations teams link getBegin linking a Hanzo account from Teams

telegram

CommandWhat it does
hanzo integrations telegram connectMints a short, single-use deep-link code bound to the caller's org and returns the t.me link the console navigates to.
hanzo integrations telegram link authTelegram Login Widget return leg
hanzo integrations telegram link callbackComplete the Telegram account link
hanzo integrations telegram link getBegin linking a Hanzo account from Telegram
hanzo integrations telegram webhookTelegram Bot API webhook

verify

CommandWhat it does
hanzo integrations verify <provider>Re-checks a CONNECTED apikey connector's stored credential against the provider, live (hanzo connector verify).

whatsapp

CommandWhat it does
hanzo integrations whatsapp webhook createWhatsApp Cloud API webhook
hanzo integrations whatsapp webhook getWhatsApp Cloud API subscription challenge

How is this guide?