Risk overlay stack
Slide showing risk hotspots across our payments platform layers.
Try in PlaygroundExample brief
A control-review slide for a payments platform that shows the risk state of each architecture layer top to bottom. Customer channels and the core ledger are low risk; the access and identity layer is the focal high-risk band because privileged-access controls lag policy; payments orchestration is medium; the data and reporting layer carries a control gap on PII lineage. Each layer needs a short risk description and a status badge, with the access layer emphasized as the priority for remediation.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "A control-review slide for a payments platform that shows the risk state of each architecture layer top to bottom. Custo" }'Structured intent (this template)
{
"pattern": "layer_stack",
"title": "Control gaps concentrate in the access and data layers, not the core ledger",
"subtitle": "Risk posture across the payments platform — quarterly controls review",
"variant": "risk_overlay_stack",
"layers": [
{
"label": "Customer Channels",
"sub": "Mobile and web entry points, KYC onboarding",
"meta": "Low",
"tone": "good"
},
{
"label": "Access & Identity",
"sub": "Privileged access and secrets rotation lag policy",
"meta": "High",
"tone": "bad",
"emphasis": "primary"
},
{
"label": "Payments Orchestration",
"sub": "Routing, retries and idempotency controls in place",
"meta": "Medium",
"tone": "warn"
},
{
"label": "Core Ledger",
"sub": "Double-entry integrity, reconciled daily",
"meta": "Low",
"tone": "good"
},
{
"label": "Data & Reporting",
"sub": "PII lineage incomplete, audit trail partial",
"meta": "Gap",
"tone": "bad"
}
],
"takeaway": "Remediate the access layer before scaling new channels.",
"source_note": "Internal controls self-assessment, Q2"
}Frequently asked questions
How do I render the Risk overlay stack template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Risk overlay stack deterministically — editable PowerPoint in under a second.