The roadmap's own words: "dashboards, created by your agent, you embed in your own product, fed by
released pipelines and APIs, filtered per viewer." Each clause is a decision. Created by your agent —
the same authoring surface that drafts a pipeline today. Embedded in your own product — not a hosted
portal you send people to; the chart lives behind your login. Fed by released pipelines and APIs — the
numbers are the ones a person released, not a query someone retyped.
Filtered per viewer means: a value bound from the viewer's request — session or key —
becomes a declared parameter of the released pipeline, and the released SQL filters on it. The same
dashboard, every viewer, their own rows. That mechanism is not roadmap: declared parameters bind as
prepared-statement values in the released pipelines served today, which is what the dashboard feature
will consume.
The shape of the feature follows from the wording, and it is worth reading the clauses as commitments:
"fed by released pipelines" means the dashboard cannot show a number that did not come from a version a
person released — the audit trail of a chart is the audit trail of a pipeline. "Embedded in your own
product" means there is no second portal to log into, no copy of your users to manage, and no hosted
tier — the chart renders where your users already are. And "created by your agent" means the authoring
loop is the one that already works: schemas in, draft out, run checked, person releases.