Get Started
AIEP is an evidence and retrieval substrate. You do not need to understand the full specification to start using it. Choose the path that matches your role.
Choose your path
Publisher / institution
You operate a platform, jurisdiction, or data source that generates authoritative output. You need your output to be machine-verifiable, discoverable by AI retrieval systems, and cited correctly regardless of the model querying it.
→ Why Adopt AIEP — the compliance and trust case
→ Mirror Protocol — how to publish AIEP-compliant evidence
→ Mirror Adoption — canonical adoption steps
→ Certification & Registry — how to register as a certified publisher
Developer
You are building a system that consumes, generates, or routes evidence-backed records. You need the AIEP SDK, the machine interface, and the schema definitions.
→ GENOME SDK — the reference kernel
→ Integration Guide — patterns for SaaS, database, and application integration
→ Machine Interface — canonical REST/JSON surface
→ Downloads — all schemas, open-source repos, and build manifests
Quick links for developers:
GENOME_LOCKFILE.json— trust root for any AIEP deployment- Canonical schema v3.0.0 —
/.well-known/aiep/schemas/aiep.canonical.schema.v3.0.0.json - Open-source repos — Apache 2.0, no agreement required for the swarm, normaliser, divergence, and recall repositories
Enterprise
You operate AI or regulated workflows in a sector where evidence provenance matters. You need AIEP compliance — either native (build) or layered onto your existing deployment (retrofit).
→ GENOME & Swarm — SDK deployment modes: build vs retrofit
→ Compliance — compliance checklist and regulatory framework
→ Trust & Security — audit, trust records, security layer
→ Strategic Access — development partnership and integration routes
→ Certification & Registry — registry entry and certificate claims
Partner / investor
You are exploring a development partnership, academic collaboration, funded sector pilot, or strategic investment.
→ Strategic Access — all partnership routes in one place
→ Contact — write to us directly
The retrofit path
Every AI system currently operating in a regulated jurisdiction that is not yet compliant is a retrofit candidate.
The AIEP GENOME SDK can be layered onto any existing AI deployment without architectural rebuild. You do not need to rewrite your system.
Your existing AI deployment
│
▼
AIEP compliance wrapper (GENOME SDK, retrofit mode)
│
▼
AIEP-compliant output: verifiable, auditable, admitted
See GENOME & Swarm for the full retrofit specification.
Building from scratch
New deployments should integrate AIEP at kernel level (build mode). The GENOME SDK’s frozen kernel (R1–R8) handles:
- Evidence normalisation and stitching
- Admissibility gate
- Deterministic arbitration
- Audit ledger export
- Swarm consensus (if multi-node)
Your architecture covers everything in Flexibility Contract Layers 1–3: capability selection, policy files, and enterprise integrations.
Why AIEP
For organisations using AI in regulated sectors, the coming question is not “should we adopt a governance framework” — it is “which framework will be auditable enough to satisfy regulators.” AIEP is the only open, cryptographically verifiable, machine-auditable governance protocol.
Key properties:
| Property | What it means for you |
|---|---|
| Deterministic, cross-node verifiable output | A regulator can reproduce your output and verify it from committed artefacts |
| Fail-closed admissibility gate | Unsafe evidence is excluded by cryptographic invariant — not policy assertion |
| Open-source core | Audit by any party — no trust-me-bro governance |
| Retrofit-compatible | No architectural rebuild required |
Resources
- Adoption roadmap — timeline and adoption sequence
- Builder Challenge — structured integration milestones
- Showcase — example deployments and reference implementations
- Developers reference — full API and SDK reference
- Downloads — all artefacts