{
  "manifest_version": "1.0.0",
  "template": {
    "id": "121776e5-94d1-4787-8dc4-8f8a627ae63b",
    "slug": "empathetic-serenity",
    "name": "traefik-tailscale",
    "description": "Deploy Traefik + Tailscale with Railway",
    "url": "https://railway.com/deploy/empathetic-serenity"
  },
  "services": [
    {
      "name": "ts-traefik",
      "source": {
        "image": "tailscale/tailscale:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/tailscale",
      "http": false
    },
    {
      "name": "traefik",
      "source": {
        "image": "traefik:v3.6"
      },
      "needs_volume": true,
      "volume_mount_path": "/etc/traefik",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TS_AUTHKEY",
      "service": "ts-traefik",
      "description": "Provide a value for TS_AUTHKEY.",
      "secret": true,
      "strategy": "default",
      "default": "tskey-auth-your-actual-key"
    },
    {
      "key": "TS_STATE_DIR",
      "service": "ts-traefik",
      "description": "Provide a value for TS_STATE_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/tailscale"
    },
    {
      "key": "TS_USERSPACE",
      "service": "ts-traefik",
      "description": "Provide a value for TS_USERSPACE.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "empathetic-serenity"
      }
    },
    "cli": "railway deploy --template empathetic-serenity",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "121776e5-94d1-4787-8dc4-8f8a627ae63b",
            "serializedConfig": {
              "services": {
                "67952715-bb0e-42f0-ac25-4a2d7fdf66a5": {
                  "name": "ts-traefik",
                  "source": {
                    "image": "tailscale/tailscale:latest"
                  },
                  "variables": {
                    "TS_AUTHKEY": {
                      "description": "",
                      "defaultValue": "tskey-auth-your-actual-key"
                    },
                    "TS_STATE_DIR": {
                      "defaultValue": "/var/lib/tailscale"
                    },
                    "TS_USERSPACE": {
                      "defaultValue": "false"
                    }
                  },
                  "volumeMounts": {
                    "67952715-bb0e-42f0-ac25-4a2d7fdf66a5": {
                      "mountPath": "/var/lib/tailscale"
                    }
                  }
                },
                "c1fdb0c6-5143-45b0-b453-ee1df78c98f6": {
                  "name": "traefik",
                  "source": {
                    "image": "traefik:v3.6"
                  },
                  "volumeMounts": {
                    "c1fdb0c6-5143-45b0-b453-ee1df78c98f6": {
                      "mountPath": "/etc/traefik"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T23:47:53.247Z",
  "success_rate_30d": 0.6667,
  "validation": {
    "last_run_id": "run_d6107cf6d2ab4ff2bd4f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 81,
    "typical_build_seconds": 0,
    "typical_start_seconds": 3,
    "slowest_service": "ts-traefik"
  }
}
