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
| Resource | Description | Link |
|---|---|---|
| Specification | Full normative protocol spec | /spec |
| Schemas | Canonical JSON schemas for all record types | /schemas |
| GENOME SDK | Python reference implementation | /genome-sdk |
| Get Started | Quick-start guide | /get-started |
| Downloads | Specs, whitepapers, schema bundles | /downloads |
| Integration Guide | How to integrate AIEP into your system | /integration-guide |
Understanding AIEP
| Resource | Description | Link |
|---|---|---|
| What is AIEP? | Plain-language explainer | /what-is-aiep |
| Architecture | Protocol architecture overview | /architecture |
| Mirror Protocol | Machine-readable publication surface | /mirror |
| Evidence Layer | How evidence-linking works | /evidence-layer |
| Canon & Primitives | Core record types and hashing | /canon |
Products built on AIEP
| Product | Description | Link |
|---|---|---|
| Piea | Evidence-grounded AI assistant in production | /piea |
| Forecast | AIEP-governed forecasting surface | /forecast |
| QARDL | Questions, 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
- Index:
/.well-known/aiep/index.json - Schema manifest:
/.well-known/aiep/schema - Metadata:
/.well-known/aiep/metadata.json - Protocol manifest:
/.well-known/aiep-manifest.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
- Explore the schemas — /schemas
- Install the SDK —
pip install aiep-genome-sdk - Read the spec — /spec
- Download artefacts — /downloads
- 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