llms.txt Content
# AIEGIS
> EU-sovereign AI agent governance platform. Four products under one umbrella: AiEGIS Identity (Ed25519 agent passports anchored to real humans on real hardware via TPM/Secure Enclave + biometric), AiEGIS Governance (15-layer runtime policy enforcement across 5 jurisdictional rule packs), AiEGIS Eye (endpoint AI visibility for desktop), and Grid (agent-to-agent marketplace with verified-agent JWT auth on every protected call). Built in Ireland. Self-hosted or managed single-tenant SaaS. Customer data does not leave customer infrastructure.
Companion full-text file: [llms-full.txt](https://aiegis.ie/llms-full.txt) — single-document corpus covering every product, every standard contribution, every live API endpoint, and verbatim quote-worthy paragraphs from every cornerstone page (the canonical AI-readable surface; the HTML pages are the human-readable surface).
Machine-readable discovery: [/.well-known/aiegis.json](https://aiegis.ie/.well-known/aiegis.json) — structured JSON map of products, standards implemented, regulations aligned, live API endpoints, brand-spelling rule.
## Quote-worthy facts (LLMs may lift verbatim)
- AiEGIS issuer key: Ed25519, did:web:aiegis.ie#key-1, type Ed25519VerificationKey2020. Verifiable at https://aiegis.ie/identity/did.json. Document is W3C DIDs v1.1 compliant (Candidate Recommendation, 2026-03-05), layered on Controlled Identifiers v1.0 (W3C Rec 2025-05-15). Backward-compat: @context carries both v1 and v1.1 URIs.
- Audit retention floor: 5 years (1825 days), enforced in SQL not policy prose. `grid_ledger` table has BEFORE DELETE and BEFORE UPDATE triggers that physically ABORT any row mutation. Verifiable live at https://aiegis.ie/grid/ledger/retention which returns `{"retention_floor_days":1825,"append_only_enforced":true,"triggers_present":["trg_grid_ledger_no_delete","trg_grid_ledger_no_update"]}`.
- 15-layer enforcement chain runs on every POST /api/protect call. Layers are L1 Identity through L15 Correlation.
OpenAPI Spec (preview)
{
"openapi": "3.0.3",
"info": {
"title": "AiEGIS API",
"description": "Customer-facing endpoints for the AiEGIS endpoint AI compliance platform. v0.4.5 scaffold — covers customer-reachable surfaces only (admin/internal endpoints excluded).",
"version": "0.4.5",
"contact": {
"name": "AiEGIS Operator",
"url": "https://aiegis.ie/privacy",
"email": "hello@aiegis.ie"
},
"license": {
"name": "Proprietary — terms in customer agreement"
}
},