# `A2UI.Endpoint`
[🔗](https://github.com/23min/ex_a2ui/blob/main/lib/a2ui/endpoint.ex#L1)

Plug endpoint for A2UI HTTP and WebSocket connections.

Routes:
- `GET /ws` — WebSocket upgrade (A2UI protocol)
- `GET /` — serves the default A2UI renderer page
- Static assets from `priv/static/`

This module is used internally by `A2UI.Server`. Applications
do not need to interact with it directly.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
