ops · 16 recipes
Routines. Webhooks. Alerts. Dashboards.
Agent-first recipes for scheduled Routines, webhooks, audit-log monitoring, and public dashboards. Lights-out automation with a paper trail.
- advanced · 10 minutes ★ featured
Build a composite account-health dashboard
Score every B2B account on usage, revenue, and support load. Publish one URL your CS team checks instead of wrangling data each QBR.
#analytics#dashboards#account-health#b2b#saas - advanced · 1 hour to set up ★ featured
Nightly Routine: draft PRs for low-risk silent bugs
Routine runs at 2am, picks the top silent bug, investigates it, opens a draft PR if the fix is small and contained. Lights-out triage for the next morning's review.
#errors#routine#automation#auto-fix#ops - intermediate · 10 minutes ★ featured
Get a weekly digest of what your agent did
Routine that reads the audit log every Friday and Slacks a category breakdown: cases resolved, flags toggled, surveys created. Don't trust — verify in 60s.
#analytics#audit-log#digest#routine#automation - advanced · 30 minutes
Alert on unexpected agent mutations
Routine that watches the audit log for high-impact actions (flag deletes, suppression adds, cohort deletes). Pages #security if anything happens outside business hours.
#analytics#audit-log#security#early-warning#ops - beginner · 1 minute
Who's still on the old client?
Distinct users per app_version over 7 days. See the long tail of old clients — informs the force-update decision and deprecation timing.
#analytics#mobile-app#app-version#releases#ops - intermediate · 3 minutes
Per-customer API call analytics
Group api_request events by customer_id over 30 days with daily breakdown. The view usage-based pricing needs but most teams cobble together from logs.
#analytics#devtools-api#api-quota#dashboards#b2b - beginner · 1 minute
Auto-document your captured event taxonomy
Every event captured in the last 30 days with count, first-seen, last-seen, sample property keys. Markdown table for Notion — your event taxonomy doc that never goes stale.
#analytics#documentation#event-taxonomy#ops#onboarding - advanced · 10 minutes
Match supply to demand per region or category
Per-region ratio of buyer-side events to seller-side events. Spot starved regions before they churn. Liquidity is the metric that decides supply vs demand growth investment.
#analytics#dashboards#marketplace#liquidity#ops - advanced · 5 minutes
Model Black Friday from last year's data
Pull peak ingest rates and page-view rates from last year's holiday window. Real numbers for the infra capacity conversation — no more back-of-envelope guesses.
#analytics#peak-traffic#ecommerce#infra#capacity-planning - beginner · 2 minutes
Build a public live-stats widget for your marketing site
Publish real product metrics to your homepage in 30 seconds. Social proof that updates itself, no backend, no auth, embed-friendly.
#dashboards#content-marketing#public-page#indie-hacker#social-proof - advanced · 30 minutes
Notify the right team when a customer hits their cap
Routine that runs every 15 min and pings the per-customer Slack channel when any customer crosses 80% of their monthly API quota. Turn a silent friction into an upsell opportunity.
#analytics#webhooks#devtools-api#automation#routine - advanced · 20 minutes
Build a roll-your-own status.yourdomain page
Data-driven status dashboard: ingest health, recent incidents, 7d MTTR. CORS-open + iframe-able. More honest and cheaper than Statuspage.io.
#analytics#dashboards#status-page#ops#public-page - intermediate · 10 minutes
Detect a sudden spike in negative reviews
Routine that watches review events with rating ≤ 2 and pages when the rate exceeds 3x baseline. Catch coordinated review-bombing OR a quality regression in 15 minutes.
#analytics#marketplace#trust#early-warning#routine - beginner · 1 minute
Track which SDK versions your customers are on
Look at sdk_version on api_request events. What % are on latest vs N-1 vs older? Critical for the 'when can we deprecate?' conversation.
#analytics#devtools-api#sdk-versions#releases#ops - intermediate · 5 minutes
Watch staging — page only on genuinely new errors
Set up a scheduled Routine that diffs error fingerprints each hour and only pages oncall when a genuinely new failure mode appears.
#errors#oncall#post-deploy#webhooks#automation - beginner · 1 minute
Stop noisy errors from paging you — in plain English
Suppress third-party SDK timeouts, ad-blocker errors, and other false-positives by describing them. No regex required.
#errors#oncall#suppressions#sentry-alternative#saas
Try a recipe in your own agent.
Send this to Claude Code, Cursor, Codex, or any coding agent. It picks MCP or plain HTTP, sets you up, and runs the recipe.