API and Agent Discovery
This site exposes a small read-only discovery surface for agents and automation.
Discovery endpoints
/.well-known/api-catalogpublishes an RFC 9727 API catalog./openapi.jsondescribes the public read-only discovery endpoints./.well-known/agent-skills/index.jsonlists site-specific skill documents with SHA-256 digests./.well-known/agent-card.jsonpublishes the agent card./api/status.jsonreturns a lightweight health document.
Content negotiation
HTML remains the default response for browsers.
Clients that send Accept: text/markdown to page routes receive a markdown representation of the rendered page with:
Content-Type: text/markdownVary: Acceptx-markdown-tokens
Example:
curl https://lawzava.com/ \
-H "Accept: text/markdown"
Link headers
Document responses include RFC 8288 Link headers for:
api-catalogservice-descservice-docdescribedby