Skip to main content

Overview

The Grantex Trust Registry is a public, searchable directory of organizations that publish AI agents. Organization records use DIDs as stable identifiers and can prove domain ownership through a DNS TXT challenge.
Search and organization-detail endpoints are public. Registration and DNS verification require a developer API key.
DNS ownership is the only self-service verification method implemented by the current public API. There is no public document-upload, SOC 2/ISO review, manual-review SLA, compliance-badge application, CDN badge widget, or automatic agent-linking workflow. Fields such as badges, compliance, and agent statistics may appear in responses, but their presence must not be treated as an independent certification unless an authoritative process is published.
Supported filters are q, verified, badge, category, limit, and cursor. Results include an organization DID, name, description, verification level, stored badges, basic statistics, website, and logo URL when present.

Organization Detail

The detail response can include domain, public keys, stored compliance flags, contacts, verification method/time, and registered registry-agent records. The organization’s JWK Set is also public:

Registration and Verification

Registration returns a one-time plaintext verification token and DNS instructions. The service stores only a hash afterward.
After publishing the returned token at _grantex-verify.acme.example, trigger verification with the returned orgId (the DID is also accepted by the API):
Successful verification sets the organization to verified, records dns-txt, clears the stored token hash, and adds the dns-verified marker.

Endpoint Summary

Last modified on July 11, 2026