Skip to content
Recued
Menu
← Back to recipes

Railway service runtime brief

by recued-core v1

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

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

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.

Where it runs

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

Permissions it requires

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

Data it touches

Warehousedata.deploymentsdata.domainsdata.projectdata.environmentdata.servicedata.serviceinstance

About

Tags

railway railwayserviceruntimedeploymentsdomainsai-summarypack:railway

Details

21 steps 7 configurable settings recipe_id: railway-service-runtime-brief