AICL — एआई सामग्री लाइसेंसिंग स्तर
एआई सामग्री लाइसेंस / एआई सामग्री लाइसेंसिंग स्तर
घोषित अधिकार सभकेँ निष्पादन-योग्य लाइसेंसिंगमे बदलैत अछि: कोट, भुगतान, सत्यापन, ऑडिट, निरसन।
01 · परिभाषा
AICL is the licensing and transaction layer built on top of AICR. Where AICR declares what is allowed, AICL defines how permission is actually obtained: license tiers and prices, quote and payment endpoints, signed license tokens, usage and audit logs, and revocation. It is designed to interoperate with emerging machine-payment mechanisms such as HTTP 402 flows and pay-per-crawl schemes, with agentic payment kept inside human-approved budgets and audit trails. Content License ⇏ Agent Action Authority, and the reverse also holds — valid Agent Authority (AADP) ⇏ Content License: an AICL credential proves content-use permission, not a general Agent authorization token.
02 · उद्देश्य
- बाइनरी खुला/बंद वेबक बदला अधिकार घोषणाकेँ एकटा व्यावहारिक लाइसेंसिंग बाजारमे बदलू।
- मशीन-सँ-मशीन प्रवाहकेँ मानकीकृत करू: नीति खोजू → कोट अनुरोध करू → लाइसेंस लिअ → उपयोग करू → ऑडिट करू।
- एजेंटिक भुगतानकेँ सीमित राखू: बजट, अनुमोदन सीमा, अनुरोध-बद्ध टोकन, पूर्ण ऑडिट लॉग।
- सामग्री प्रदाता सभकेँ अपन साइट एआईक लेल बंद कएने बिना प्रतिकरक एकटा रास्ता दिअ।
03 · क्षेत्र
लाइसेंस सूची — मूल्य आ शर्तक संग अधिकार बंडलक स्तर
कोट / भुगतान / सत्यापन / निरसन एंडपॉइंट
अनुरोधकर्ता, क्षेत्र, आ समयसँ बद्ध हस्ताक्षरित लाइसेंस टोकन
उपयोग लॉग आ ऑडिट ट्रेल
HTTP 402 "भुगतान आवश्यक" अंतरसंचालनीयता
सुरक्षा नियम: कार्डक कच्चा डेटाक कोनो एआई हैंडलिंग नहि, मानव अनुमोदन सीमा
principal / actor / authority_reference / aadp_authority_id — optional fields (v0.1.1) linking a license to the AADP authority context an Agent acted under, without making the license itself an authorization token
04 · मशीन-पठनीय उदाहरण
एहि साइटक अपन लाइसेंस — /.well-known/aicl.json
{
"version": "0.1",
"publisher": "AGIRight.org",
"licenses": [
{
"id": "public_read_summary",
"rights": ["read", "summarize", "quote"],
"price": { "amount": "0", "currency": "USD" },
"conditions": [
"attribution_required",
"no_model_training",
"no_commercial_redistribution"
]
},
{
"id": "research_rag",
"rights": ["read", "summarize", "rag"],
"price": { "amount": "0", "currency": "USD" },
"conditions": [
"attribution_required",
"retention_days_30",
"no_model_training"
]
},
{
"id": "commercial_or_training_license",
"rights": ["training", "commercial_use"],
"requires_contact": true,
"contact": "contact@agiright.org"
}
]
} 05 · सीमा
- ई साइट कोनो भुगतान गेटवे संचालित नहि करैत अछि; v0.1 मे व्यावसायिक लाइसेंस संपर्क-आधारित अछि।
- AICL एकटा प्रोटोकॉल प्रस्ताव थिक — ई गारंटी नहि दैत अछि जे एआई कंपनी सभ भुगतान करती।
- भुगतान अनुपालन, कर, आ वित्तीय विनियमन एहि ड्राफ्टक क्षेत्रसँ बाहर अछि।
- टोकन प्रारूप आ एंडपॉइंट अर्थ प्रायोगिक अछि आ बदलि सकैत अछि।
- v0.1.1: an AICL license credential must not be interpreted as a general Agent authorization token, and a valid OAuth/MCP/AADP credential must not be interpreted as an automatic content-use license.
नामकरण टिप्पणी
In earlier EveMissLab research, the acronym AICL also names the “AI Ingestion & Capability Layer” — an architectural layer for how AI systems read and invoke websites (manifest, corpus, capability, runtime control, governance sublayers). As of v0.2 of that paper (2026-08-15), the two meanings are formally disambiguated with suffixes: this protocol is now referenced as AICL-C (AI Content License / AI Content Licensing Layer) in cross-references and machine-readable metadata, while the ingestion architecture is AICL-I. This page keeps the plain "AICL" id and URL for continuity — no existing link breaks — but the AICL-C suffix is the disambiguated name going forward. See the AICL-I v0.2 whitepaper for the full ingestion/capability/runtime-control architecture, which is a separate integration layer, not a seventh rights protocol.