Authentication & Access

No authentication is required to access dataoverhaulers.com. All content — every article, page, and index file — is public and free to read. There are no accounts, no paywalls, and no API keys.

Agent registration

There is no registration or provisioning step: no accounts exist on this site and no credentials are ever issued or required. Agents access all resources anonymously.

  • identity_types_supported: ["anonymous"]
  • anonymous.credential_types_supported: ["none"]
  • anonymous.claim_uri: https://dataoverhaulers.com/
  • register_uri: none (nothing to register for)
  • scopes_supported: ["read:public"]
  • bearer_methods_supported: [] (no bearer tokens; endpoints accept unauthenticated GET requests only)

If a future version of this site exposes an authenticated API, this file will advertise it via /.well-known/oauth-protected-resource per RFC 9728.

How agents should fetch content

  • Send Accept: text/markdown with any request to receive the Markdown version of any page (the server responds with Content-Type: text/markdown and Vary: Accept).
  • Alternatively, fetch the .md companion of any page directly, e.g. https://dataoverhaulers.com/<article-slug>.md or the homepage index at https://dataoverhaulers.com/index.md.
  • The full article index is at https://dataoverhaulers.com/llms.txt; the XML sitemap is at https://dataoverhaulers.com/sitemap.xml.

WebMCP tools

On article pages and the homepage, this site registers three tools via the experimental WebMCP API (navigator.modelContext) when the browser supports it: search_articles, get_article, and list_recent_articles. The backing data is /search-index.json; no registration or credentials are involved.

Machine-readable discovery files

  • /.well-known/agent-skills/index.json — agent skills discovery index
  • /.well-known/ai-catalog.json — agentic resource discovery catalog
  • /.well-known/api-catalog — RFC 9727 link-set of the above
  • /search-index.json — compact JSON index of all content (used by the site's WebMCP tools)

There is no authenticated or protected API on this site; nothing requires OAuth or tokens.