{
  "manifest_version": "1.0.0",
  "template": {
    "id": "541913a9-5815-4522-9598-4b328d665a03",
    "slug": "xchan",
    "name": "XChan",
    "description": "Pair two devices and send an ephemeral encrypted secret.",
    "url": "https://railway.com/deploy/xchan",
    "upstream": {
      "repo_url": "https://github.com/saldoukhov/xchan"
    }
  },
  "services": [
    {
      "name": "xchan",
      "source": {
        "repo": "https://github.com/saldoukhov/xchan"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xchan"
      }
    },
    "cli": "railway deploy --template xchan",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "541913a9-5815-4522-9598-4b328d665a03",
            "serializedConfig": {
              "services": {
                "bbfeb7b8-c9e2-4bda-b3cc-9d6c7488b461": {
                  "name": "xchan",
                  "source": {
                    "repo": "saldoukhov/xchan",
                    "branch": "master"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-06T05:54:15.658Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-06T05:55:58.713Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4d580e001fe9407ebb3d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 47,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "xchan"
  }
}
