Charts that explain the run
Bar, pie, line, area, scatter, and stacked-bar charts ride alongside prose — quick sanity checks before you ship specs to an agent.
Product
Explore what the dashboard renders after a run — miniature previews of the studio surface, then full-fidelity charts, tables, lists, checklists, and SVGs identical to workspace results.
One results view: prompts, visuals, grids, and account controls.
Charts, files, and tables live together with billing — tuned for builders reviewing agent output. Details live in the docs, including a charts & tables gallery. Want to run generation yourself? See the open-source runner.
Bar, pie, line, area, scatter, and stacked-bar charts ride alongside prose — quick sanity checks before you ship specs to an agent.
Structured tables (datasets) for scores, comparisons, and checklists — easy to scan, easy to copy.
| Phase | Tokens | Status |
| Plan | 1.2k | OK |
| Build | 8.4k | OK |
| Review | 2.1k | … |
| Ship | 4.6k | OK |
Each completion is a small library of markdown — Frontend, Backend, agents, and more. Copy one file or the whole set.
Upgrade with Stripe, open the customer portal for invoices, and keep terms acceptance in sync with checkout.
Live previews
Same components as the studio. Placeholder IDs match what you'd emit from tools — details in Deliverables.
Same rendering path as the workspace results panel (Recharts). Tool names and payload rules are documented on Deliverables.
Pie chart
Placeholder {{artifact:chart:demo-pie-incidents}}
Bar chart
Placeholder {{artifact:chart:demo-bar-latency}}
Column chart
Placeholder {{artifact:chart:demo-column-throughput}}
Line chart
Placeholder {{artifact:chart:demo-line-queue}}
Area chart
Placeholder {{artifact:chart:demo-area-adoption}}
Scatter chart
Placeholder {{artifact:chart:demo-scatter-effort-impact}}
Stacked bar chart
Placeholder {{artifact:chart:demo-stacked-hours}}
Tables use the structured create_table shape — not markdown pipe grids in the narrative.
Dataset table
Placeholder {{artifact:table:demo-table-vector-db}}
| Store | Monthly $ | p95 query (ms) | Ops burden |
|---|---|---|---|
| Managed-A | $4.2k | 38 | Low |
| Managed-B | $3.1k | 52 | Low |
| Self OSS | $1.4k | 71 | Medium |
| Hybrid | $2.6k | 44 | Medium |
Dataset table
Placeholder {{artifact:table:demo-table-rollout}}
| Phase | Gate | Owner | Status |
|---|---|---|---|
| 0 | Feature flags wired | Platform | Done |
| 1 | 10% canary — error budget | SRE | Done |
| 2 | 50% traffic | SRE | In progress |
| 3 | 100% + freeze window | Eng lead | Pending |
Bullet or numbered lists — rendered as structured artifacts instead of markdown list syntax in the assistant message.
List
Placeholder {{artifact:list:demo-list-risks}}
Numbered list
Placeholder {{artifact:list:demo-list-rollout}}
In a workspace, checklist rows can be toggled and persisted. Below is a static preview matching completed-run styling.
Checklist
Placeholder {{artifact:checklist:demo-checklist-deploy}}
Inline vector markup for simple diagrams — not a substitute for data charts. Runners reject unsafe SVG patterns.
Diagram (SVG)
Placeholder {{artifact:svg:demo-svg-request-flow}}