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

EU AI Act Market Surveillance 2026: What NCAs Are Testing and What SaaS Developers Must Prepare For

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

EU AI Act Market Surveillance NCA Audit Checklist 2026

The EU AI Act's market surveillance regime is not theoretical. From August 2, 2026, National Competent Authorities (NCAs) across the EU have legal powers to demand documentation, inspect premises, require technical access to AI systems, and impose corrective measures. The question for every SaaS team deploying or providing AI features is not if an NCA will come — it is whether you will pass when they do.

This guide covers exactly what NCAs are authorised to test under Articles 74–80, how a surveillance audit typically unfolds, and the concrete checklist every developer team needs before the deadline.


Why Market Surveillance Starts Now

The EU AI Act enforcement timeline has two phases:

  1. Prohibited-practices prohibitions — already in force since February 2, 2026
  2. High-risk AI system obligations (most SaaS-relevant) — fully effective August 2, 2026 (18 months after entry into force on August 1, 2024)

From August 2, NCAs can open market-surveillance cases against providers and deployers of high-risk AI systems listed in Annex I and Annex III. They can also act on complaints from deployers, affected persons, and civil-society bodies.

Several NCAs — including Germany's BNetzA and France's CNIAI — have already published their market-surveillance methodology documents. These pre-announce exactly what they plan to look for. The pattern is consistent: documentation first, technical testing second, corrective action third.


Article 74 — Market Surveillance Authorities

Member states designate one or more national market-surveillance authorities (MSAs). These may be the same body as the notified body supervisor, or a separate regulator. Article 74(1) gives them competence over all AI systems within their territory except:

MSAs have the right to request documentation, conduct remote or on-site inspections, test AI systems in real or simulated operating conditions, and order immediate corrective actions.

Article 75 — Powers of MSAs

The core power set:

PowerScope
Documentary accessFull access to technical documentation, logs, training records, conformity assessments
Personnel interviewsQuestion developers, operators, quality managers
On-site inspectionEnter premises where AI systems are developed, operated, or stored
Technical testingRequire access to training datasets, model weights, API environments for testing
Temporary market restrictionOrder systems off the market pending investigation
Recall or withdrawalForce removal of non-compliant systems
Interim measuresEmergency order where serious risk present — no court order required

Article 76 — GPAI Model Supervision

For general-purpose AI (GPAI) models — systems like large language models with broad capabilities — the EU AI Office in Brussels is the primary supervisor, not national NCAs. However, if a GPAI model is integrated into a high-risk AI system deployed in a member state, the national NCA supervises the high-risk deployer, and can request the AI Office to investigate the underlying GPAI model.

Practical implication: if you use Claude, GPT-4, Gemini, or any major LLM as the backbone of a system that falls under Annex III, your NCA can audit your integration and the EU AI Office audits the model provider.

Articles 77–80 — Enforcement Escalation

ArticleMechanism
77National-level measures (recall, withdrawal, market restriction)
78Formal non-compliance: 10-business-day correction period, then enforcement
79Compliant-but-risky: even conforming systems can be restricted if unacceptable risk is identified post-market
80Union safeguard: if one NCA acts, the European Commission coordinates a union-wide response

What NCAs Actually Examine

Based on published NCA guidance, enforcement-preparedness consultations, and the explicit requirements in the AI Act, here is what market-surveillance inspectors request.

1. Technical Documentation (Annex IV)

Annex IV defines 8 mandatory sections of technical documentation. Every provider of a high-risk AI system must have this documentation before placing the system on the market.

SectionWhat the NCA wants to see
1. DescriptionIntended purpose, version history, system architecture overview
2. Design specificationsInput/output definitions, data flow diagrams, API contracts
3. Monitoring, logging, tracingHow the system logs decisions; log retention policy
4. Validation and testingTest datasets, accuracy metrics, failure-mode analysis
5. Standards appliedWhich harmonised standards (CEN, ETSI) or common specifications were followed
6. Conformity assessmentThird-party certificates (if required) or internal assessment records
7. Incident reportingProcess for identifying serious incidents; sample incident template
8. Instructions for useDeployer-facing documentation explaining scope, limits, calibration

Developer action: Annex IV documentation is version-controlled. Every production release must trigger a documentation update. NCAs look for documentation dates that do not match release dates — a red flag.

2. Risk Management System (Article 9)

Article 9 requires a continuous risk-management process covering the entire lifecycle of the AI system. The NCA will ask for:

The risk management system is not a one-time document — it must show evidence of ongoing activity. Inspectors look for audit trails showing periodic review.

3. Data and Data Governance (Article 10)

Training, validation, and testing datasets must be subject to data governance practices. NCAs inspect:

If you use third-party datasets (Hugging Face, Common Crawl, commercially licensed corpora), your records must show you have rights to use them for training and can demonstrate their provenance.

4. Logs of Operations (Article 12)

Article 12 requires high-risk AI systems to automatically generate logs sufficient to allow post-hoc investigation of the system's behaviour. NCAs test whether:

Developer action: Structured JSON logging to an immutable log sink (CloudWatch with log stream protection, Elasticsearch with index lifecycle management with write-once policy, etc.) is the minimum. A "write-once" bucket policy for audit logs satisfies Article 12.

5. Human Oversight Provisions (Article 14)

Article 14 requires that high-risk AI systems are designed to be overseen by a natural person. NCAs verify that:

This is particularly important for automated decision systems (HR screening, credit scoring, medical-device integration). The NCA will simulate a scenario where the AI produces a borderline output and check whether the human oversight mechanism is functional.

6. Conformity Assessment Evidence (Article 43)

Annex III systems require a conformity assessment. For most software providers, this is self-assessment (the standard path); for certain Annex III categories (biometrics, critical infrastructure), a notified-body assessment is mandatory.

NCAs look for:

The EUDB registration is the first thing inspectors check because it is publicly accessible. If your system is in-scope and not registered, the audit will escalate immediately to a formal non-compliance procedure.

7. Post-Market Monitoring Plan (Article 72)

Providers must maintain a post-market monitoring plan that collects and analyses operational data on system performance. NCAs will request:

8. Incident Reporting Records (Article 73)

Serious incidents involving high-risk AI systems must be reported to the MSA of the member state where the incident occurred. An incident is "serious" if it results in:

NCAs will check whether you have a documented incident-response procedure and whether any incidents since August 2, 2026 were reported within the 15-working-day window.


How a Market Surveillance Audit Unfolds

A typical NCA audit has three phases:

Phase 1: Documentary Review (remote, 30–60 days)

The NCA sends a formal information request (Article 75(3)). You have 10 business days to respond. They will request:

  1. Technical documentation (Annex IV)
  2. Declaration of Conformity
  3. EUDB registration confirmation
  4. Risk management system documentation
  5. Log retention policy
  6. Incident reports (if any)

At this phase, many cases close. If documentation is complete and coherent, the NCA files a "compliant" record and closes the case — often without further contact.

Phase 2: Technical Testing (on-site or remote API access)

If documentary review raises questions, or if the audit was triggered by a complaint or incident, the NCA moves to technical testing. This can include:

NCAs have increasingly requested model access to test GPAI-backed high-risk systems, leading to coordination with the EU AI Office under Article 76.

Phase 3: Corrective Action or Formal Proceedings

OutcomeWhat it means
CompliantNCA closes case; record kept for 5 years
Minor non-complianceFormal notice; 30-day remediation window
Serious non-complianceArticle 78 procedure; can include market restriction pending fix
Immediate serious riskArticle 79; market restriction without prior notice; Commission notified
Confirmed non-compliance (systemic)Fines under Article 99: up to €30M or 6% global turnover

What Triggers a Market Surveillance Investigation

NCAs initiate investigations via four pathways:

  1. Complaint — from a deployer, affected person, or civil-society body (Article 74(4))
  2. Incident notification — triggered by your own Article 73 report
  3. Cross-border referral — another NCA flags the system in a coordinated review
  4. Proactive sampling — NCAs select systems for review from the EUDB register at random or based on sector risk priorities

The highest-risk sectors for proactive surveillance in 2026: recruitment AI (Annex III.4), credit scoring (Annex III.5), education and vocational training (Annex III.3), and law enforcement (Annex III.6 — public-sector deployers).


The Developer Readiness Checklist

Use this 47-item checklist to assess your audit readiness before August 2, 2026.

Technical Documentation (Annex IV)

Risk Management (Article 9)

Data Governance (Article 10)

Logging (Article 12)

Human Oversight (Article 14)

Conformity Assessment (Article 43)

Registration (Article 49)

Post-Market Monitoring (Article 72)

Incident Reporting (Article 73)


Frequently Asked Questions

We use a third-party AI API (OpenAI, Anthropic, Google) — are we still subject to market surveillance?

Yes. If your SaaS product provides a high-risk AI application (e.g., CV screening, credit risk scoring) and you use an LLM API as the underlying model, you are the provider of the high-risk AI system. The LLM vendor is a GPAI model provider supervised separately by the EU AI Office. Your NCAs will audit your system, your documentation, your risk management — not just the model.

We are a startup under 10 employees and €2M revenue — does the AI Act apply?

The AI Act has no SME exemption for compliance obligations, but it does provide SMEs with lighter conformity-assessment pathways and access to regulatory sandboxes (Article 57). However, the documentation and logging obligations apply to all providers regardless of size. The fines are proportionate (6% of global turnover — which is smaller for startups), but the compliance obligation is not waived.

Our AI feature is SaaS (cloud-hosted, subscription). Does that count as "placing on the market"?

Yes. Recital 23 of the AI Act explicitly states that "making available on the market" includes SaaS and API models. If you provide access to a high-risk AI system as a service and users are in the EU, you are in scope.

Which member state's NCA audits us?

If you are established in the EU: your national NCA. If you are outside the EU: the NCA of the member state where your EU-based authorised representative is established, or — absent a representative — the NCA of the member state where affected users are located. Multi-country deployment can involve coordination between NCAs under Article 74(7).

What if the NCA requests data we cannot share for IP or confidentiality reasons?

Article 75(5) provides that NCAs must treat confidential information received in the course of market surveillance as confidential. You can request confidential treatment of trade secrets. However, you cannot refuse to provide documentation on the basis of confidentiality — the NCA obligation overrides commercial confidentiality for enforcement purposes.


Action Plan: 60 Days to Audit Readiness

WeekAction
1–2Gap analysis against the 47-item checklist above. Assign owners for each gap.
3–4Draft missing documentation: Annex IV sections, risk register, incident procedure.
5–6Implement technical controls: immutable logging, override mechanism test, data-lineage tagging.
7–8Internal mock audit: simulate NCA documentary request; measure response time.
9EUDB registration. Prepare Declaration of Conformity for signature.
10Train ops and compliance teams on incident-reporting procedure.

What Comes Next in This Series

This is Post #2 of the EU AI Act National Competent Authorities series (EU-AI-ACT-NATIONAL-COMPETENT-AUTHORITIES-2026):

  1. NCA Country Guide — Who enforces the AI Act in Germany, Spain, France, Netherlands, Italy, Poland
  2. Market Surveillance — What NCAs test and the 47-item developer checklist (this post)
  3. 🔜 Regulatory Sandbox Access — How SaaS startups use Article 57 sandboxes before August enforcement
  4. Post-Market Monitoring — Article 72 incident reporting, corrective actions, serious incident thresholds
  5. Enforcement Finale — Complete compliance toolkit for the August 2, 2026 deadline

Market surveillance under the EU AI Act is not an abstract regulatory process — it is a structured audit with defined powers, defined documentation requirements, and defined escalation paths. The teams who are ready are the ones who treated compliance as an engineering problem: version-controlled documentation, immutable audit logs, tested override mechanisms, and a registered EUDB entry. The 47-item checklist above is the minimum viable compliance posture. Start with the gaps that are most visible to an inspector — Annex IV documentation and EUDB registration — and work inward.

The deadline is August 2, 2026. That is 65 days from today.

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.