AIEP Hub

The public gateway and developer entry point for the Architected Instruction & Evidence Protocol.

AIEP Hub is the canonical public surface for everything AIEP: schemas, open specifications, developer documentation, the machine interface, download artefacts, and the knowledge base explaining how the protocol works.


What the Hub contains

Developer resources

ResourceDescriptionLink
SpecificationFull normative protocol spec/spec
SchemasCanonical JSON schemas for all record types/schemas
GENOME SDKPython reference implementation/genome-sdk
Get StartedQuick-start guide/get-started
DownloadsSpecs, whitepapers, schema bundles/downloads
Integration GuideHow to integrate AIEP into your system/integration-guide

Understanding AIEP

ResourceDescriptionLink
What is AIEP?Plain-language explainer/what-is-aiep
ArchitectureProtocol architecture overview/architecture
Mirror ProtocolMachine-readable publication surface/mirror
Evidence LayerHow evidence-linking works/evidence-layer
Canon & PrimitivesCore record types and hashing/canon

Products built on AIEP

ProductDescriptionLink
PieaEvidence-grounded AI assistant in production/piea
ForecastAIEP-governed forecasting surface/forecast
QARDLQuestions, answers, records, decisions, ledger/qardl

Machine interface

AIEP Hub publishes a complete machine-readable Mirror at /.well-known/aiep/. This surface is readable directly by AI agents, validators, and automated compliance systems — no scraping, no interpretation.

GET /.well-known/aiep/index.json
GET /.well-known/aiep/metadata.json
GET /.well-known/aiep/schema
GET /.well-known/aiep/schemas/aiep.canonical.schema.v3.0.0.json

Open by default

AIEP Hub is open. No authentication. No registration wall. All public documentation, schemas, and specifications are freely available under Apache 2.0.

Certification is available for organisations that want to make a verifiable claim of AIEP conformance — see /certification.


For developers

  1. Explore the schemas/schemas
  2. Install the SDKpip install aiep-genome-sdk
  3. Read the spec/spec
  4. Download artefacts/downloads
  5. Publish a Mirror — host conformant JSON at /.well-known/aiep/ on your domain

GitHub: github.com/aiep-ltd


See also: What is AIEP? · About · Mirror · Piea · Contact