# Authentication & Agent Registration

## Site Authentication Requirements

None. The Funta Cula 2027 website is a public event website and requires **no authentication** to browse. All public content (agenda, dresscode, hotels, location, contact) is accessible without credentials.

## Agent Registration

This site exposes **no public API** and runs **no MCP server**. There is therefore nothing to register for and no credentials are required.

## Protected Resources

None. There are no protected resources and no OAuth/OIDC endpoints. The site does not publish `/.well-known/oauth-authorization-server` or `/.well-known/openid-configuration` because no API authentication is offered.

## How Agents Should Access This Site

- Read the summary in [llms.txt](https://www.funtacula2027.de/llms.txt).
- Request the markdown version of the homepage via `Accept: text/markdown` from [index.md](https://www.funtacula2027.de/index.md).
- The API catalog at [/.well-known/api-catalog](https://www.funtacula2027.de/.well-known/api-catalog) intentionally contains an empty `linkset` to signal that no APIs are offered.
- No API keys, tokens, or registration are required for any content on this site.