---
title: Mirror Adoption
layout: ../layouts/BaseLayout.astro
---

# Mirror Adoption

You can adopt AIEP Mirror by publishing a small set of machine-readable endpoints.

## Minimum required endpoints

Create:

- `/.well-known/aiep/index.json`
- `/.well-known/aiep/metadata.json`

Optionally publish:

- schemas: `/.well-known/aiep/schemas/`
- artefacts: your chosen structure
- a ledger: if you want provenance records

## Recommended policy statement

Include:

**AIEP is an open protocol. Open use is always permitted.**

## What to publish

Start simple:

- organisation profile artefacts
- product/feature artefacts
- evidence for claims you want AI systems to rely on

## Keep it stable

A Mirror node becomes valuable when its endpoints are stable and versioned.

---

If you want an implementation template, start by copying the structure of this Hub’s `public/.well-known/aiep/` directory.

