Open Standard · MIT License · v2.0

AI Transparency
Protocol

robots.txt told crawlers what to do.
ai-transparency.json tells users what AI did.

The Deployer's answer to Article 50 — in 5 minutes.

Article 50 Enforcement Deadline
--- Days
:
-- Hours
:
-- Min
:
-- Sec
August 2, 2026 — Fines up to €15,000,000

Current Solutions Miss the Mark

The EU AI Act Article 50 demands machine-readable AI content disclosure.
Existing standards weren't built for this.

llms.txt / W3C TDMRep

Inbound focus only. Tells scrapers what NOT to train on. Doesn't solve the Article 50 outbound disclosure obligation.

❌ Wrong direction

C2PA (Content Credentials)

Cryptographic overkill. Requires certificate infrastructure. Designed for images and video — not AI-generated text content.

❌ Too complex

IETF OETP Draft

Massively overloaded. Demands model training details and data labeling. Unusable for normal web publishers.

❌ Impractical
€15M
Maximum fine for non-compliance — or 3% of global annual turnover, whichever is higher.

One JSON File. Five Minutes. Compliant.

A single manifest at /.well-known/ai-transparency.json that fulfills
your Article 50 obligations — no crypto, no certificates, no enterprise tooling.

5-Minute Deployment

Create one JSON file, upload it. That's it. No infrastructure, no certificates, no vendor lock-in.

🎯

Per-Route Granularity

Chatbot (ATS-4) vs. Blog (ATS-2) vs. Legal pages (ATS-0). Don't declare your whole site as AI-generated.

Article 50 Compliant

Machine-readable disclosure that EU audit tools and compliance scanners can validate automatically.

🔍

SEO-Safe

Granular scope prevents search engines from penalizing human content because of an AI chatbot on the same domain.

📐

Validatable Schema

JSON Schema reference enables automated compliance checking and continuous monitoring.

WCAG 2.1 AA

Built-in accessibility. Transparency that isn't accessible to everyone isn't transparent at all.

Authorship Transparency Statement

Five tiers that honestly declare who drafted the content — human, AI, or both.

ATS-0 E0 · <1%

Fully Human

No AI involvement whatsoever. Pure human authorship.

Example Legal pages, Impressum, Terms of Service
HumanAI
ATS-1 E1 · 1–25%

Human + AI Tools

Human-authored with AI assistance for spelling, grammar, or formatting.

Example Grammarly, spell-checkers, auto-formatting
HumanAI
ATS-2 E2 · 26–50%

AI Co-Creation

AI generates fragments and sections. Human assembles, edits, and curates.

Example AI-assisted blog posts, research summaries
HumanAI
ATS-3 E3 · 51–90%

AI Drafted

AI generates the full draft. Human reviews, validates, and approves.

Example AI-drafted newsletters, product descriptions
HumanAI
ATS-4 E4 · >90%

Autonomous AI

Fully AI-generated content with minimal or no human oversight.

Example Chatbots, auto-generated reports, weather data
HumanAI

Deploy in 5 Minutes

Create /.well-known/ai-transparency.json on your server. Done.

/.well-known/ai-transparency.json
{
  "$schema": "https://ai-transparency-protocol.org/schema/v2.0.json",
  "eu_ai_act": {
    "article_50_compliant": true,
    "effective_date": "2026-08-02",
    "disclosure_method": ["http-header", "client-widget", "manifest"]
  },
  "policies": [
    {
      "scope": "/chatbot/*",
      "ats_tier": "ATS-4",
      "ats_extent": "E4",
      "human_oversight": false
    },
    {
      "scope": "/blog/*",
      "ats_tier": "ATS-2",
      "ats_extent": "E2",
      "human_oversight": true
    },
    {
      "scope": ["/impressum", "/agb", "/datenschutz"],
      "ats_tier": "ATS-0",
      "description": "Strictly human-authored, no AI disclosure required."
    }
  ],
  "transparency_policy_url": "https://example.com/ai-transparency",
  "contact": "compliance@example.com",
  "generator": "TrueSource AI Middleware"
}

Triple-Layer Labeling

1

Machine Layer

HTTP Headers + JSON Manifest + HTML <link> auto-discovery

<link rel="ai-transparency" href="/.well-known/ai-transparency.json">
2

Source Code Layer

Structured HTML comment block — visible in "View Source" and DevTools

<!-- ATP: ATS-2 · Co-Creative · Art. 50 compliant -->
3

Audit Layer

HTTP response headers for automated compliance scanners

AI-Transparency: article-50-compliant

Head-to-Head Comparison

How we stack up against existing standards.

Feature AI Transparency Protocol C2PA IETF OETP llms.txt
Text content support
Per-route scope
ATS tier integration
No crypto/certificates needed
Article 50 compliant
5-minute deployment
SEO-safe N/A N/A
JSON Schema validation N/A
Editorial Exemption proof
Art. 50 Abs. 5

Every Standard Started Unofficial

The criticism: "It's not an official EU standard."
The history: Neither was anything in /.well-known/ — until it was.

Standard Official at Launch? Status Today
robots.txt ❌ Private proposal (1994) ✅ De-facto universal standard
security.txt ❌ Indie project ✅ RFC 9116 (IETF Standard)
ads.txt ❌ IAB initiative ✅ Industry standard
humans.txt ❌ Community project ⚡ Widely adopted
ai-transparency.json ❌ Open Source (2026) ⏳ Building momentum

Every /.well-known/ standard began exactly where ATP is now.
Adoption creates standards. Standards don't create adoption.

The Human-AI Social Contract

Six principles that guide every design decision in this protocol.

01

Transparency Is Not Optional

Users have a fundamental right to know when they consume AI-generated content. This is not just law — it is an ethical imperative.

02

Complexity Kills Compliance

If a standard requires crypto infrastructure, only the biggest companies will adopt it. The other 99% of the web stays opaque. We choose pragmatism.

03

Granularity Prevents Harm

Calling an entire website "AI-generated" because of one chatbot is inaccurate and harmful. Per-route policies enable truthful disclosure.

04

Open Standards Protect All

Compliance tools should not be proprietary moats. MIT license, open spec, vendor-neutral. Small businesses need free infrastructure.

05

Accessibility Is Non-Negotiable

Transparency that isn't accessible to people with disabilities is not transparent. WCAG 2.1 AA is a requirement, not a feature.

06

No Compliance Washing

Self-declaration without enforcement is meaningless. That's why ATP includes JSON Schema validation and automated compliance scanning — the manifest declares, the scanner verifies.

Defense + Offense = Full Coverage

Two open protocols that solve the entire AI web integration challenge.

Defense · Legal Compliance

AI Transparency Protocol

€15M fines for missing AI disclosure

ai-transparency.json manifest + HTTP headers + client widget

EU AI Act Article 50 ATS Tiers
This Repository →
+
Offense · AI Visibility

VibeTags™ & AgenticContext™

35% of searches go to AI — your brand is invisible

Emotional + contextual triggers in Schema.org for LLM optimization

GEO AI Search Brand Signal
View VibeTags →

Get Compliant Before August 2026

The clock is ticking. Article 50 enforcement starts in --- days.
Start with one JSON file. Protect your business.