Trust registry reference

Field reference for the trust registry editor in the Agent Gateway dashboard.

A trust registry record represents a live DIDComm connection to an external verification service. The gateway establishes this connection via an OOB invitation URL and queries the registry over the connection to look up agent trust records.

For conceptual background, see Trust registries. For step-by-step instructions, see Add a trust registry.

Fields

FieldEditableDescription
NameYesHuman-readable display name. Appears in Issuer configuration and logs.
DescriptionYesOptional description of the trust registry’s purpose or governance framework.
OOB URLNoThe OOB invitation URL provided by the trust registry administrator. Used to establish the initial DIDComm connection. Set at creation.
DID MethodNoThe DID method used to generate the per-registry identity: web (did:web) or peer (did:peer). Set at creation.
Our DIDNoThe gateway’s per-registry DID, created during the OOB handshake. This is the DID the trust registry uses to identify this gateway. Populated after the handshake completes.
Registry DIDNoThe trust registry’s DIDComm identity, discovered during the OOB handshake.
Main DIDNoThe canonical DID of the trust registry. This is the DID that agents reference in their trust-registry extensions (trust_registry_did field). Populated from the OOB invitation.
Mediator URLNoMediator endpoint auto-discovered from the OOB invitation.
Connection StatusNoCurrent connection state: connecting, awaiting_approval, connected, disconnected, or failed. See Connection statuses.
StatusYes (via delete/recreate)active or disabled. Disabled registries are excluded from Issuer configuration.

Connection statuses

StatusMeaning
connectingThe OOB handshake is in progress.
awaiting_approvalSetup message sent; waiting for the trust registry administrator to approve.
connectedConnection is established. TRQP queries can be issued.
disconnectedPreviously connected; use Reconnect to re-establish.
failedConnection failed; use Reconnect to retry.

Actions

ActionAvailable whenDescription
ReconnectStatus is disconnected or failed.Re-initiates the DIDComm handshake using the stored OOB URL.
HeartbeatStatus is connected.Sends a test query to confirm the connection is live. Returns Ping to "<name>" successful (<ms>ms) on success.