Skip to main content
Patrick Colm Audley

Patrick Colm Audley

Hacker · Full-Spectrum Technologist · Polymath

Discovery Catalog

Discovery catalog

This page is the complete inventory of the site's machine-discovery surfaces — both the standard resources under /.well-known/ and the root files that are de-facto part of the discovery layer. It is the human-readable mirror of /.well-known/api-catalog (the RFC 9264 linkset), generated from the same source.

Resource What it provides Standard
/.well-known/did.json
application/did+json
Decentralized identifier (did:web) and its service endpoints. W3C DID Core
/.well-known/webfinger
application/jrd+json
Resource discovery for the site's account (profiles, keys, DID). RFC 7033
/.well-known/nostr.json
application/json
Maps a Nostr name to its public key and relays. NIP-05
/.well-known/pgp.txt
application/pgp-keys
The current armored OpenPGP certificate (also via WKD). RFC 9580
/.well-known/openpgpkey/
application/octet-stream
Web Key Directory: binary key by local-part hash + policy. WKD
/.well-known/keys.txt
text/plain
Binds the OpenPGP identity to the rotating Ed25519 signing key.
/.well-known/http-message-signatures-directory
application/http-message-signatures-directory+json
The Ed25519 key (Web Bot Auth) that signs HTTP responses. RFC 9421
/.well-known/manifest.txt
text/plain
SHA-256 + .asc index of every signed canonical artifact.
/.well-known/content-provenance.json
application/json
C2PA-style signed manifest of served Markdown / LLM text. C2PA
/.well-known/security.txt
text/plain
How to report vulnerabilities; signed, with expiry. RFC 9116
/.well-known/gpc.json
application/json
Declares that the site honours the GPC opt-out signal. GPC
/.well-known/mcp.json
application/json
Model Context Protocol endpoint, transport, tools. MCP
/.well-known/agent-policy.json
application/json
Machine-use policy: allowed use, citation, contact.
/.well-known/site-agent.json
application/json
Agent resource + tool index with deploy hash.
/.well-known/agent-skills/index.json
application/json
Catalog of agent SKILL.md capability descriptors.
/index.jsonld
application/ld+json
The knowledge graph in JSON-LD (web-native). JSON-LD 1.1
/index.ttl
text/turtle
The complete graph as readable Turtle. Turtle
/index.nt
application/n-triples
The graph line-per-triple (bulk / streaming / hashing). N-Triples
/index.md
text/markdown
The page as Markdown.
/foaf.rdf
application/rdf+xml
Friend-of-a-Friend personal profile in RDF/XML. FOAF
/.well-known/void.ttl
text/turtle
Dataset self-description (size, vocabularies, access). VoID
/.well-known/shacl.ttl
text/turtle
Constraint shapes the graph validates against. SHACL
/.well-known/shex.shex
text/shex
Shape expressions for the graph. ShEx
/.well-known/sparql
application/json
Query the knowledge graph live. SPARQL 1.1
/llms.txt
text/plain
Curated context for language models. llms.txt
/llms-full.txt
text/plain
Full-corpus context pull for language models. llms.txt
/robots.txt
text/plain
Crawler access policy (open; AI training permitted). RFC 9309
/sitemap.xml
application/xml
URL inventory with last-modified dates. Sitemaps
/humans.txt
text/plain
The people and tools behind the site. humans.txt
/manifest.json
application/manifest+json
Progressive Web App metadata. Web App Manifest
/.well-known/api-catalog
application/linkset+json
Machine-readable linkset of every resource below. RFC 9264

Each signed resource has a detached OpenPGP signature (.asc) alongside it, advertised via the Link: rel="signature" response header and not listed separately here.