<aside> 🧭

</aside>

User Guides

Connecting MCP Client to Cashmere MCP Server

How to access Wiley Content in Perplexity

How to get a Content License

Publisher Guides

Creating Omnipub Collections

Preparing Structured Data for Ingestion

Types of License Rights

Uploading New Content via the website

Developer Guides

API Docs

Cashmere Link Guide (OAuth) Overview

Third-Party OAuth Integration Guide for Publishers (BYOL / Short Link)

Connecting Wiley with Perplexity | DEPRECATED

Cashmere MCP Tools

Licensing Rights Overview

Cashmere supports fine-grained licensing controls that determine how licensed applications can use, retrieve, and display publisher content. Two primary rights govern usage in AI and RAG-based workflows:

For all RAG applications, RAG is a required right. However, it can be granted separately or together with READ_RAG_SOURCE, which requires a consumer to have the RAG license right. This allows publishers to define whether a licensee may use content in a RAG pipeline, whether they may see the underlying source, or both.


RAG Right

What the RAG Right Permits

The RAG right grants a licensee permission to use licensed content in Retrieval-Augmented Generation (RAG) applications.

In practice on Cashmere, this includes:

What the RAG Right Does Not Permit

The RAG right does not grant access to full source content—the licensee is only granted access to chunks of content with source data that can be referenced in their LLM queries.

Licensees may retrieve and use snippets returned by search, but they cannot see full sections, chapters, or documents unless they also hold READ_RAG_SOURCE.


READ_RAG_SOURCE Right

What the READ_RAG_SOURCE Right Permits

The READ_RAG_SOURCE right grants the licensee access to the full source context of content used in a RAG workflow.

When granted:

This right is important for use cases where:

Sample content page when the licensee has  license right.

Sample content page when the licensee has READ_RAG_SOURCE license right.

What the READ_RAG_SOURCE Right Does Not Permit

This right does not automatically allow:

Those uses typically require separate rights negotiated with the publisher.


What Happens When the Licensee Does Not Have READ_RAG_SOURCE

If a licensee has RAG but not READ_RAG_SOURCE, access is limited to what we call the Landing Page Experience.

Landing Page Experience

When a snippet is returned:

Sample landing page for licensee that does NOT have the  license right

Sample landing page for licensee that does NOT have the READ_RAG_SOURCE license right

Publisher-Controlled Redirection

Publishers control where users go next. Examples:

The landing page acts as a neutral bridge: it shows enough context for the user to confirm relevance but still respects the publisher’s monetization strategy.


Why Cashmere Recommends Landing Pages in Production

Cashmere supports automatic redirects without showing a landing page, but we strongly recommend keeping landing pages enabled.

Through repeated testing, we’ve learned:

Landing pages give just enough visibility for the user to confirm:

  1. “This is the right content,”
  2. “It answers what I’m trying to understand,”
  3. “It’s worth going deeper.”

This is particularly important in RAG workflows where the user may be exploring or iterating on a question.


Summary Table

Right Allows Use in RAG Workflow Allows Viewing Full Source User Experience Without the Right
RAG Yes No Snippet only; landing page; redirect to publisher
READ_RAG_SOURCE Not required for basic RAG, but enables richer workflows Yes Without this: limited preview + timed link + controlled redirect
Both Full RAG integration Full context viewing Best experience for advanced AI use cases