Operating-model layer stack
Slide showing the mountain operations hierarchy for a ski resort.
Try in PlaygroundExample brief
A conceptual slide detailing the four-tier operating model for a major alpine resort. The stack starts with safety and compliance at the base, followed by a primary focus on infrastructure and fleet management, moving up to mountain logistics, and topped with guest experience delivery. Each layer needs a specific claim about how that functional area contributes to the overall system's success, emphasizing that infrastructure is the central lever for resort performance.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "layer_stack",
"variant": "rhetorical_layer_stack",
"headline": "Peak operational efficiency requires integrated coordination across terrain, safety, and guest service layers",
"context": "The holistic mountain management framework, beyond seasonal staffing",
"takeaway": "Prioritize infrastructure modernization to unlock workforce productivity and guest satisfaction.",
"data": {
"layers": [
{
"label": "Guest Experience Delivery",
"claim": "Hospitality leads drive seamless ticketing, dining, and ski school engagement through unified standards"
},
{
"label": "Mountain Operations & Logistics",
"claim": "Cross-functional groomer and lift teams ensure consistent trail quality and uphill capacity across zones"
},
{
"label": "Infrastructure & Fleet Management",
"emphasis": "primary",
"claim": "Centralized snowmaking automation, power grids, and heavy machinery maintenance - the core uptime driver"
},
{
"label": "Safety & Compliance Foundation",
"claim": "Ski patrol protocols, environmental permits, insurance risk mitigation, and avalanche control define the baseline"
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"layer_stack","variant":"rhetorical_layer_stack","headline":"Peak operational efficiency requires integrated coordination across terrain, safety, and guest service layers","context":"The holistic mountain management framework, beyond seasonal staffing","takeaway":"Prioritize infrastructure modernization to unlock workforce productivity and guest satisfaction.","data":{"layers":[{"label":"Guest Experience Delivery","claim":"Hospitality leads drive seamless ticketing, dining, and ski school engagement through unified standards"},{"label":"Mountain Operations & Logistics","claim":"Cross-functional groomer and lift teams ensure consistent trail quality and uphill capacity across zones"},{"label":"Infrastructure & Fleet Management","emphasis":"primary","claim":"Centralized snowmaking automation, power grids, and heavy machinery maintenance - the core uptime driver"},{"label":"Safety & Compliance Foundation","claim":"Ski patrol protocols, environmental permits, insurance risk mitigation, and avalanche control define the baseline"}]}}'Frequently asked questions
How do I render the Operating-model layer 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 Operating-model layer stack deterministically — editable PowerPoint in under a second.