Example brief
The GenAI orchestrator acts as a copilot to govern retrieval around the CRM, interacting with Teams, Salesforce, API gateway, CRM, product catalog, pricing engine, and vector search, with observability, consent, and prompt-policy controls, and does not replace the CRM, instead it orchestrates data and writes back to Salesforce.
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": "The GenAI orchestrator acts as a copilot to govern retrieval around the CRM, interacting with Teams, Salesforce, API gat" }'Structured intent (this template)
{
"pattern": "system_flow_map",
"title": "The copilot orchestrates governed retrieval around the CRM, it does not replace it",
"subtitle": "GenAI proposal orchestration",
"variant": "integration_map_flow",
"nodes": [
{
"id": "teams",
"label": "Teams",
"col": 0,
"type": "channel"
},
{
"id": "sf",
"label": "Salesforce",
"col": 0,
"type": "channel"
},
{
"id": "gw",
"label": "API gateway",
"col": 1,
"type": "gateway"
},
{
"id": "orch",
"label": "GenAI orchestrator",
"col": 2,
"type": "service",
"emphasis": "primary"
},
{
"id": "crm",
"label": "CRM",
"col": 3,
"type": "data"
},
{
"id": "cat",
"label": "Product catalog",
"col": 3,
"type": "data"
},
{
"id": "price",
"label": "Pricing engine",
"col": 3,
"type": "service"
},
{
"id": "vec",
"label": "Vector search",
"col": 3,
"type": "data"
}
],
"edges": [
{
"from": "teams",
"to": "gw",
"kind": "request"
},
{
"from": "sf",
"to": "gw",
"kind": "request"
},
{
"from": "gw",
"to": "orch",
"kind": "request"
},
{
"from": "orch",
"to": "crm",
"kind": "data"
},
{
"from": "orch",
"to": "cat",
"kind": "data"
},
{
"from": "orch",
"to": "price",
"kind": "data"
},
{
"from": "orch",
"to": "vec",
"kind": "data"
},
{
"from": "orch",
"to": "sf",
"label": "write-back",
"kind": "response"
}
],
"caution": "Observability, consent and prompt-policy controls wrap the orchestrator.",
"takeaway": "The copilot orchestrates governed retrieval and assembly around the CRM, not instead of it."
}Related templates
Pricing packages
Three packages for sales teams
Situation-challenge-approach-result
Meridian cut claims resolution time by 42%
Testimonial proof
Helios improved outage communication in one release cycle
Feature comparison
Comparing ServiceNow, Zendesk, and Freshdesk for European rollout
Frequently asked questions
How do I render the Integration map flow 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 Integration map flow deterministically — editable PowerPoint in under a second.