Example brief
The company has made progress in shipping customer-visible AI workflows, with 16 out of 20 goals met and time to first workflow at 1.6 days, but reliability goals are slipping with uptime at 99.89% and 2 Sev-1 incidents, and weekly active builders at 390, which is 78% of the target, while SSO/SAML rollout is complete and audit logging is 80% done, with an overall takeaway to keep AI workflow launch on track and escalate reliability this month.
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 company has made progress in shipping customer-visible AI workflows, with 16 out of 20 goals met and time to first w" }'Structured intent (this template)
{
"pattern": "kpi_metrics",
"title": "Customer-facing velocity improved, but reliability goals are slipping",
"subtitle": "Product & Engineering OKRs",
"metric_kind": "okr_scoreboard",
"layout_profile": "sectioned_dashboard",
"groups": [
{
"label": "Ship customer-visible AI workflows",
"metric_refs": [
0,
1,
2
]
},
{
"label": "Improve reliability",
"metric_refs": [
3,
4
]
},
{
"label": "Improve enterprise readiness",
"metric_refs": [
5,
6
]
}
],
"metrics": [
{
"label": "Assistant builder beta",
"value": "16/20",
"target": {
"progress": 0.8
},
"tone": "good",
"sub": "80% - high confidence"
},
{
"label": "Time to first workflow",
"value": "1.6 days",
"target": {
"progress": 0.65
},
"tone": "warn",
"sub": "65% - medium"
},
{
"label": "Weekly active builders",
"value": "390",
"target": {
"progress": 0.78
},
"tone": "warn",
"sub": "78% - medium"
},
{
"label": "Uptime 99.95%",
"value": "99.89%",
"target": {
"progress": 0.4
},
"tone": "bad",
"sub": "40% - low confidence",
"emphasis": "primary"
},
{
"label": "Sev-1 incidents to 0",
"value": "2",
"target": {
"progress": 0.3
},
"tone": "bad",
"sub": "30% - low confidence"
},
{
"label": "SSO/SAML rollout",
"value": "100%",
"target": {
"progress": 1
},
"tone": "good",
"sub": "Complete - high"
},
{
"label": "Audit logging",
"value": "4/5",
"target": {
"progress": 0.8
},
"tone": "good",
"sub": "80% - medium"
}
],
"takeaway": "Keep AI workflow launch on track; escalate reliability this month."
}Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the OKR scoreboard 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 OKR scoreboard deterministically — editable PowerPoint in under a second.