# Superpositions Studio Public Discovery API

This static discovery surface helps crawlers and agents locate public Superpositions Studio pages and machine-readable metadata.

## Endpoints

- `GET /` returns the public homepage.
- `GET /home.md` returns a markdown summary of the homepage.
- `GET /sitemap.xml` returns the canonical public URL list.
- `GET /robots.txt` returns crawler and content-signal preferences.
- `GET /llms.txt` returns an LLM-readable site summary.
- `GET /.well-known/api-catalog` returns the API catalog as `application/linkset+json`.
- `GET /.well-known/openapi.json` returns the OpenAPI description for these public discovery endpoints.
- `GET /.well-known/status.json` returns a static status document for the discovery metadata surface.

This catalog describes public metadata endpoints only. It does not describe protected product APIs.
