Set up Teams & Domains

Everything in Entropy Data — data products, data contracts, definitions, policies — is owned by a team. Before you create anything, decide how to structure ownership, then implement it in Governance.

Before you start

  • You are an Organization Owner. Only Organization Owners can create domains and teams (Team Owners can later add subteams within their own team).

1. Choose a structure

Domains group ownership; teams are the smallest unit that actually owns resources. Pick the shape that matches how your company is organized:

StructureGood forWatch out for
Flat — a handful of teams, no domainsSmall orgs, pilots, a single business unitHard to navigate and govern once you pass ~10 teams.
Domain hierarchy — domains containing teams (and subdomains)Mid-to-large orgs with clear business unitsDon't model your org chart — model data domains. Keep it shallow; deep nesting is hard to browse.

Guidelines that hold either way:

  • Map domains to business capabilities (e.g. Sales, Logistics), not to reporting lines that change often.
  • One team should be able to own and run its data products end-to-end.
  • Add specialized teams only when you need them (see team types).

2. Create domains and teams

  1. Go to Studio → Teams to open the Domains & Teams page.
  2. Use Add Domain or Team to create a domain for each business capability (skip this for a flat structure).
  3. Add teams inside the relevant domain. A team needs a name and an ID; optionally set a parent domain and add a logo.

The Add Team form, with name, ID, parent, and type fields

3. Pick the right team type

All teams share the same underlying entity, but the type signals its role:

  • Domain — a business unit that contains teams and subdomains.
  • Organizational Unit — a department or business division that contains teams; can be nested.
  • Team — a group that owns and runs data products. Your default.
  • Platform Team — owns the data platform infrastructure.
  • Enabling Team — helps other teams build well-architected data products.
  • Governance Group — owns global policies and manages certifications. Create one of these for your governance function.

4. Add members and assign roles

  1. Open a team and add members. A user must already be part of the organization (invite them, or provision automatically with SCIM).
  2. Give each member a team roleOwner, Approver, Editor, Member, or Steward — matching what they should be able to do.

For larger setups, automate this: provision users with SCIM, sign-in with SSO, and define custom roles if the defaults don't fit.

Next steps