{
  "manifest_version": "1.0.0",
  "template": {
    "id": "540ced49-3a0f-4944-9d64-f72695655f5c",
    "slug": "9S4v-Y",
    "name": "LavinMQ",
    "description": "A message queue & streaming server that implements the AMQP 0-9-1 protocol.",
    "url": "https://railway.com/deploy/9S4v-Y",
    "upstream": {
      "image": "cloudamqp/lavinmq:main"
    }
  },
  "services": [
    {
      "name": "LavinMQ",
      "source": {
        "image": "cloudamqp/lavinmq:main"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/lavinmq",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "9S4v-Y"
      }
    },
    "cli": "railway deploy --template 9S4v-Y",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "540ced49-3a0f-4944-9d64-f72695655f5c",
            "serializedConfig": {
              "services": {
                "27aaabe0-5219-46f3-9a88-637477b4159b": {
                  "icon": "https://lavinmq.com/img/favicon/favicon-96x96-upd.png",
                  "name": "LavinMQ",
                  "source": {
                    "image": "cloudamqp/lavinmq:main"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "27aaabe0-5219-46f3-9a88-637477b4159b": {
                      "mountPath": "/var/lib/lavinmq"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T08:19:59.628Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_50fb88ec18c34cab813f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 85,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "LavinMQ"
  }
}
