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 →
| Command | Calls | What it does |
|---|---|---|
hanzo team account auth callback <provider> | GET /v1/team/account/auth/{provider}/callback | Complete 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 replace | PUT /v1/team/account/cookie | Store the session token as this browser's cookie |
hanzo team account cookie clear | DELETE /v1/team/account/cookie | Signs this browser out of team by expiring the HttpOnly account-token cookie the OAuth callback set. |
hanzo team account providers | GET /v1/team/account/providers | Returns the identity providers this deployment starts a login with. |
hanzo team account create | POST /v1/team/account | Read the caller's account and switch workspace |
hanzo team billing plan | GET /v1/team/billing/plan | Returns the plan and seat counts for the caller's OWN org, resolved from the VERIFIED team session token — never a… |
hanzo team billing ui list | GET /v1/team/billing/ui | Open the wallet page |
hanzo team bots sync | POST /v1/team/bots/sync | SyncBots re-projects the caller org's agents as workspace members into EVERY workspace of the org, and removes the ones… |
hanzo team bots get | GET /v1/team/bots | Returns 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 statistics | GET /v1/team/transactor/api/v1/statistics | Statistics returns the transactor's live sessions for the workspace the caller's credential names — the endpoint the… |
hanzo team transactor statistics | GET /v1/team/transactor/statistics | Statistics returns the transactor's live sessions for the workspace the caller's credential names — the endpoint the… |
How is this guide?