2026-05-29·5 min read·sota.io Team

EU AI Act Art.26 Deployer Obligations 2026: What Every SaaS Company Must Do Before August

Post #1384 in the sota.io EU AI Act Compliance Series

EU AI Act Article 26 deployer obligations compliance guide 2026

2 August 2026 is the compliance deadline for high-risk AI deployer obligations under the EU AI Act. If your SaaS product uses AI — whether you built the model yourself, consume a third-party API, or embed an AI feature from a vendor — you almost certainly qualify as a deployer under the regulation. And deployers face a concrete set of obligations under Article 26 that many engineering teams are not yet aware of.

This guide walks through every requirement, who it applies to, and exactly what you must implement before the August deadline.


Provider vs. Deployer: The Distinction That Changes Everything

The EU AI Act draws a sharp line between two roles:

Provider (Art.3(3)): The entity that develops an AI system, places it on the market, or puts it into service under its own name or trademark. This is typically the company that trained the model.

Deployer (Art.3(4)): Any natural or legal person, public authority, agency, or other body that uses an AI system under its own authority — except for personal, non-professional use.

The critical implication: if you integrate GPT-4, Claude, Gemini, or any other AI model into your SaaS product and deploy it to users in a professional context, you are a deployer under the AI Act. OpenAI, Anthropic, and Google are the providers. You are the deployer.

This matters because deployers have a distinct set of obligations under Article 26 that are separate from — and in some cases stricter than — what providers must do.


Which AI Systems Trigger Article 26?

Article 26 obligations apply specifically to high-risk AI systems as defined in Article 6 and Annex III of the AI Act. Not every AI deployment qualifies, but the Annex III list is broader than most developers expect:

The eight high-risk categories (Annex III):

  1. Biometric identification and categorisation of natural persons
  2. Management of critical infrastructure (roads, water, energy, digital infrastructure)
  3. Education and vocational training (determining access, assessing learning outcomes, evaluating test results)
  4. Employment, workers management, and access to self-employment (recruitment, promotion, task allocation, work monitoring)
  5. Access to essential private and public services (credit scoring, risk assessment for insurance, emergency services)
  6. Law enforcement (risk assessment, polygraphs, crime analytics)
  7. Migration, asylum, and border control
  8. Administration of justice and democratic processes

Practical examples for SaaS builders:

If you are unsure, apply the two-step test from Art.6: (1) Is the system already regulated under EU safety legislation? (2) Does it fall into an Annex III category? If yes to either, assume high-risk until you can demonstrate otherwise.


The Seven Core Obligations Under Article 26

1. Use the System According to Its Instructions

Deployers must take appropriate technical and organisational measures to ensure they use the high-risk AI system in accordance with the instructions for use provided by the provider (Art.26(1)).

What this means in practice:

Common failure mode: Developers take an AI API designed for one use case (e.g., document classification) and repurpose it for a higher-stakes application (e.g., candidate ranking) without checking whether the provider's instructions cover that use case.

2. Ensure Qualified Human Oversight

Article 26 requires deployers to assign the human oversight task to natural persons with the necessary competence, training, and authority (Art.26(2), cross-referencing the human oversight requirements in Art.14).

Art.14 specifies that high-risk AI systems must be designed and developed to enable effective human oversight by natural persons during their use period. As a deployer, your obligation is to actually implement that oversight — not just technically enable it.

What this means in practice:

Red flag: Many SaaS platforms build "human-in-the-loop" features but then design UX flows that make it practically impossible for the human to override the AI recommendation. Art.14 requires genuine override capability — not checkbox compliance.

3. Provide AI Literacy Training

Under Art.4, both providers and deployers must take measures to ensure that the staff responsible for operating high-risk AI systems on their behalf have a sufficient level of AI literacy, tailored to their roles and context.

Deployers cannot delegate this to the AI provider. You own AI literacy for your team.

What this means in practice:

Minimum curriculum for a high-risk AI deployer:

4. Monitor Operation and Report Problems

Deployers must monitor the operation of the high-risk AI system on the basis of the instructions for use, and inform providers and, where applicable, distributors and market surveillance authorities when they become aware of serious incidents or malfunctioning (Art.26(4)).

What this means in practice:

Monitoring metrics to track:

5. Retain Logs

Deployers must keep the logs automatically generated by the high-risk AI system to the extent that such logs are under their control (Art.26(5)).

Minimum retention: The logs must be kept for the period necessary to fulfil obligations under the AI Act, but at minimum for 6 months. For sectors subject to additional sector-specific regulation (financial services, healthcare), longer periods may apply.

What to log:

Practical note: Many third-party AI APIs do not log inputs and outputs on your behalf. You must implement your own logging layer. Do not rely on the AI provider's retention policy to satisfy this obligation.

6. Inform Workers Before Deploying AI in the Workplace

If you are deploying a high-risk AI system to monitor, manage, or evaluate employees — for example, AI-assisted performance management, scheduling, or productivity monitoring — you must inform both the workers and their representatives before deployment (Art.26(6)).

What this means in practice:

This obligation applies specifically when:

7. Register in the EU AI Database Where Required

Deployers of high-risk AI systems in certain categories must register their deployment in the EU-wide AI database before the system is put into service (Art.26(7), referencing the registration obligations in Art.49).

Registration is required when:

Registration is NOT required for: purely internal use by private companies for their own employees (e.g., an HR tool used only internally), or AI systems deployed by SMEs in lower-risk Annex III sub-categories where the provider has already registered.

Check the EU AI Act Database at https://aiact.eu once it goes live in 2026 for the formal registration interface. Registration details include: the deployer's name and contact information, the AI system's intended purpose and the specific Annex III category, the geographic area of deployment.


Fundamental Rights Impact Assessment (Art.27)

Beyond Art.26, Art.27 requires certain deployers to carry out a fundamental rights impact assessment before putting the high-risk AI system into service. This applies to:

The assessment must cover:

Submit the completed assessment to the relevant national competent authority upon request.


Who Is the Competent Authority for Your Deployment?

Each EU member state designates a national competent authority (NCA) for AI Act enforcement. For deployers:

NCAs will become fully operational by 2 August 2026 alongside the full entry into force of deployer obligations.


The 2 August 2026 Deadline: What Must Be Ready

ObligationWhoWhen Required
Use according to instructionsAll high-risk AI deployers2 August 2026
Human oversight assignmentAll high-risk AI deployers2 August 2026
AI literacy trainingAll high-risk AI deployers2 August 2026
Monitoring systemAll high-risk AI deployers2 August 2026
Log retention (≥6 months)All high-risk AI deployers2 August 2026
Worker notificationDeployers using AI in workplaceBefore first deployment
Registration in EU databasePublic bodies + certain private deployers2 August 2026
Fundamental rights impact assessmentPublic bodies + Art.27 private deployersBefore first deployment

28-Item Compliance Checklist for Art.26 Deployers

Classification (items 1–5)

Instructions and Intended Use (items 6–9)

Human Oversight (items 10–14)

AI Literacy (items 15–17)

Monitoring and Incident Response (items 18–21)

Logging (items 22–24)

Workers and Registration (items 25–28)


Common Misconceptions About Art.26

"We just use an API, the provider is responsible." Wrong. Using an AI API makes you a deployer, not a provider. You bear the Art.26 obligations regardless of where the model was built.

"We are a startup, so SME exemptions apply." SME provisions under the AI Act primarily benefit providers in terms of reduced documentation and support from sandbox programmes. Deployer obligations under Art.26 apply to organisations of all sizes. Startup status does not exempt you from human oversight or logging requirements.

"Our AI is general-purpose, so Annex III doesn't apply." The classification is based on how you deploy and use the AI, not on whether the underlying model is general-purpose. If you use a general-purpose model (GPAI) for a high-risk use case (e.g., CV screening), you are deploying a high-risk AI system.

"Our data processor handles GDPR, so we're covered." GDPR and the AI Act have overlapping but non-identical requirements. Your DPA covers personal data processing obligations. The AI Act adds human oversight, logging, and monitoring requirements that your DPA does not address.


Next in the EU-AI-ACT-DEPLOYER-SPRINT-2026 Series

This post is the first in our five-part deployer sprint series running up to the 2 August 2026 deadline:

  1. Art.26 Deployer Obligations (this post) — the foundational overview
  2. Conformity Assessment — self-assessment vs. third-party for high-risk AI deployers
  3. Art.11 Technical Documentation — what deployers must maintain vs. what providers must supply
  4. Art.14 Human Oversight — detailed implementation guide for SaaS platforms
  5. Deployer Sprint Finale — complete August readiness checklist

EU compliance on EU infrastructure: sota.io provides managed PaaS with GDPR-compliant deployment on Hetzner Germany — no CLOUD Act exposure, no US parent company, and deployment documentation that simplifies your AI Act technical documentation requirements. Start your EU-sovereign deployment.

EU-Native Hosting

Ready to move to EU-sovereign infrastructure?

sota.io is a German-hosted PaaS — no CLOUD Act exposure, no US jurisdiction, full GDPR compliance by design. Deploy your first app in minutes.