Skip to main content
TealRegistry is a governance module that enforces model and tool allowlists. It verifies that every model call and tool invocation uses an approved, provenance-verified resource.

Overview

TealRegistry answers a simple question: is this model/tool allowed? It checks incoming requests against a curated catalog of approved models, tools, detectors, and policies — and denies anything not on the list.

Allowlisting

Approve specific models and tools by name and version

Provenance

Verify resource identity with hashes and version pins

4 Catalogs

Models, tools, detectors, and policies

Quick Start


RegistryRef Type

Registry entries are tracked with provenance metadata:
When TealRegistry approves a resource, it attaches RegistryRef entries to the decision’s registry_refs field for audit trail.

Policy Configuration

Configure TealRegistry through the registry key in your policy:

Advanced: Version-Pinned Entries


Reason Codes


Event Types


Examples

Deny Unknown Models

Deny Unknown Tools

Python