# NASA Artemis II Lunar Flyby Viewer API

This site exposes public discovery metadata for agents and crawlers.

## Endpoints

- `GET /api/gallery.json` returns public metadata about the viewer and source dataset.
- `GET /api/status.json` returns a lightweight service status document.
- `GET /api/openapi.json` returns the OpenAPI description.
- `GET /.well-known/api-catalog` returns an RFC 9727 API catalog using `application/linkset+json`.

## Authentication

The current API is public and does not require authentication. OAuth and protected resource metadata are published so agents can discover that `gallery:read` is the only documented scope for future protected variants.

## Browser Tools

On browsers that support WebMCP, the homepage registers tools for reading the current image, jumping to a specific image, and searching the image manifest.
