Skip to content

Recipe library

Recipe library

Recipes are policy bundles — named configurations that activate specific provenance layers. They are frozen at release; new capabilities require a new recipe version (e.g. image-genai-v2).

Preset recipes

RecipeMediaC2PAWatermarkAnchor
image-genai-v1ImageManagedTrustMarkOTS
image-editorial-v1ImageManagedTrustMarkOTS
image-deepfake-v1ImageManagedTrustMarkOTS + Bitcoin
image-legal-evidence-v1ImageBYOKTrustMarkOTS + Bitcoin
audio-genai-v1AudioManagedAudioSealOTS
audio-voiceclone-v1AudioManagedAudioSealOTS + Bitcoin
video-genai-v1VideoManagedVideoSealOTS
video-advertising-v1VideoManagedVideoSealOTS
text-genai-disclosure-v1TextManagedOTS
enterprise-strict-v1ImageBYOKTrustMarkOTS + Bitcoin + Arbitrum + BYOC

Custom recipes

Tenants on Growth+ can create custom recipes via POST /v1/recipes. Custom recipes must extend a preset using the extends field:

{
"id": "my-custom-v1",
"extends": "image-genai-v1@1",
"description": "Custom recipe with 730-day manifest retention",
"retention": {
"manifest_days": 730
}
}

Versioning

Preset recipes are immutable. If you rely on a specific behaviour, pin by version: image-genai-v1@1. The @latest alias always points to the current version.