WhagonsDocs
AI and agents

Machine-readable docs

Documentation endpoints intended for AI systems, code generators, and agent discovery.

Whagons publishes public documentation in formats that agents can discover and consume without scraping the rendered interface.

Discovery map

ResourceURLPurpose
Agent guide/agents.mdCompact entry point for agents using Whagons.
Documentation index/llms.txtPublic page list with descriptions.
Full public docs/llms-full.txtCombined public documentation corpus.
Page Markdown/docs/<path>.mdMarkdown negotiation alias for an individual page.
Page content route/llms.mdx/docs/<path>/content.mdDirect processed Markdown for a page.
OpenAPI/openapi/whagons-v1.jsonREST contract for v1.
Agent authenticationhttps://gon.whagons.com/auth.mdLive authentication discovery and implemented scopes.
OAuth resource metadatahttps://gon.whagons.com/.well-known/oauth-protected-resourceStructured protected-resource metadata.

Suggested agent sequence

  1. Read /agents.md for the service map and safety rules.
  2. Read /openapi/whagons-v1.json for endpoint shapes.
  3. Choose a credential path: a user-supplied Settings key or delegated auth.md claim.
  4. Resolve the tenant's reference IDs before writing tasks.
  5. Apply the same least-privilege and secret-handling rules described in the human docs.

Public and private content

llms.txt, llms-full.txt, search, navigation, and the public sitemap exclude internal maintainer documentation. Requests for internal page, Markdown, and social-image routes require separate authentication.

Agents should not attempt to bypass that boundary or treat a public link to an internal slug as authorization.

On this page