REGISTRY
The Waxell Registry is the system of record for governed AI agent execution — a central inventory of every agent, workflow, and tool permitted to run, referenced by identity rather than copied into code, and the foundation on which Waxell's policy enforcement and observability operate.
The Registry is Waxell's system of record for every agent, workflow, and tool in your system. Before anything can run, it must be registered. Before any tool can be called, it must be known.
In a governed system, execution is not ad hoc. Every component has an identity. Every call traces back to a registered definition. Governance, observability, and policy enforcement all depend on that boundary being explicit.
Free during beta. 2-line setup.

As agentic systems grow, the hardest problem is not generating outputs. It is knowing what is actually running — whether execution matches what teams believe the system is doing.
The Registry closes that gap. The Registry makes execution structure explicit, inspectable, and enforceable rather than inferred.
What Does Waxell Register?
Waxell registers three kinds of components, in a fixed hierarchy:
Agents own execution. They are the top-level entities in Waxell's governance model — the things that have identities, accumulate cost, and are subject to policy.
Workflows define how execution is structured inside an agent. An agent may contain one or more workflows.
Tools are atomic operations — the points where data changes or external systems are called. Tools exist only as part of a workflow; they cannot be called directly.
This hierarchy is not a design convention. It is enforced. Components that don't fit the structure can't participate in governed execution.
The Registry is a first-class system of record in Waxell's governance plane — not a configuration file.
Components are defined centrally and referenced by identity. Execution always refers back to a single authoritative definition — there are no local copies embedded inside agents or workflows. When a definition changes, the change propagates consistently across every workflow that references it.
Teams do not have to reason about which version of a component is actually running.
What Does the Registry Mean for MCP and Tool Access?
In an ungoverned system, agents can potentially call any tool they discover — including tools added or modified after the agent was deployed.
Waxell's Registry closes that surface. Only registered tools can be called. Every tool has an identity, every call traces back to a known definition, and changes to tool definitions are versioned and explicit.
For agent systems that access external tools — including through MCP — with the Registry, the set of callable tools is always bounded and auditable. Unregistered tools cannot participate in execution — and every registered tool is subject to Waxell's policy enforcement.

POLICY A
POLICY B
POLICY C
POLICY D
Designed to scale



