Sample Publisher Content
This section demonstrates how different types of publisher content can implement peek.json policies. Each content type shows different access patterns and pricing strategies that publishers might use.
🔍 peek.json Implementation
This site implements its own peek.json manifest at /.well-known/peek.json
AI Agents: Check our manifest for structured access policies
Publishers: See how FetchRight implements the peek.json standard
News Articles →
Breaking tech news and industry reports with time-sensitive content
AI Use Cases:
High-frequency summarization, quote extraction for news aggregation
Sample Policies:
peek: free, summarize: $0.02/request, quote: $0.01/request
Research Papers →
In-depth whitepapers and case studies with technical analysis
AI Use Cases:
Academic research, citation generation, knowledge base building
Sample Policies:
peek: free, rag_ingest: $0.10/1000 tokens, train: negotiated
Documentation →
API documentation and technical guides
AI Use Cases:
Developer assistance, code generation, technical Q&A
Sample Policies:
peek: free, read: $0.05/page, embed: $0.08/page
Creative Content →
Blog posts, tutorials, and educational content
AI Use Cases:
Content inspiration, educational summarization, style analysis
Sample Policies:
peek: free, summarize: $0.03/request, train: restricted
Understanding the Demo
For AI Developers
- • See real peek.json policies in action
- • Test different content access patterns
- • Understand intent-based permissions
For Publishers
- • Compare policies across content types
- • See pricing strategy examples
- • Learn implementation best practices