Organizations

Learn how to use organizations to manage teams, repositories, and access control at scale.

Key Features

Team Management

Create and manage teams with different access levels.

Repository Organization

Group repositories logically by teams or projects.

Access Control

Fine-grained permissions for repositories and teams.

Billing Management

Centralized billing and subscription management.

Common Commands

Create Organization

Create a new organization

helmbay org create my-company --description "My Company Charts"

List Organizations

View all your organizations

helmbay org list

Add Member

Add a member to organization

helmbay org add-member my-company user@example.com --role member

Create Team

Create a new team in organization

helmbay org create-team my-company frontend-team

Best Practices

Organization Structure

  • Create separate organizations for different business units
  • Use descriptive organization names
  • Keep team sizes manageable
  • Document organization policies

Access Management

  • Follow principle of least privilege
  • Regularly audit access permissions
  • Remove inactive members promptly
  • Use team-based access control

Next Steps

Learn how to manage access control and permissions within your organization.