{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a2b27b0a-22cc-41a9-81d8-79388c2c925f",
    "slug": "lago-usage-billing",
    "name": "Lago Usage Billing",
    "description": "Usage billing with PostgreSQL, Redis, background jobs and invoice PDFs.",
    "url": "https://railway.com/deploy/lago-usage-billing",
    "upstream": {
      "repo_url": "https://github.com/orenaksakal/railway-templates"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "pdf",
      "source": {
        "image": "getlago/lago-gotenberg:8.15@sha256:c05a9d3926c0b2b14b4086cbf83c9399f7c1f2473d2d5b96857a16666b725353"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "api",
      "source": {
        "repo": "https://github.com/orenaksakal/railway-templates"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "postgres",
      "source": {
        "image": "getlago/postgres-partman:15.0-alpine@sha256:27a1e3a1138a69b5a0911ce125dfa613b9ced07604a2d781b9d31141f7f96036"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "lago",
      "source": {
        "image": "getlago/front:v1.53.0@sha256:16646b2b1c834f110e57e3460d09cf24c7a487ced721f50f5886d65d4d6228af"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "redis",
      "source": {
        "image": "redis:7.4@sha256:71da9275c5f3fcb97d0fa0c8c5b36cc995327265420f17a04bfd544f458059f7"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "api",
      "description": "HTTP port inside this service. Keep the default to match its Railway public port and health check.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "RAILS_ENV",
      "service": "api",
      "description": "Rails env for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "REDIS_URL",
      "service": "api",
      "description": "Private authenticated Redis/Valkey connection URL. Automatically assembled from service references.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_URL",
      "service": "api",
      "description": "Private PostgreSQL connection URL assembled from generated credentials and service references. No manual value is needed.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LAGO_API_URL",
      "service": "api",
      "description": "Lago api url resolved automatically from the linked service. Keep this reference when using the included topology.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LAGO_PDF_URL",
      "service": "api",
      "description": "Lago pdf url resolved automatically from the linked service. Keep this reference when using the included topology.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "LAGO_ORG_NAME",
      "service": "api",
      "description": "Lago org name for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "My organization"
    },
    {
      "key": "LAGO_FRONT_URL",
      "service": "api",
      "description": "Lago front url resolved automatically from the linked service. Keep this reference when using the included topology.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "api",
      "description": "Generated private Redis/Valkey password, or a reference to that password. Keep secret.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LAGO_CREATE_ORG",
      "service": "api",
      "description": "Lago create org for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LAGO_USE_AWS_S3",
      "service": "api",
      "description": "Lago use aws s3 for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "SECRET_KEY_BASE",
      "service": "api",
      "description": "Generated application signing secret. Preserve across restarts and backup restores.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LAGO_ORG_API_KEY",
      "service": "api",
      "description": "Generated lago org api key. Keep private and preserve with backups.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LAGO_SIDEKIQ_WEB",
      "service": "api",
      "description": "Lago sidekiq web for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "LAGO_DISABLE_SIGNUP",
      "service": "api",
      "description": "Lago disable signup for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LAGO_ORG_USER_EMAIL",
      "service": "api",
      "description": "Required first organization administrator email.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RAILS_LOG_TO_STDOUT",
      "service": "api",
      "description": "Rails log to stdout for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LAGO_DISABLE_SEGMENT",
      "service": "api",
      "description": "Lago disable segment for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LAGO_REDIS_CACHE_URL",
      "service": "api",
      "description": "Lago redis cache url resolved automatically from the linked service. Keep this reference when using the included topology.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LAGO_ORG_USER_PASSWORD",
      "service": "api",
      "description": "Generated lago org user password. Keep private and preserve with backups.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "api",
      "description": "Repository-relative Dockerfile used to build this service. Keep the supplied path.",
      "secret": false,
      "strategy": "default",
      "default": "templates/lago/Dockerfile"
    },
    {
      "key": "LAGO_REDIS_CACHE_PASSWORD",
      "service": "api",
      "description": "Lago redis cache password resolved automatically from the linked service. Keep this reference when using the included topology.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LAGO_ENCRYPTION_PRIMARY_KEY",
      "service": "api",
      "description": "Generated lago encryption primary key. Keep private and preserve with backups.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LAGO_ENCRYPTION_DETERMINISTIC_KEY",
      "service": "api",
      "description": "Generated lago encryption deterministic key. Keep private and preserve with backups.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LAGO_ENCRYPTION_KEY_DERIVATION_SALT",
      "service": "api",
      "description": "Generated lago encryption key derivation salt. Keep private and preserve with backups.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PGDATA",
      "service": "postgres",
      "description": "PostgreSQL data directory within the persistent volume. Do not change on an existing database.",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGPORT",
      "service": "postgres",
      "description": "Pgport for postgres. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "POSTGRES_DB",
      "service": "postgres",
      "description": "Initial PostgreSQL database name, or the matching database selected by the application.",
      "secret": false,
      "strategy": "default",
      "default": "lago"
    },
    {
      "key": "DATABASE_URL",
      "service": "postgres",
      "description": "Private PostgreSQL connection URL assembled from generated credentials and service references. No manual value is needed.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "postgres",
      "description": "PostgreSQL initialization user, or the matching connection user for the private database.",
      "secret": false,
      "strategy": "default",
      "default": "lago"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "postgres",
      "description": "PostgreSQL password. Generated for the database and referenced by dependent services; keep private.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "API_URL",
      "service": "lago",
      "description": "Api url resolved automatically from the linked service. Keep this reference when using the included topology.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "APP_ENV",
      "service": "lago",
      "description": "App env for lago. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "LAGO_OAUTH_PROXY_URL",
      "service": "lago",
      "description": "Lago oauth proxy url for lago. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
      "secret": false,
      "strategy": "default",
      "default": "https://proxy.getlago.com"
    },
    {
      "key": "REDIS_URL",
      "service": "redis",
      "description": "Private authenticated Redis/Valkey connection URL. Automatically assembled from service references.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "redis",
      "description": "Generated private Redis/Valkey password, or a reference to that password. Keep secret.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lago-usage-billing"
      }
    },
    "cli": "railway deploy --template lago-usage-billing",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a2b27b0a-22cc-41a9-81d8-79388c2c925f",
            "serializedConfig": {
              "services": {
                "061e6c37-554f-5504-b524-ec5729c72f99": {
                  "name": "pdf",
                  "deploy": {
                    "startCommand": "gotenberg --libreoffice-disable-routes=true --chromium-disable-javascript=true --api-timeout=300s",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "getlago/lago-gotenberg:8.15@sha256:c05a9d3926c0b2b14b4086cbf83c9399f7c1f2473d2d5b96857a16666b725353"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {}
                  }
                },
                "4179ffdc-27b4-50ec-a9d4-a82111510433": {
                  "name": "api",
                  "build": {
                    "builder": "RAILPACK",
                    "dockerfilePath": "templates/lago/Dockerfile"
                  },
                  "deploy": {
                    "healthcheckPath": "/health",
                    "requiredMountPath": "/data",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 600,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "orenaksakal/railway-templates",
                    "branch": "codex/fifteen-template-drafts"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port inside this service. Keep the default to match its Railway public port and health check.",
                      "defaultValue": "3000"
                    },
                    "RAILS_ENV": {
                      "isOptional": false,
                      "description": "Rails env for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "production"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private authenticated Redis/Valkey connection URL. Automatically assembled from service references.",
                      "defaultValue": "${{redis.REDIS_URL}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection URL assembled from generated credentials and service references. No manual value is needed.",
                      "defaultValue": "${{postgres.DATABASE_URL}}"
                    },
                    "LAGO_API_URL": {
                      "isOptional": false,
                      "description": "Lago api url resolved automatically from the linked service. Keep this reference when using the included topology.",
                      "defaultValue": "https://${{api.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LAGO_PDF_URL": {
                      "isOptional": false,
                      "description": "Lago pdf url resolved automatically from the linked service. Keep this reference when using the included topology.",
                      "defaultValue": "http://${{pdf.RAILWAY_PRIVATE_DOMAIN}}:3000"
                    },
                    "LAGO_ORG_NAME": {
                      "isOptional": false,
                      "description": "Lago org name for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "My organization"
                    },
                    "LAGO_FRONT_URL": {
                      "isOptional": false,
                      "description": "Lago front url resolved automatically from the linked service. Keep this reference when using the included topology.",
                      "defaultValue": "https://${{lago.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated private Redis/Valkey password, or a reference to that password. Keep secret.",
                      "defaultValue": "${{redis.REDIS_PASSWORD}}"
                    },
                    "LAGO_CREATE_ORG": {
                      "isOptional": false,
                      "description": "Lago create org for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "true"
                    },
                    "LAGO_FROM_EMAIL": {
                      "isOptional": true,
                      "description": "Verified sender email."
                    },
                    "LAGO_USE_AWS_S3": {
                      "isOptional": false,
                      "description": "Lago use aws s3 for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "false"
                    },
                    "SECRET_KEY_BASE": {
                      "isOptional": false,
                      "description": "Generated application signing secret. Preserve across restarts and backup restores.",
                      "defaultValue": "{{SECRET_KEY_BASE}}"
                    },
                    "LAGO_ORG_API_KEY": {
                      "isOptional": false,
                      "description": "Generated lago org api key. Keep private and preserve with backups.",
                      "defaultValue": "{{LAGO_ORG_API_KEY}}"
                    },
                    "LAGO_SIDEKIQ_WEB": {
                      "isOptional": false,
                      "description": "Lago sidekiq web for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "false"
                    },
                    "LAGO_SMTP_ADDRESS": {
                      "isOptional": true,
                      "description": "SMTP host for invoices and account emails."
                    },
                    "LAGO_SMTP_PASSWORD": {
                      "isOptional": true,
                      "description": "SMTP password."
                    },
                    "LAGO_SMTP_USERNAME": {
                      "isOptional": true,
                      "description": "SMTP username."
                    },
                    "LAGO_DISABLE_SIGNUP": {
                      "isOptional": false,
                      "description": "Lago disable signup for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "true"
                    },
                    "LAGO_ORG_USER_EMAIL": {
                      "isOptional": false,
                      "description": "Required first organization administrator email.",
                      "defaultValue": "{{LAGO_ORG_USER_EMAIL}}"
                    },
                    "RAILS_LOG_TO_STDOUT": {
                      "isOptional": false,
                      "description": "Rails log to stdout for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "true"
                    },
                    "LAGO_DISABLE_SEGMENT": {
                      "isOptional": false,
                      "description": "Lago disable segment for api. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "true"
                    },
                    "LAGO_REDIS_CACHE_URL": {
                      "isOptional": false,
                      "description": "Lago redis cache url resolved automatically from the linked service. Keep this reference when using the included topology.",
                      "defaultValue": "${{redis.REDIS_URL}}"
                    },
                    "LAGO_ORG_USER_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated lago org user password. Keep private and preserve with backups.",
                      "defaultValue": "{{LAGO_ORG_USER_PASSWORD}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Repository-relative Dockerfile used to build this service. Keep the supplied path.",
                      "defaultValue": "templates/lago/Dockerfile"
                    },
                    "LAGO_REDIS_CACHE_PASSWORD": {
                      "isOptional": false,
                      "description": "Lago redis cache password resolved automatically from the linked service. Keep this reference when using the included topology.",
                      "defaultValue": "${{redis.REDIS_PASSWORD}}"
                    },
                    "LAGO_ENCRYPTION_PRIMARY_KEY": {
                      "isOptional": false,
                      "description": "Generated lago encryption primary key. Keep private and preserve with backups.",
                      "defaultValue": "{{LAGO_ENCRYPTION_PRIMARY_KEY}}"
                    },
                    "LAGO_ENCRYPTION_DETERMINISTIC_KEY": {
                      "isOptional": false,
                      "description": "Generated lago encryption deterministic key. Keep private and preserve with backups.",
                      "defaultValue": "{{LAGO_ENCRYPTION_DETERMINISTIC_KEY}}"
                    },
                    "LAGO_ENCRYPTION_KEY_DERIVATION_SALT": {
                      "isOptional": false,
                      "description": "Generated lago encryption key derivation salt. Keep private and preserve with backups.",
                      "defaultValue": "{{LAGO_ENCRYPTION_KEY_DERIVATION_SALT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "43817a41-b878-50a2-a553-a2f08e6bf72f": {
                      "mountPath": "/data"
                    }
                  }
                },
                "5e3c52f8-b6f9-597a-88b4-b3b1149f05e5": {
                  "name": "postgres",
                  "deploy": {
                    "requiredMountPath": "/var/lib/postgresql/data",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "getlago/postgres-partman:15.0-alpine@sha256:27a1e3a1138a69b5a0911ce125dfa613b9ced07604a2d781b9d31141f7f96036"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "PostgreSQL data directory within the persistent volume. Do not change on an existing database.",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Pgport for postgres. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "5432"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Initial PostgreSQL database name, or the matching database selected by the application.",
                      "defaultValue": "lago"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection URL assembled from generated credentials and service references. No manual value is needed.",
                      "defaultValue": "postgresql://lago:${{postgres.POSTGRES_PASSWORD}}@${{postgres.RAILWAY_PRIVATE_DOMAIN}}:5432/lago"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "PostgreSQL initialization user, or the matching connection user for the private database.",
                      "defaultValue": "lago"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "PostgreSQL password. Generated for the database and referenced by dependent services; keep private.",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "fce22db3-b075-5a94-ba1f-d1525bbeaff1": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "b30f0573-fc74-5125-b4db-e4cb4707d1fd": {
                  "name": "lago",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "getlago/front:v1.53.0@sha256:16646b2b1c834f110e57e3460d09cf24c7a487ced721f50f5886d65d4d6228af"
                  },
                  "variables": {
                    "API_URL": {
                      "isOptional": false,
                      "description": "Api url resolved automatically from the linked service. Keep this reference when using the included topology.",
                      "defaultValue": "https://${{api.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "APP_ENV": {
                      "isOptional": false,
                      "description": "App env for lago. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "production"
                    },
                    "LAGO_OAUTH_PROXY_URL": {
                      "isOptional": false,
                      "description": "Lago oauth proxy url for lago. The supplied value follows the pinned upstream deployment; change only with its configuration guide.",
                      "defaultValue": "https://proxy.getlago.com"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  }
                },
                "c3f11749-7a92-5b70-b742-d1c88edcf1c7": {
                  "name": "redis",
                  "deploy": {
                    "startCommand": "sh -c 'exec redis-server --bind 0.0.0.0 :: --appendonly yes --maxmemory-policy noeviction --requirepass \"$REDIS_PASSWORD\"'",
                    "requiredMountPath": "/data",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:7.4@sha256:71da9275c5f3fcb97d0fa0c8c5b36cc995327265420f17a04bfd544f458059f7"
                  },
                  "variables": {
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private authenticated Redis/Valkey connection URL. Automatically assembled from service references.",
                      "defaultValue": "redis://:${{redis.REDIS_PASSWORD}}@${{redis.RAILWAY_PRIVATE_DOMAIN}}:6379"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated private Redis/Valkey password, or a reference to that password. Keep secret.",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "623ea7a2-1826-5278-87cc-fb0123bbac1d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "api",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 5,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0"
}
