Capabilities on a shared foundation
Show how our new retail platform supports pro services, visual sales, and logistics.
Try in PlaygroundExample brief
Create a diagram for the executive committee that illustrates how our strategic investments in a 'Unified Retail Platform' act as the bedrock for our four main business pillars: Contractor Services, Visual Merchandising, Order Fulfillment, and Associate Enablement. Each pillar should contain two specific examples of tools or workflows, such as AR Room Visualizer for merchandising. The foundation needs to list our core technical services including the Pricing Engine and Customer Profiles, demonstrating that these shared services eliminate redundancy across our physical and digital storefronts.
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": "foundation_capability_stack",
"headline": "A unified commerce foundation enables differentiated omnichannel experiences across the project lifecycle",
"context": "High-impact retail capabilities powered by a standardized enterprise architecture",
"data": {
"layers": [
{
"label": "Contractor Services",
"components": [
{
"label": "B2B Credit Management"
},
{
"label": "Jobsite Delivery Logic"
}
]
},
{
"label": "Visual Merchandising",
"emphasis": "primary",
"components": [
{
"label": "AR Room Visualizer"
},
{
"label": "Real-time Stock Locators"
}
]
},
{
"label": "Order Fulfillment",
"components": [
{
"label": "Curbside Orchestration"
},
{
"label": "Inventory Optimization"
}
]
},
{
"label": "Associate Enablement",
"components": [
{
"label": "Mobile POS & Checkout"
},
{
"label": "Expert Product Training"
}
]
}
],
"foundation": {
"label": "Unified Retail Platform",
"components": [
{
"label": "Customer Profiles"
},
{
"label": "Product Catalog API"
},
{
"label": "Pricing Engine"
},
{
"label": "Loyalty Ledger"
},
{
"label": "Supply Chain Visibility"
},
{
"label": "Global Payments"
},
{
"label": "Security & Compliance"
}
]
}
}
}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":"foundation_capability_stack","headline":"A unified commerce foundation enables differentiated omnichannel experiences across the project lifecycle","context":"High-impact retail capabilities powered by a standardized enterprise architecture","data":{"layers":[{"label":"Contractor Services","components":[{"label":"B2B Credit Management"},{"label":"Jobsite Delivery Logic"}]},{"label":"Visual Merchandising","emphasis":"primary","components":[{"label":"AR Room Visualizer"},{"label":"Real-time Stock Locators"}]},{"label":"Order Fulfillment","components":[{"label":"Curbside Orchestration"},{"label":"Inventory Optimization"}]},{"label":"Associate Enablement","components":[{"label":"Mobile POS & Checkout"},{"label":"Expert Product Training"}]}],"foundation":{"label":"Unified Retail Platform","components":[{"label":"Customer Profiles"},{"label":"Product Catalog API"},{"label":"Pricing Engine"},{"label":"Loyalty Ledger"},{"label":"Supply Chain Visibility"},{"label":"Global Payments"},{"label":"Security & Compliance"}]}}}'Frequently asked questions
How do I render the Capabilities on a shared foundation 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 Capabilities on a shared foundation deterministically — editable PowerPoint in under a second.