Original Pictures
Adobe Firefly Creative Cloud signing pipeline

C2PA Adobe Firefly Integration: Creative Cloud Pipeline

Definition: The Original Pictures Adobe Firefly integration preserves Firefly's C2PA manifest as an ingredient and re-signs the asset with your platform identity, watermark, and Bitcoin anchor.

TL;DR: Firefly is the gold-standard C2PA integration, signing every output under Adobe's certificate. When a Firefly asset enters your pipeline, preserve its manifest as an ingredient and add your identity, a watermark, and an anchor.

Firefly's native signing

Adobe Firefly signs outputs with a manifest under Adobe's certificate and embeds a watermark, the most mature creative-tool integration in the ecosystem. That upstream provenance is worth keeping.

Re-sign at ingest

When a Firefly asset enters a CMS, brand pipeline, or platform, re-sign at ingest with preserve-ingredients on. Adobe's manifest becomes an ingredient, and your manifest adds platform identity, a TrustMark layer, and an OpenTimestamps anchor.

Why both layers help

The creator's Adobe chain and your platform's chain coexist on the asset. A verifier can confirm both, which is exactly the layered, no-loss provenance newsrooms and brands want.

Implementation

import { OriginalPictures } from "@originalpictures/sdk";
const op = new OriginalPictures({ apiKey: process.env.OP_API_KEY });

await op.sign({
  asset: fireflyExport,
  producer: "Acme Brand Studio",
  preserve_ingredients: true, // keep Adobe's manifest
  watermark: "trustmark",
  anchor: true,
});

FAQ

Can I verify both manifests?

Yes. The open verifier reads the full chain, showing Adobe's generation manifest as an ingredient and your platform's signing manifest.

Where Original Pictures stands today

Original Pictures ships three things today: a Sign API, a Verify API, and the SDKs that wrap them. One POST /v1/sign attaches a C2PA-format manifest, an invisible TrustMark watermark, and an OpenTimestamps anchor. The open-source verifier checks any of it without calling us.

Two things are on the near roadmap, and we name them as roadmap, not as shipped: C2PA Conformance Program recognition (target Q3 2026, until then our manifests use the published C2PA v2.2 format and any C2PA-aware validator can read them, but third-party validators will show our signer as not-yet-listed), and a consumer capture app (Q3 2026). We do not sell a capture SDK, and we do not claim Trust-List membership we do not yet hold.

Bottom line: Preserve Firefly's manifest as an ingredient and re-sign with your identity, watermark, and anchor, so the creator and platform chains coexist.

Related


Original Pictures is progressing through the C2PA Conformance Program; our signing certificate is not yet on the official C2PA Trust List. Target: Q3 2026. We will not describe ourselves as "C2PA-certified" until it is true.

Original Pictures provides content-provenance infrastructure. It does not by itself constitute legal compliance with the EU AI Act or any other regime; compliance depends on how you deploy it, your disclosures, and your governance. Figures are drawn from public reporting, verify against primary sources before citing in regulated materials. Nothing here is legal advice.

Last verified 2026-05-25. Author: Mahdi Kazempour, Founder, Original Pictures.