Skip to content
Recued
Menu
← Back to recipes

Fly.io app runtime brief

by recued-core v1

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 24 steps

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 5 configurable

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.

Where it runs

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

Permissions it requires

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

About

Tags

flyio flyiofly.ioappmachinesvolumescertificatesai-summarypack:flyio

Details

24 steps 5 configurable settings recipe_id: flyio-app-runtime-brief