HUMANin theLOOP

Governance

Workspace team, project roles, SLA rules, and the audit trail — Hitly's org chart is membership.

The org is the membership tree: one workspace, a team, and projects that each map to one origin. Roles decide who sees work, who can decide, and who can change config.

flowchart TB
  workspace[Workspace]
  workspace --> team[Team]
  workspace --> projects[Projects]
  team --> owner[owner]
  team --> wadmin[admin]
  team --> member[member]
  projects --> padmin["admin — config and decide"]
  projects --> puser["user — decide"]
  projects --> preader["reader — watch"]

Workspace

A workspace is the org. Create one on first sign-in. Switch workspaces when you belong to more than one.

Invite people at Settings → Team. Workspace roles:

RoleWhoWhat they can do
ownerWorkspace creatorFull admin, including team
adminInvitedSame as owner for settings, projects, and team (cannot remove the owner)
memberInvitedOnly the projects they are added to

Workspace admins see every project. Members only see projects they are on. Project admins cannot invite people to the workspace — that stays on Team.

Default timezone and SLA live on the workspace (Settings → Workspace).

Projects

A project is one origin: Mastra, Hermes, HTTP, LangGraph, or Temporal. Add workspace members on the People tab with a project role.

RoleConfigDecideAppear in inbox
adminYesYesYes
userNoYesYes
readerNoNoYes (watch only)

admin and user can Accept / Reject / Edit when allowedActions allows it. reader cannot decide and cannot receive a delegated item.

The project's default assignee is who gets the work item (and email / push) unless a rule says otherwise.

Rules

Rules are first-match. Lower priority number runs first. Match on action name (glob, for example send-*) and/or workflow id. A matching rule can set SLA minutes and notification channels.

Until team routing lands, assignee overrides on rules are ignored; SLA and channel still apply. With no rules, the project default SLA and email channel apply.

Accountability

  • Delegate reassigns an open work item to another person who can decide, and emails them.
  • Logs on the project record ingest, notify, decide, and resume.
  • Closed items and audit events are retained per workspace plan; self-hosted keeps them. See Inbox and Self-host.

The inbox is the review surface for every visible project. Origins pause; they do not own the decision or the audit trail.

On this page