Hanzo AI

Team

The `hanzo team` commands.

Also for this capability: API · CLI · MCP · SDKs

Your org's shared workspace: documents edited together, files, seats, and agents as teammates.

API reference →

hanzo team rooms 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.

account

CommandWhat it does
hanzo team account auth callback <provider>Complete a sign-in and hand the browser its session
hanzo team account auth get <provider>Start a sign-in at hanzo.id
hanzo team account cookie clearSigns this browser out of team by expiring the HttpOnly account-token cookie the OAuth callback set.
hanzo team account cookie replaceStore the session token as this browser's cookie
hanzo team account createRead the caller's account and switch workspace
hanzo team account providersReturns the identity providers this deployment starts a login with.

billing

CommandWhat it does
hanzo team billing planReturns the plan and seat counts for the caller's OWN org, resolved from the VERIFIED team session token — never a…
hanzo team billing uiOpen the wallet page

bots

CommandWhat it does
hanzo team bots getReturns the caller org's bot members — the org's agents projected as the workspace Employees they become, each with the…
hanzo team bots syncSyncBots re-projects the caller org's agents as workspace members into EVERY workspace of the org, and removes the ones…

collaborator

CommandWhat it does
hanzo team collaborator getOpen the live collaborative-editing socket
hanzo team collaborator rpc add <documentId>CollabRPC is the collaborative-markup snapshot plane the Team front's editor speaks: createContent stores a document…

files

CommandWhat it does
hanzo team files add <workspace>Upload a file into a workspace
hanzo team files workspace get <workspace> <filename>Download a workspace file
hanzo team files workspace rm <workspace> <filename>Removes one blob from a workspace's file store.

rooms

CommandWhat it does
hanzo team rooms listReturns every room of the caller's org, across the workspaces it owns, with the work facet each carries.
hanzo team rooms set <id>States what a room is for: its lifecycle intent, and what it is about.

transactor

CommandWhat it does
hanzo team transactor api v1 statisticsStatistics returns the transactor's live sessions for the workspace the caller's credential names — the endpoint the…
hanzo team transactor get <token>Open the workspace data-plane socket
hanzo team transactor statisticsStatistics returns the transactor's live sessions for the workspace the caller's credential names — the endpoint the…

How is this guide?