> ## Documentation Index
> Fetch the complete documentation index at: https://docs.grantex.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Trust Registry

> Public organization directory with DID identity and DNS ownership verification.

<Info>Full feature guide: [Trust Registry](/features/trust-registry) | Setup guide: [Trust Registry Setup](/guides/trust-registry-setup)</Info>

## Overview

The Grantex Trust Registry is a public organization directory with DID identifiers and self-service DNS ownership verification. Consumers can inspect the publisher record before granting access.

### Key Capabilities

* **Organization profiles** — register DID-based identity, description, website, and contacts
* **DNS verification** — prove domain ownership via TXT records
* **Public search API** — query organizations by name, verification status, stored badge, or agent category
* **Public key lookup** — retrieve JWKs associated with an organization record

<Warning>DNS ownership is the only current self-service verification workflow. Stored badge/compliance fields are not a public certification program.</Warning>

## API Endpoints

| Method | Path                                  | Description                     |
| ------ | ------------------------------------- | ------------------------------- |
| `GET`  | `/v1/registry/orgs`                   | Search registered organizations |
| `GET`  | `/v1/registry/orgs/:did`              | Get organization by DID         |
| `POST` | `/v1/registry/orgs`                   | Register your organization      |
| `POST` | `/v1/registry/orgs/:orgId/verify-dns` | Verify domain ownership         |

## Links

* [Full Feature Guide](/features/trust-registry)
* [Setup Guide](/guides/trust-registry-setup)
* [Portal: Trust Registry](https://grantex.dev/dashboard/registry)
