Skip to content
Recued
Menu
← Back to recipes

Heroku app runtime brief

by recued-core v1

Read-only runtime brief for one Heroku app. It reads the app, dynos, formation, releases, builds, domains, add-ons, pipeline coupling, and available dyno sizes through recued-core.heroku, then asks the AI summarizer for runtime health, release posture, DNS status, scaling context, and concrete next checks. It never creates, restarts, stops, scales, rolls back, mutates config vars, provisions add-ons, creates log sessions, deletes resources, or calls arbitrary Heroku API routes.

How it works 28 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (28 steps)
app_key trim
Trim whitespace from setting app name
app ?
dynos_raw ?
formation_raw ?
releases_raw ?
builds_raw ?
domains_raw ?
addons_raw ?
pipeline_coupling ?
dyno_sizes_raw ?
dynos default
Apply default
formation default
Apply default
releases default
Apply default
builds default
Apply default
domains default
Apply default
addons default
Apply default
dyno_sizes default
Apply default
dyno_count count
Count items in dynos
release_count count
Count items in releases
domain_count count
Count items in domains
summarize ?
dyno_rows slice
Take a subset of
release_rows slice
Take a subset of
domain_rows slice
Take a subset of
dyno_table to_table
Format results as a data table
release_table to_table
Format results as a data table
domain_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize the Heroku app for dyno state, formation capacity, recent release/build status, domain/ACM readiness, pipeline stage, risk, and concrete next checks. Do not invent facts outside the Heroku data.
heroku setting =
app name setting =
row limit setting = 12
max length setting = 900

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Heroku connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

heroku herokuappdynosformationreleasesdomainsai-summarypack:heroku

Details

28 steps 5 configurable settings recipe_id: heroku-app-runtime-brief