Skip to main content
Register, monitor, and coordinate service repos that share context through a parent GTM workspace.

Usage

How Services Work

A TENET workspace can have child services — separate repos that share context:

Registering a Service

This:
  1. Creates .tenet/config.json in the service with type: "service"
  2. Registers the service in the parent GTM config
  3. Sets up scope-based event routing between them

Service Scopes

Services declare what they produce and consume:
When one service produces an event, consuming services get notified.

See Also