ops · 22 workflows
Reviews. Webhooks. Guardrails. Automation.
Reviewed operational workflows for audit, webhooks, public aggregates, and the small set of versioned automation templates with explicit authority boundaries.
- advanced · 30 minutes to review and configure ★ featured
Schedule a private weekly funnel review
Render the bounded weekly-funnel-review template so a scoped runner records an exact-period aggregate report without raw users or mutation authority.
#analytics#automation#funnels#weekly-review#governance - advanced · 10 minutes ★ featured
Review account-health evidence before outreach
Combine verified account usage, revenue context, and support-friction signals into a review queue without pretending a universal score proves churn or intent.
#analytics#customer-success#account-health#b2b#revenue - advanced · 1 hour to review and configure ★ featured
Safely turn a production error into a draft PR
A bounded self-healing workflow that claims one trusted production case, prepares one reviewable draft PR, and waits for CI, deploy, and real-traffic verification.
#errors#automation#auto-fix#draft-pr#ops - intermediate · 10 minutes
Weekly CSM book-of-business digest
Create a weekly account digest for each CSM with risks, expansion signals, product adoption, and customers needing outreach.
#analytics#customer-success#digest#human-review#b2b - intermediate · 7 minutes
Track enterprise implementation timeline
Follow an enterprise account from kickoff through integration, first data, first value, and blocked steps so solutions teams can unblock launches.
#analytics#customer-success#enterprise#onboarding#implementation - intermediate · 10 minutes
Review release health after a deploy
Assemble trusted deploy, error-case, and product-event evidence into a human release review without collapsing unlike signals into a misleading score.
#analytics#errors#deploys#releases#oncall - advanced · 10 minutes
Generate a renewal-risk brief for each account
Combine usage decline, errors, seat utilization, and support friction into a renewal-risk brief CS can act on before the renewal date.
#analytics#revenue#customer-success#renewals#account-health - intermediate · 5 minutes
Audit sourcemap coverage for minified errors
Find which production errors cannot be unmangled because sourcemaps are missing, stale, or uploaded under the wrong release.
#errors#sourcemaps#releases#frontend#ops - beginner · 2 minutes
Review stale or dangerous error suppressions
Find suppressions that are hiding high-volume, high-impact, or recently regressed errors before noise rules mask real incidents.
#errors#suppressions#oncall#governance#ops - intermediate · 5 minutes
Rank support load by account
Combine errors, complaints, affected users, and plan data to show which accounts are consuming the most support attention.
#analytics#errors#customer-support#account-health#b2b - intermediate · 5 minutes
Monitor webhook delivery reliability
Track failed, retried, and slow webhook deliveries by provider, event type, and customer before integrations silently break.
#analytics#webhooks#integrations#reliability#automation - 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
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 - advanced · 10 minutes
Review unexpected agent mutations
Inspect high-impact audit actions in a human-controlled owner session, separate completed changes from uncertain attempts, and prepare an incident handoff.
#audit-log#security#governance#human-review#ops - 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 - intermediate · 10 minutes
Publish verified aggregate metrics safely
Approve a bounded aggregate query, publish only its reviewed blueprint, and embed the returned public URL without exposing owner credentials or identities.
#analytics#public-queries#content-marketing#privacy#dashboards - intermediate · 10 minutes
Review customers nearing their API caps
Rank customers by monthly API quota consumption, show threshold and projection evidence, and prepare human-reviewed account outreach without sending it.
#analytics#devtools-api#api-quota#customer-success#human-review - intermediate · 10 minutes
Review a sudden spike in negative reviews
Compare a bounded low-rating window with a verified baseline, identify concentrated sellers or listings, and return evidence for a human incident decision.
#analytics#marketplace#trust#incident-review#human-review - intermediate · 5 minutes
Review genuinely new staging errors
Compare a bounded staging case window with prior fingerprints, inspect only genuinely new failure modes, and prepare a human-reviewed oncall handoff.
#errors#staging#post-deploy#oncall#human-review - intermediate · 10 minutes
Review noisy error cases before suppressing them
Inspect real case evidence, propose the narrowest reversible suppression, and require human approval before changing case or alert behavior.
#errors#oncall#suppressions#governance#human-review - intermediate · 10 minutes
Review this week's agent activity with a human
An owner-side weekly review of immutable audit history and automation control state, with explicit limits on what can safely run unattended today.
#audit-log#weekly-review#automation#governance#ops
Adapt a workflow in your own agent.
Send this to Claude Code, Cursor, Codex, or any coding agent. It uses the HTTP API, sets you up, and adapts the workflow to your saved signal map and query blueprints.
Agentry gives coding agents production context from errors, product analytics, and deploys through one HTTP API. Fetch and read https://agentry.sh/install.md completely, then install Agentry's full first-time telemetry baseline in this repository. I authorize device-code login, saving the owner key only to ~/.agentry/credentials.json, creating one Agentry project for this repository, and read-only inspection of shipped source plus hidden CI/provider configuration. Deeply analyze the product's business logic and complete value flow before choosing telemetry. Save the complete source-backed plan and show me its exact contents and hash. Until I explicitly approve that plan or request a replacement, do not edit app/CI source, place runtime/CI credentials, commit, exercise product traffic, start proof, push, or deploy. After approval, I authorize only the reviewed targets: place the required scoped browser/server/CI credentials through the established environment or secret mechanism, preserve existing telemetry, implement and test the baseline, commit it, push that reviewed commit when the shipped CI/provider path requires it, exercise safe proof paths with test/non-customer data, and perform one deployment through the reviewed shipped CI/provider path. Ask first if proof would charge money, contact a third party, change real customer data, or require new external access. After the plan is saved, immediately before every onboarding state-changing POST, GET current onboarding state, perform only its single returned next_action, then read state again; do not batch or infer later stages. Continue until status is verified, installation_complete is true, and next_action is null. Keep all secrets, source snapshots, proof markers, and scratch files outside the repository.
- 1. Open your repo in Codex, Claude Code, Cursor etc.
- 2. Paste the install prompt.
- 3. Your agent reads the install doc and shows you an implementation plan for approval.