Open methodology for Ainfera's outcome-aware inference routing — routing methodology, API contracts, and schema validators.
| Visibility | PUBLIC |
| Primary Language | Python |
| Created | 2026-05-14 |
| Last Updated | 2026-06-16 |
- Clone:
git clone https://github.com/ainfera-ai/specs.git - Install validators:
pip install jsonschema - Run all schema validators:
python scripts/validate_all_schemas.py - Read specs in order: _meta/alignment.md → ontology/spec.md → choose your path below.
| Spec | Status | Description |
|---|---|---|
| Ontology v1.0 | Active | Layer ontology, core entity catalog, internal agent roles, stakeholder model |
| Auth v1.0 | Active | API key format, storage, transport, deprecation, rotation (ainfera_* prefix, AIN-368) |
| ATS v1.0 | Deprecated | Retired 2026-05-22 — folded into L2 Routing q_empirical (AIN-243) |
| AAMC v1.1 | Deprecated | Retired 2026-05-22 — deliberation council; M_allowed gate survives in Routing |
| Annex IV mapping | Active | EU AI Act Annex IV technical documentation → Ainfera primitive mapping |
| A2A v1.0 | Active | Agent-to-Agent communication primitive |
| Alignment matrix | Active | External standards composition matrix |
| Baseline methodology v0.1 | Draft | Public savings-counterfactual methodology and third-party verifier contract |
| Status | Active | Per-spec lifecycle status |
Every specification in this repository opens with an Alignment section showing which external standards it composes. We do not propose to replace:
- NIST AI Agent Standards Initiative (Feb 2026)
- Mastercard Verifiable Intent (March 2026)
- Open Agent Identity (OAI) Spec
- OAGS by Sekuire (Feb 2026)
- CSA NIST AI RMF Agentic Profile (April 2026)
- EU AI Act 2024/1689 — Annex IV
- JWS RFC 7515
We implement them. See _meta/alignment.md for the full composition matrix.
- Start with _meta/alignment.md — the composition matrix establishing how Ainfera relates to the external standards landscape.
- Read ontology/spec.md — the vocabulary and layer model used throughout the other specs.
- Then choose your path:
- For L2 routing / model quality → see Ainfera Routing build spec (vault canon; ATS retired AIN-243)
- For savings claims and baseline math → baseline/spec.md
- For EU AI Act compliance → annex-iv/mapping.md
- For agent communication → a2a/spec.md
- Historical only → ats/spec.md · aamc/spec.md (deprecated)
Each specification carries a YAML front-matter version (version: 1.0) and an independent CHANGELOG. Tagged releases on this repository use <spec>-v<version> (e.g. ats-v1.0).
- Major version bumps signal breaking changes to schemas or semantics.
- Minor version bumps signal clarifications, examples, and additions that do not break conformance.
Internal pre-public drafts (versions below 1.0) are not republished in this repository.
When reusing a specification from this repository, please attribute:
Based on
<Spec Name> v<version>by Ainfera Inc., licensed under CC-BY 4.0.
This repository is part of the Ainfera project.