Use cases
Each guide below takes one real job — monitoring, revenue, SEO, agent runs, cost — and walks you end to end: what your agent sends, and how to assemble the dashboard your team watches. They’re written so you can follow along and adapt them to your own data.
The pattern they all share
Section titled “The pattern they all share”Every use case is the same three moves:
- Plan the structure — pick a category and stream slug for the data.
- Send the report — your agent gathers the numbers and
POSTs a report made of blocks. Run it on a schedule (cron, n8n, Hermes, CrewAI — anything that can make an HTTP request). - Build the dashboard — drop in widgets that read those reports and lay them out.
Master that loop once and you can build a dashboard for anything.
Guides
Section titled “Guides”- Uptime monitoring — a live status board with incident alerts.
- Sales & revenue reporting — MRR, churn, and a bookings trend your team reads each morning.
- SEO audit reporting — track Core Web Vitals, issues, and rankings per site.
- Agent run monitoring — see every agent run, success rate, and failures at a glance.
- Cloud cost tracking — daily spend, trend, and a breakdown by service.