Hanzo

Organizations

Create and manage organizations, switch between orgs, and configure org settings

Organizations are the top-level entity in Hanzo Platform. Every cluster, project, environment, and team member belongs to an organization.

Creating an Organization

Sign in to the dashboard

Go to app.platform.hanzo.ai and sign in with your Hanzo ID.

Create the org

Click your avatar in the top-left corner, then Create Organization. Provide a name and an optional description.

Invite members

After creation you are the sole Owner. Add team members from Settings > Members. See Invitations.

Switching Organizations

If you belong to multiple organizations, use the org switcher in the top-left corner of the dashboard. The CLI supports this too:

hanzo org list
hanzo org switch acme-corp

Your current org context determines which clusters, projects, and environments you see.

Organization Settings

Navigate to Settings from the sidebar to manage:

SettingDescription
GeneralName, description, avatar
MembersInvite, remove, and change roles
BillingPayment methods and invoices
Audit LogHistory of all changes

Deleting an Organization

Only Owners can delete an organization. Deletion is permanent and removes all clusters, projects, and data associated with the org.

Deleting an organization cannot be undone. Export any data you need before proceeding.

To delete, go to Settings > General > Danger Zone and confirm the org name.

API

Organizations can also be managed via the API. See Organizations API.

# List your organizations
curl https://app.platform.hanzo.ai/api/organization.all \
  -H "Authorization: Bearer YOUR_TOKEN"

How is this guide?

Last updated on

On this page