Your Rights in the
Age of AI

16 policies that protect your job, your dignity, and your freedom. A new web standard that gives everyone a voice in how AI is built and used.

What is AIPolicy?

Think of it like a food label, but for AI.

A food label tells you what's inside what you eat. AIPolicy tells AI systems what they can and cannot do with your website, your data, and your content. It's a simple JSON file that any website can publish — and any AI system can read and respect.

For People

Understand what AI should and shouldn't do with your data, your job, and your life. Learn your rights and demand them from the services you use.

Read the 16 Policies

For Developers

Add AIPolicy to your website in minutes. A simple JSON file at /.well-known/aipolicy.json tells AI systems your rules.

Adoption Guide

For AI Developers

Test governance layers and system prompts in your AI products — today. AIPolicy offers low-cost, reversible experiments for exploring how societal signals affect model behavior.

Support the Research

Help build open infrastructure for studying how society can communicate with AI systems. We welcome research grants, foundation partnerships, and engineering contributions.

Quick Start

Add this file to your website at /.well-known/aipolicy.json

aipolicy.json
{
  "aipolicy": {
    "version": "2.0",
    "policies": [
      {
        "id": "AP-1.1",
        "status": "endorsed",
        "note": "We welcome AI training on our public content."
      },
      {
        "id": "AP-3.1",
        "status": "endorsed",
        "note": "Attribution is required when using our content."
      },
      {
        "id": "AP-5.1",
        "status": "partial",
        "note": "Rate-limited scraping is allowed."
      }
    ],
    "contact": "ai@example.com",
    "conformance_level": 1
  }
}

Stay Updated

Get notified about specification updates and new releases.

No spam. Release updates only.