AICL — Sreath Ceadachaidh Susbaint AI
Cead Susbaint AI / Sreath Ceadachaidh Susbaint AI
Bidh e a' tionndadh chòraichean dearbhte gu ceadachadh a ghabhas ruith: tairgse, pàigheadh, dearbhadh, sgrùdadh, cùl-ghairm.
01 · Mìneachadh
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 · Adhbhar
- Tionndaidh dearbhaidhean chòraichean gu margaidh ceadachaidh a dh'obraicheas, an àite lìon dà-roinnte fosgailte/dùinte.
- Dèan coitcheann an sruth inneal-gu-inneal: lorg poileasaidh → iarr tairgse → cead → cleachd → sgrùd.
- Cum pàighidhean àidseant taobh a-staigh crìoch: buidseatan, stairsnich aontachaidh, tòcanan ceangailte ri iarrtas, clàran-sgrùdaidh slàn.
- Thoir do sholaraichean susbaint slighe gu dìoladh gun a bhith a' dùnadh an làraichean do AI.
03 · Raon
Catalog cead — ìrean bhannan chòraichean le prìsean is cumhaichean
Ceann-uidhean tairgse / pàigheadh / dearbhadh / cùl-ghairm
Tòcanan cead le soidhne, ceangailte ri iarrtair, raon, agus àm
Clàran cleachdaidh agus clàran-sgrùdaidh
Co-obrachadh HTTP 402 "Feum air Pàigheadh"
Riaghailtean sàbhailteachd: gun AI a' làimhseachadh dàta cairt amh, stairsnich aontachaidh dhaoine
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 · Eisimpleir leughadh-inneal
Ceadan na làraich seo fhèin — /.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 · Cuingealachaidhean
- Chan eil an làrach seo ag obrachadh geata pàighidh; tha ceadan malairteach stèidhichte air conaltradh ann an v0.1.
- 'S e moladh protacail a th' ann an AICL — chan eil e a' gealltainn gum pàigh companaidhean AI.
- Tha gèilleadh pàighidh, cìs, agus riaghladh ionmhais taobh a-muigh raon an dreachd seo.
- Tha fòrmatan tòcain agus seagh cinn-uidhe deuchainneach agus dh'fhaodadh iad atharrachadh.
- 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.
Nòta ainmeachaidh
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.