Integration map flow

GenAI orchestrates CRM data retrieval

Try in Playground
Integration map flow slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
System Flow Map
Output
.pptx + PDF + PNG

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

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.

Integration map flow Slide Template | SlideForge | SlideForge (slideforge.dev)