{
  "manifest_version": "1.0.0",
  "template": {
    "id": "57ec6222-ea91-4bf2-8c64-22e8bb2599e5",
    "slug": "intermodal",
    "name": "intermodal",
    "description": "Your one stop shop for Railway logs and metrics.",
    "url": "https://railway.com/deploy/intermodal",
    "upstream": {
      "repo_url": "https://github.com/jratienza65/intermodal"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "intermodal",
      "source": {
        "repo": "https://github.com/jratienza65/intermodal"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "INTERMODAL_SINKS",
      "service": "intermodal",
      "description": "Comma-separated sinks: \"stdout\", \"loki\", \"otlp\".",
      "secret": false,
      "strategy": "default",
      "default": "otlp"
    },
    {
      "key": "INTERMODAL_HTTP_LOGS",
      "service": "intermodal",
      "description": "also stream edge/request logs (services with a domain)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "INTERMODAL_SERVICE_NAME",
      "service": "intermodal",
      "description": "Identity used in reporting self metrics.",
      "secret": false,
      "strategy": "default",
      "default": "intermodal"
    },
    {
      "key": "INTERMODAL_OTLP_ENDPOINT",
      "service": "intermodal",
      "description": "Host:port or full http(s) URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "INTERMODAL_OTLP_INSECURE",
      "service": "intermodal",
      "description": "Set true for plain-http internal collectors.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "INTERMODAL_PROJECT_TOKEN",
      "service": "intermodal",
      "description": "Project token (Project-Access-Token header). Scoped to a single environment.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "INTERMODAL_METRICS_EXPORTERS",
      "service": "intermodal",
      "description": "Comma-separated: \"prometheus\" (pull) and/or \"otlp\" (push).",
      "secret": false,
      "strategy": "default",
      "default": "prometheus,otlp"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "intermodal"
      }
    },
    "cli": "railway deploy --template intermodal",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "57ec6222-ea91-4bf2-8c64-22e8bb2599e5",
            "serializedConfig": {
              "services": {
                "831b87e1-6fd3-4242-8a09-cb40cd8d594b": {
                  "name": "intermodal",
                  "source": {
                    "repo": "jratienza65/intermodal",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "INTERMODAL_SINKS": {
                      "description": "Comma-separated sinks: \"stdout\", \"loki\", \"otlp\".",
                      "defaultValue": "otlp"
                    },
                    "INTERMODAL_HTTP_LOGS": {
                      "description": "also stream edge/request logs (services with a domain)",
                      "defaultValue": "true"
                    },
                    "INTERMODAL_SERVICE_NAME": {
                      "description": "Identity used in reporting self metrics.",
                      "defaultValue": "intermodal"
                    },
                    "INTERMODAL_OTLP_ENDPOINT": {
                      "description": "Host:port or full http(s) URL.",
                      "defaultValue": "{{INTERMODAL_OTLP_ENDPOINT}}"
                    },
                    "INTERMODAL_OTLP_INSECURE": {
                      "description": "Set true for plain-http internal collectors.",
                      "defaultValue": "true"
                    },
                    "INTERMODAL_PROJECT_TOKEN": {
                      "description": "Project token (Project-Access-Token header). Scoped to a single environment.",
                      "defaultValue": "{{INTERMODAL_PROJECT_TOKEN}}"
                    },
                    "INTERMODAL_METRICS_EXPORTERS": {
                      "description": "Comma-separated: \"prometheus\" (pull) and/or \"otlp\" (push).",
                      "defaultValue": "prometheus,otlp"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
