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 "Payment Required" कडेन काम करपाची शक्ती
सुरक्षा नियम: कसलेच रो कार्ड डेटा एआय हातायना, मनशाच्यो मान्यताय मर्यादा
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.