Fly.io app runtime brief
Read-only runtime brief for one Fly.io app. It reads the app, machines, volumes, certificates, IP assignments, and platform regions through recued-core.flyio, then asks the AI summarizer for health, capacity, certificate/DNS posture, and next operational checks. It never creates, starts, stops, restarts, suspends, deletes, executes commands, mutates secrets, mints tokens, or calls arbitrary Fly.io API routes.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (24 steps)
app_key
trim
Trim whitespace from setting app name
app
?
machines_raw
?
volumes_raw
?
certificates_raw
?
ip_assignments_raw
?
regions_raw
?
machines
default
Apply default
volumes
default
Apply default
certificates
default
Apply default
ip_assignments
default
Apply default
regions
default
Apply default
machine_count
count
Count items in machines
volume_count
count
Count items in volumes
certificate_count
count
Count items in certificates
ip_count
count
Count items in ip assignments
summarize
?
machine_rows
slice
Take a subset of
volume_rows
slice
Take a subset of
certificate_rows
slice
Take a subset of
machine_table
to_table
Format results as a data table
volume_table
to_table
Format results as a data table
certificate_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
flyio
setting
=
focus
setting
=
Summarize the Fly.io app for machine state, region spread, volume/storage posture, certificate/DNS readiness, IP exposure, risk, and concrete next checks. Do not invent facts outside the Fly.io data.
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.