AI Licensing Infrastructure for the Creative Industries
Helping creators and rights organisations control how their work is used by AI; transparent terms, provenance tracking, and fair compensation.
Offering AI companies machine-readable data catalogues available to license with transparent terms, provenance and auditable compliance tracking.
Pick a role below to explore the platform. Switch between roles anytime using the role switcher.
I'm a Creator
See how creators register works, set licensing terms, and track earnings through their rights organisation.
I'm a Rights Organisation
Explore catalogue management, licensing deals, RSL integration, and member administration.
I'm an AI Company
Browse licensed catalogues, manage API keys, review compliance certificates, and track deliveries.
Really Simple Licensing (RSL)
Machine-readable licensing for AI crawlers. Rights organisations publish structured terms that AI companies can discover and respect automatically.
Discovery
AI crawlers find licensing terms via /.well-known/rsl.txt — the same pattern as robots.txt.
Structured Terms
OLP (Open Licence Protocol) XML describes pricing, permitted uses, and attribution requirements.
Compliance
Cryptographic audit trail from registration to delivery. Provenance chain for every licensed work.
Example: Open Licence Protocol (OLP)
<?xml version="1.0" encoding="UTF-8"?>
<olp:LicenceOffer xmlns:olp="urn:ietf:params:xml:ns:olp-1.0">
<olp:Provider>Visual Arts Organisation</olp:Provider>
<olp:CatalogueSize>1,240 works</olp:CatalogueSize>
<olp:LicenceServer>
https://demo.magpiestandard.co.uk/api/rsl/visual-arts
</olp:LicenceServer>
<olp:PermittedUses>
<olp:Use type="training" />
<olp:Use type="inference" />
</olp:PermittedUses>
</olp:LicenceOffer>