Skip to main content
Akamai Enterprise Integration

Content Provenance
on Akamai EdgeWorkers

Sign everything you serve, without touching your CMS.Enterprise-grade content provenance deployed through Akamai Property Manager. EdgeWorker responseProvider with EdgeKV caching across the entire Akamai network. White-glove deployment. No origin changes.

How It Works

White-glove deployment managed by our team. No engineering resources required from your side.

1

Deploy the EdgeWorker

Our team deploys the Encypher EdgeWorker to your Akamai Property Manager configuration. The responseProvider handler intercepts HTML responses at the edge with no origin changes.

2

Configure EdgeKV

EdgeKV provides native TTL caching for signed content plans. The EdgeWorker connects to your Encypher account through a dedicated API backend.

3

Protect Every Article

Every article on your site receives invisible provenance markers at the edge. When that content is copied, scraped, or republished, you can trace it back to its source.

EdgeWorker Configuration

What the Deployment Looks Like

A responseProvider EdgeWorker plus one Property Manager rule. The snippets below are illustrative sketches; our team handles the actual deployment.

EdgeWorker responseProvider

The EdgeWorker intercepts HTML responses at the edge and embeds provenance markers before they reach the reader. Illustrative sketch; actual deployment is managed by our team.

import { httpRequest } from 'http-request';
import { createResponse } from 'create-response';

export async function responseProvider(request) {
  const origin = await httpRequest(request.url);
  const signed = await encypherSign(await origin.text());
  return createResponse(200, origin.getHeaders(), signed);
}

Property Manager Rule

One rule in your Property Manager configuration activates the EdgeWorker on article paths. Illustrative sketch.

{
  "name": "Encypher Provenance",
  "criteria": [
    { "name": "path", "options": { "values": ["/articles/*"] } }
  ],
  "behaviors": [
    { "name": "edgeWorker", "options": { "enabled": true, "edgeWorkerId": "<your-id>" } }
  ]
}

Article Selector Override

Override automatic content detection with a CSS selector that targets your article region. No EdgeWorker changes required.

<meta name="encypher-selector" content=".story-body">

Works With Your CMS

The EdgeWorker detects and protects article content automatically across every major publishing platform. No per-CMS configuration needed.

WordPress

Self-hosted and WordPress.com

Ghost

All Ghost-powered publications

Squarespace

Blog and article pages

Webflow

Rich text content blocks

Substack

Newsletter and post pages

Hugo / Jekyll

Static site generators

News Wires

AP, Reuters, and wire formats

Custom HTML

Any site with configurable selectors

Enterprise Features Included

Akamai deployments include every Enterprise feature. Unlimited volume, full compliance, and dedicated support.

Content provenance on every article
Sentence-level content tracking
Automatic CMS compatibility
Zero performance impact
Designed to preserve site availability
Unlimited article volume
Leak source identification
C2PA manifest compliance
Granular content licensing per segment
Custom deployment configuration
Attribution analytics dashboard
Dedicated support and named account manager
Property Manager integration
EdgeKV native TTL caching

Built for Publisher Sites

Designed for reliability at CDN scale. No performance impact on your site, no risk to availability.

Works With Every CMS

Automatic content detection across WordPress, Ghost, Squarespace, Webflow, Substack, Hugo, news wires, and custom HTML. No per-CMS configuration needed.

Invisible, Persistent Protection

Provenance markers are invisible to readers. They survive copy-paste into Google Docs, Slack, social media, and AI prompts, so you can trace content wherever it travels.

EdgeKV Native Caching

Signed content plans are cached in EdgeKV with native TTL. Subsequent requests for the same article resolve from cache with no API round-trip across the entire Akamai network.

Your Site Never Breaks

If anything goes wrong, the EdgeWorker serves your original page unchanged. Provenance is additive. It never degrades your site availability or reader experience.

Enterprise Content Provenance on Akamai

White-glove deployment. EdgeKV caching at every Akamai edge node. Unlimited volume. Full compliance. Dedicated support.