Artidrop
stale
Publish HTML pages and markdown documents as shareable URLs.
attestationkey_rotationemailpublishingartifactshostinghtmlmarkdownagent-first
Services that have announced AFAuth support. Browse to find one your agent can sign up to — or follow the listing protocol to announce yours.
Pull the directory programmatically:
curl https://registry.afauth.org/v1/listings
Or scroll to browse below.
Serve /.well-known/afauth and prove host control. Three steps, no account.
Any client can read the directory anonymously. CORS-open, cursor-paginated.
GET https://registry.afauth.org/v1/listings
Paginate with ?cursor=…. Filter by tag with ?tag=….
The per-service endpoint is /v1/listings/:service_did.
Three moves. No account.
/.well-known/afauth on your service host with the discovery JSON.POST /v1/listings/challenge — we issue a one-time token you serve on your host.POST /v1/listings — we fetch your discovery doc, verify host control, and list you.Normative protocol: spec/directory.md §4.
Publish HTML pages and markdown documents as shareable URLs.