Skip to main content

Chapter 3: Connector Fabric Manager

The CFM automates participant provisioning. You interact with its APIs to onboard customers — it handles the rest.

ComponentWhat it does
Tenant ManagerManages tenants, participant profiles, cells, and dataspace profiles. Exposes the provisioning REST API.
Provision ManagerExecutes orchestration workflows. Dispatches tasks to agents via NATS.

Both need a PostgreSQL database and a NATS connection. When you create a participant profile through the Tenant Manager API, it triggers an orchestration that the Provision Manager executes by dispatching work to agents.

For full architecture details, see the CFM System Architecture.


Next: Activity Agents