Operations dashboard for the workflow OS — workflows, telemetry, health.
{{ spend.detail }}
Source: {{ "Anthropic account billing (includes CI)" if spend.source == "account" else "local telemetry only — CI spend not counted" }}
| Workflow | Run | Status | Duration | Started | Lines |
|---|---|---|---|---|---|
{{ r.workflow }} |
{{ r.id[:8] }} |
{{ r.status }} | {% if r.duration_seconds is not none %}{{ '%.1fs'|format(r.duration_seconds) }}{% else %}—{% endif %} | {{ r.started_at[:19] if r.started_at else '—' }} |
{{ r.line_count }} |
No runs yet this session. Trigger one from Workflows.
{% endif %}| Day | Events | Cost |
|---|---|---|
{{ d.day }} | {{ d.events }} | ${{ '%.4f'|format(d.cost) }} |
No telemetry recorded yet. Run a workflow to start seeing data here.
{% endif %}