{
  "manifest_version": "1.0.0",
  "template": {
    "id": "421ea9ee-7741-4aab-b223-4f1cbe4e42d6",
    "slug": "beava",
    "name": "Beava",
    "description": "Real-time Python feature server. No Kafka, no Flink, one binary.",
    "url": "https://railway.com/deploy/beava",
    "upstream": {
      "image": "beavadev/beava:latest"
    }
  },
  "services": [
    {
      "name": "beavadev/beava:latest",
      "source": {
        "image": "beavadev/beava:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "tcp_ports": [
        8081
      ],
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "beava"
      }
    },
    "cli": "railway deploy --template beava",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "421ea9ee-7741-4aab-b223-4f1cbe4e42d6",
            "serializedConfig": {
              "services": {
                "03fc0e09-0276-4e30-a1f5-6849aa3ffb8f": {
                  "icon": "https://devicons.railway.app/rust",
                  "name": "beavadev/beava:latest",
                  "source": {
                    "image": "beavadev/beava:latest"
                  },
                  "networking": {
                    "tcpProxies": {
                      "8081": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "03fc0e09-0276-4e30-a1f5-6849aa3ffb8f": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T11:37:31.432Z",
  "success_rate_30d": 0.5,
  "validation": {
    "last_run_id": "run_cc09ab952fc4485dbe5d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 43,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "beavadev/beava:latest"
  }
}
