Article 26 of Regulation (EU) 2024/1689 sets out the obligations of deployers of high-risk AI systems. AiEGIS Eye is the provider of the monitoring system; the customer is the deployer. This page maps each sub-paragraph (1 through 12) to the AiEGIS code path that satisfies it, or explicitly flags it as out of provider scope.
Article 26 binds the deployer — the natural or legal person using the AI system under their own authority. AiEGIS Eye is not the deployer of the customer's high-risk AI; the customer's organisation is. AiEGIS Eye is the provider of the governance system that lets the deployer discharge those obligations with technical evidence rather than paperwork.
The split below distinguishes obligations the AiEGIS code path directly enforces or evidences (sub‑paragraphs 1, 2, 5, 6) from obligations that AiEGIS provides infrastructure or templates for but only the deployer can complete (3, 4, 7, 8, 9, 10, 11, 12).
The authoritative regulation text is at artificialintelligenceact.eu/article/26. Quoted excerpts on this page are reproduced verbatim from that source.
POST /api/protect is evaluated against the org's policy bundle across 15 enforcement layers (L1 Identity through L15 Correlation). Decisions are emitted as {"decision":"ALLOW|WARN|BLOCK|DENY","reason":"…","layer":"L…"} and persisted to agent_logs. The auto-generated checklist at /api/admin/compliance/eu-ai-act-checklist reports the live count of scanned requests as the Art. 26§1 evidence field./it/violations queues every BLOCK / WARN decision for review by a named human reviewer. Reviewer actions are written to the violation_actions table with action_type='mark_reviewed'; the checklist reports human_reviews_completed as the live evidence field. Deployer must complete: formally assign named personnel to the IT oversight role and document in the risk register./api/admin/compliance/audit-export?days=30&format=json returns the full record set for the period with "framework":"EU AI Act Article 26" in the header. Serious-incident webhook alerting is wired in the dispatcher; the deployer configures the destination (SIEM or incident-response platform) per their own reporting chain.agent_logs with agent_id, action, target, decision, threats, timestamp, decision_ms. Retention floor is 5 years (audit-pack target), well in excess of the Art. 26§6 six-month minimum. Signed evidence manifests for any period are produced by GET /api/policy/evidence?org_id=…&from=…&to=…, signed against the public key published at /.well-known/aegis-evidence-pubkey.pem.GET /compliance/worker-notice-template. The template covers what is monitored, why, who sees the data, and the employee's rights of access. Deployer must complete: issue the notice to workers and their representatives before AiEGIS is enabled./api/policy/evidence to support the registration submission, but does not file on the deployer's behalf./dpia so the deployer's DPO can incorporate the data-flow, retention and lawful-basis sections without re-deriving them./api/policy/evidence is the cooperation artefact: it carries an SHA-256 audit digest of the rule set and event stream over the requested period, signed in-process before return, with the verification public key at /.well-known/aegis-evidence-pubkey.pem. Deployer must complete: respond to authority requests using the manifest as evidence; AiEGIS does not communicate with authorities on the deployer's behalf.The block below is a real response from production. The L1 Identity layer rejected an unauthenticated request; the response carries the layer name, the human-readable reason, an error code, and the decision latency in milliseconds. The same envelope shape carries higher-layer reasons (L4 Scope, L6 Input Sanitizer, L7 Memory Integrity, L9 Meta Security, L13 MCP Registry, L14 Confidence Scoring, L15 Correlation).
The requires_human_review field on the L14 Confidence Scoring response is the §6 / §2 human-oversight gate signal: when an action's computed confidence falls into the review band, L14 emits a review_id and the decision is queued in the IT Violation Centre for the deployer's named reviewer.
Reproduce locally:
The auto-generated Article 26 checklist (admin-scoped) compiles these signals into a per-sub-paragraph status report sourced entirely from live data — no manual attestation. The signed evidence manifest at /api/policy/evidence packages the same data for authority cooperation under §11.