Request / response flow

Answer passes through entitlement and compliance gates

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

Example brief

The answer is assembled by passing through several gates, including entitlement check, AI gateway, policy guardrail, retrieval of approved documents and profile, and model gateway, before it is returned to the adviser portal, with telemetry and evaluation logs recorded along the way, ensuring a compliant answer is provided after checking against various controls and data.

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 answer is assembled by passing through several gates, including entitlement check, AI gateway, policy guardrail, ret" }'

Structured intent (this template)

{
  "pattern": "system_flow_map",
  "title": "Every answer passes entitlement, retrieval, model and compliance gates before the adviser sees it",
  "subtitle": "Regulated adviser copilot runtime path",
  "variant": "request_response_flow",
  "nodes": [
    {
      "id": "rm",
      "label": "Adviser portal",
      "col": 0,
      "type": "human",
      "seq": 1
    },
    {
      "id": "ent",
      "label": "Entitlement check",
      "col": 1,
      "type": "control",
      "seq": 2
    },
    {
      "id": "gw",
      "label": "AI gateway",
      "col": 2,
      "type": "gateway",
      "seq": 3
    },
    {
      "id": "guard",
      "label": "Policy guardrail",
      "col": 3,
      "type": "control",
      "seq": 4,
      "emphasis": "primary"
    },
    {
      "id": "ret",
      "label": "Retrieval",
      "detail": "approved docs + profile",
      "col": 4,
      "type": "data",
      "seq": 5
    },
    {
      "id": "model",
      "label": "Model gateway",
      "col": 5,
      "type": "model",
      "seq": 6
    },
    {
      "id": "tel",
      "label": "Telemetry & eval logs",
      "col": 2,
      "row": 1,
      "type": "service"
    }
  ],
  "edges": [
    {
      "from": "rm",
      "to": "ent",
      "kind": "request"
    },
    {
      "from": "ent",
      "to": "gw",
      "kind": "request"
    },
    {
      "from": "gw",
      "to": "guard",
      "kind": "request"
    },
    {
      "from": "guard",
      "to": "ret",
      "kind": "request"
    },
    {
      "from": "ret",
      "to": "model",
      "kind": "request"
    },
    {
      "from": "model",
      "to": "rm",
      "label": "compliant answer",
      "kind": "response"
    },
    {
      "from": "gw",
      "to": "tel",
      "label": "log",
      "kind": "control"
    }
  ],
  "takeaway": "Entitlement, retrieval, model and compliance gates assemble every answer before it returns."
}

Related templates

Frequently asked questions

How do I render the Request / response 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 Request / response flow deterministically — editable PowerPoint in under a second.

Request / response flow Slide Template | SlideForge | SlideForge (slideforge.dev)