Railway service runtime brief
Read-only Railway runtime brief for one project service in one environment. It reads the project, environment, service, service instance, domains, and recent deployments through recued-core.railway, then asks the AI summarizer for runtime posture, deployment risk, domain status, and next checks. It never deploys, restarts, stops, rolls back, mutates variables, creates domains or volumes, deletes resources, or calls arbitrary Railway GraphQL.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (21 steps)
target_project_id
trim
Trim whitespace from setting project id
target_environment_id
trim
Trim whitespace from setting environment id
target_service_id
trim
Trim whitespace from setting service id
project
?
environment
?
service
?
service_instance
?
deployments_raw
?
domains_raw
?
deployments
default
Apply default
custom_domains
default
Apply default
service_domains
default
Apply default
deployment_count
count
Count items in deployments
custom_domain_count
count
Count items in custom domains
service_domain_count
count
Count items in service domains
summarize
?
deployment_rows
slice
Take a subset of
deployment_table
to_table
Format results as a data table
custom_domain_table
to_table
Format results as a data table
service_domain_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.
focus
setting
=
Summarize the Railway service for runtime configuration, recent deployment status, rollback/redeploy availability, domain readiness, healthcheck/scaling context, and concrete next checks. Do not invent facts outside the Railway data.
railway
setting
=
row limit
setting
=
12
max length
setting
=
900
project id
setting
=
service id
setting
=
environment id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.