Hanzo
CLITeam

Team

16 `hanzo` commands for Team, each calling one operation on api.hanzo.ai.

Package team is your org's shared workspace: documents edited together, files, seats, and agents as teammates.

16 commands · API reference →

CommandCallsWhat it does
hanzo team account auth callback <provider>GET /v1/team/account/auth/{provider}/callbackComplete a sign-in and hand the browser its session
hanzo team account auth get <provider>GET /v1/team/account/auth/{provider}Start a sign-in at hanzo.id
hanzo team account cookie replacePUT /v1/team/account/cookieStore the session token as this browser's cookie
hanzo team account cookie clearDELETE /v1/team/account/cookieSigns this browser out of team by expiring the HttpOnly account-token cookie the OAuth callback set.
hanzo team account providersGET /v1/team/account/providersReturns the identity providers this deployment starts a login with.
hanzo team account createPOST /v1/team/accountRead the caller's account and switch workspace
hanzo team billing planGET /v1/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 ui listGET /v1/team/billing/uiOpen the wallet page
hanzo team bots syncPOST /v1/team/bots/syncSyncBots re-projects the caller org's agents as workspace members into EVERY workspace of the org, and removes the ones…
hanzo team bots getGET /v1/team/botsReturns the caller org's bot members — the org's agents projected as the workspace Employees they become, each with the…
hanzo team files workspace get <workspace> <filename>GET /v1/team/files/{workspace}/{filename}Download a workspace file
hanzo team files workspace rm <workspace> <filename>DELETE /v1/team/files/{workspace}/{filename}Removes one blob from a workspace's file store.
hanzo team files add <workspace>POST /v1/team/files/{workspace}Upload a file into a workspace
hanzo team transactor get <token>GET /v1/team/transactor/{token}Open the workspace data-plane socket
hanzo team transactor api v1 statisticsGET /v1/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 statisticsGET /v1/team/transactor/statisticsStatistics returns the transactor's live sessions for the workspace the caller's credential names — the endpoint the…

How is this guide?