Recipe: Data Processing Agreement skeleton
Generate a compliant DPA from a single JSON schema. Meridian reads your processor details, sub-processor list, and jurisdiction flags, then emits a ready-to-sign PDF.
Input schema
{
"controller": "Acme Corp",
"processor": "Meridian AI",
"purposes": ["inference", "logging"],
"data_categories": ["PII", "telemetry"],
"sub_processors": ["AWS", "Cloudflare"],
"jurisdiction": "EU",
"retention_days": 90
}Output
Meridian renders a PDF with Article 28 clauses, SCC cross-references, and a pre-filled Annex I–III. The skeleton includes signature blocks for both parties and a machine-readable hash for version tracking.