Product

Features & example deliverables

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.

Product surface

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.

Charts

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.

Tables

Dataset tables

Structured tables (datasets) for scores, comparisons, and checklists — easy to scan, easy to copy.

PhaseTokensStatus
Plan1.2kOK
Build8.4kOK
Review2.1k
Ship4.6kOK
Files

Multi-file outputs

Each completion is a small library of markdown — Frontend, Backend, agents, and more. Copy one file or the whole set.

Frontend.md
Backend.md
Agents.md
Roadmap.md
Billing

Billing & plans

Upgrade with Stripe, open the customer portal for invoices, and keep terms acceptance in sync with checkout.

Pro · monthlyStripe
Daily tokens · 62%Resets 00:00 UTC

Live previews

Example deliverables from the runner

Same components as the studio. Placeholder IDs match what you'd emit from tools — details in Deliverables.

Charts

Same rendering path as the workspace results panel (Recharts). Tool names and payload rules are documented on Deliverables.

Pie chart

Where incidents spend time

Placeholder {{artifact:chart:demo-pie-incidents}}

Bar chart

p95 latency by region (ms)

Placeholder {{artifact:chart:demo-bar-latency}}

Column chart

Throughput (req/s) — vertical columns

Placeholder {{artifact:chart:demo-column-throughput}}

Line chart

Queued depth over rollout phases

Placeholder {{artifact:chart:demo-line-queue}}

Area chart

Token usage — cumulative by tier

Placeholder {{artifact:chart:demo-area-adoption}}

Scatter chart

Roadmap candidates — effort vs impact

Placeholder {{artifact:chart:demo-scatter-effort-impact}}

Stacked bar chart

Engineering hours by workstream

Placeholder {{artifact:chart:demo-stacked-hours}}

Dataset tables

Tables use the structured create_table shape — not markdown pipe grids in the narrative.

Dataset table

Vector DB comparison (50M-doc workload)

Placeholder {{artifact:table:demo-table-vector-db}}

StoreMonthly $p95 query (ms)Ops burden
Managed-A$4.2k38Low
Managed-B$3.1k52Low
Self OSS$1.4k71Medium
Hybrid$2.6k44Medium

Dataset table

Phased rollout checklist

Placeholder {{artifact:table:demo-table-rollout}}

PhaseGateOwnerStatus
0Feature flags wiredPlatformDone
110% canary — error budgetSREDone
250% trafficSREIn progress
3100% + freeze windowEng leadPending

Lists

Bullet or numbered lists — rendered as structured artifacts instead of markdown list syntax in the assistant message.

List

Release risks (bullets)

Placeholder {{artifact:list:demo-list-risks}}

  • Vendor OAuth outage blocks SSO — document fallback admin path.
  • Migration touches dual-write window — monitor replication lag dashboards.
  • Feature flag typo could disable billing webhook — add guard metric.

Numbered list

Rollout sequence (ordered)

Placeholder {{artifact:list:demo-list-rollout}}

  1. Dry-run migrations against staging clone.
  2. Enable read-only replica traffic at 5%.
  3. Promote writer cutover during maintenance window.
  4. Run consistency checker; rollback playbook ready.

Checklists

In a workspace, checklist rows can be toggled and persisted. Below is a static preview matching completed-run styling.

Checklist

Production deploy gates

Placeholder {{artifact:checklist:demo-checklist-deploy}}

  • CI green on release tag
  • Schema migrations reviewed
  • Error budget ≥ 25% before promote
  • Status page + on-call ping sent

SVG diagrams

Inline vector markup for simple diagrams — not a substitute for data charts. Runners reject unsafe SVG patterns.

Diagram (SVG)

Request path (concept)

Placeholder {{artifact:svg:demo-svg-request-flow}}

Request path (concept)