Skip to Content
DocumentationRegulatory Mapping

Regulatory Mapping

APP is designed with regulation in mind. This page maps APP features to specific regulatory requirements, with a focus on the EU AI Act.

EU AI Act Article 50

The EU AI Act’s transparency obligations become enforceable on 2 August 2026.

Compliance matrix

ObligationArticleAPP FeatureCoverage
Mark output as AI-generated50(2)ai_generated: true in _ai_provenance metadataFull
Machine-readable, detectable format50(2)Three embedding modesFull
Free detection mechanism50(2)Public verification endpointsFull
Publicly available interfaces50(2)HTTPS verification, no authFull
Deployer disclosure50(4)ai_generated field for downstream useFull
Human review exemption50(4)review.human_reviewed + timestampFull
Non-breaking marking50(2)_ai_provenance key is ignorable; headers are non-breakingFull

How to achieve compliance

  1. Embed APP metadata in all AI-generated output
  2. Expose a verification endpoint (recommended)
  3. Record human review when it occurs
  4. Use non-breaking embedding (inline JSON or HTTP headers)

Other jurisdictions

JurisdictionFrameworkAPP Relevance
USExecutive Order 14110Provenance tracking aligns with EO guidance
USNIST AI RMFSupports Transparency and Accountability functions
ChinaInterim Measures for Generative AIAPP’s ai_generated field satisfies labelling requirements
CanadaAIDA (proposed)Ready-made transparency mechanism
UKAI Safety Institute guidanceConcrete implementation of voluntary best practices
GlobalISO/IEC 42001Provides required audit trail and documentation

Compliance checklist

  • Embed APP metadata in all AI-generated output
  • Set ai_generated: true for all AI-generated content
  • Include accurate generator information
  • Record generated_at timestamps
  • Generate unique generation_id for each generation
  • Expose a public verification endpoint
  • Implement human review tracking when applicable
  • Include content_hash for integrity verification
  • Validate metadata against the JSON Schema
Last updated on