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