# Auth.md

## Agent authentication

**No authentication is required.** Every resource on rodneybwilliams.com is public and read-only.

## Agent registration

None. Agents may fetch any resource without registering, obtaining credentials, or presenting a token. There are no protected resources, no rate-limited tiers and no accounts.

## Endpoints

| Resource | URL | Auth |
|---|---|---|
| MCP server | https://rodneybwilliams.com/mcp | none |
| MCP server card | https://rodneybwilliams.com/.well-known/mcp/server-card.json | none |
| Agent skills index | https://rodneybwilliams.com/.well-known/agent-skills/index.json | none |
| API catalog | https://rodneybwilliams.com/.well-known/api-catalog | none |
| LLM summary | https://rodneybwilliams.com/llms.txt | none |
| Full content, markdown | https://rodneybwilliams.com/llms-full.txt | none |

## Usage terms

Content Signals are declared in `/robots.txt` as `search=yes, ai-input=yes, ai-train=yes`. Crawling, quoting and citation are all permitted. Attribution to rodneybwilliams.com is requested but not enforced.

## Why there is no OAuth metadata

This site publishes no protected APIs, so there is no authorization server, no token endpoint and no protected resource to describe. `/.well-known/openid-configuration` and `/.well-known/oauth-protected-resource` are deliberately absent rather than missing. Publishing either would advertise infrastructure that does not exist and any agent attempting the handshake would fail.

Contact: hello@rodneybwilliams.com
