{
  "manifest_version": "1.0.0",
  "template": {
    "id": "83e2b87d-af74-40f7-b8ea-82a3faf2e813",
    "slug": "08FNhp",
    "name": "Nats",
    "description": "High-Performance server for NATS.io, cloud and edge native messaging system",
    "url": "https://railway.com/deploy/08FNhp",
    "upstream": {
      "image": "nats:latest"
    }
  },
  "services": [
    {
      "name": "Nats",
      "source": {
        "image": "nats:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Nats",
      "description": "Nats client port, do not change it",
      "secret": false,
      "strategy": "default",
      "default": "4222"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "08FNhp"
      }
    },
    "cli": "railway deploy --template 08FNhp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "83e2b87d-af74-40f7-b8ea-82a3faf2e813",
            "serializedConfig": {
              "services": {
                "ae5544f0-229f-4e66-9c64-06821697c09e": {
                  "icon": "https://avatars.githubusercontent.com/u/10203055",
                  "name": "Nats",
                  "source": {
                    "image": "nats:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Nats client port, do not change it",
                      "defaultValue": "4222"
                    }
                  },
                  "networking": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T09:50:40.577Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c3b67e6632924519b2b0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 88,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Nats"
  }
}
