From optional to expected
Structured governance signals are likely to become a baseline expectation in enterprise AI evaluation.
Integrate governance signals early and keep control over how your AI products behave.
In the next 24 months, governance defaults in AI stacks will harden. Teams that test now shape those defaults. Teams that wait inherit them.
Structured governance signals are likely to become a baseline expectation in enterprise AI evaluation.
How your system handles publisher intent will influence trust, procurement, and platform leverage.
Teams with real tests and telemetry will lead standards discussions with data, not opinion.
If your AI system touches web content, you are already making governance choices.
Today, websites can communicate crawl permissions and legal terms, but not clear machine-readable governance expectations for AI behavior.
AIPolicy closes this gap with a practical, testable format. You can run real experiments now and build internal capability before standards harden.
Adding governance signal parsing to an AI system is a small engineering effort. The aipolicy.json file is a lightweight JSON declaration served at a well-known URI. Parsing it adds a few extra tokens of context per request at most.
No heavy integration, no vendor dependency, and no lock-in.
Low risk, high learning value.
Governance expectations are tightening across regulation, procurement, and user trust.
Early implementation gives your team a strategic lead before requirements become mandatory.
Real implementations generate hard data on what works and what breaks.
That data improves both your product decisions and the broader standard.
Customers and publishers want evidence, not promises, on how AI treats content.
Machine-readable governance support is a visible, auditable trust signal.
AIPolicy is additive. It does not replace your safety stack.
Treat it as structured context from publishers, not as an override layer.
You retain full control over final system behavior.
Everything you need to integrate AIPolicy into your website or AI product.
Add a <link> tag to your HTML <head> so AI crawlers can automatically discover your policy file.
<!-- In your <head> -->
<link rel="aipolicy" href="/.well-known/aipolicy.json">
The smallest valid policy file. Place it at /.well-known/aipolicy.json on your server.
{
"$schema": "https://aipolicy.fyi/schema/v1.1/aipolicy.schema.json",
"version": "1.1",
"issued": "2025-01-01",
"publisher": {
"name": "Your Website",
"url": "https://example.com"
},
"policies": {
"AP-1.1": "support",
"AP-1.2": "support",
"AP-7.1": "support",
"AP-7.2": "support"
}
}
Programmatically check if a website has adopted AIPolicy.
# Check if a website has adopted AIPolicy
curl https://aipolicy.fyi/api/check?url=https://example.com
Response:
{
"url": "https://example.com",
"status": "compliant",
"policy_url": "https://example.com/.well-known/aipolicy.json",
"version": "1.1",
"checked_at": "2025-01-01T00:00:00Z"
}
Running WordPress? Install the AIPolicy plugin for one-click adoption — no code required.
Get the plugin on wordpress.orgIntegration follows three steps. Each one is independent and can be explored at your own pace.
Understand how aipolicy.json declarations are structured, what policy identifiers mean, and how conformance levels work. The specification is the authoritative reference for all implementation decisions.
Read the SpecificationTest governance prompts that bring the 16 AIPolicy principles into any AI conversation. Copy a prompt, paste it into ChatGPT, Claude, or any LLM, and see how it shapes AI behavior. No code changes required.
Try the Prompt PackPublish an aipolicy.json file on your own domain to test the full pipeline. This lets you observe how your AI systems (and others) discover and respond to governance signals in a real environment.
Adoption GuideAIPolicy is built on a set of principles that we consider non-negotiable. They define the boundaries of what this project is and is not.
We are happy to discuss integration approaches, share research findings, or explore collaboration opportunities. Reach out through our contact page or join the conversation in our Forum.
We use cookies to enhance your experience. You can choose which categories to allow. Privacy
Necessary
Required for the website to function (session, security, consent).
Functional
Enables enhanced features like language preferences.
Analytics
Helps us understand how visitors use the site.