{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1e4c0e2c-1dab-4297-ad3f-306f81c5c30e",
    "slug": "HzYDtl",
    "name": "tclip (Tailscale Pastebin)",
    "description": "https://github.com/tailscale-dev/tclip",
    "url": "https://railway.com/deploy/HzYDtl",
    "upstream": {
      "image": "ghcr.io/tailscale-dev/tclip:latest"
    }
  },
  "services": [
    {
      "name": "tclip",
      "source": {
        "image": "ghcr.io/tailscale-dev/tclip:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DATA_DIR",
      "service": "tclip",
      "description": "Provide a value for DATA_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "TS_AUTHKEY",
      "service": "tclip",
      "description": "Generate in admin panel",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "HzYDtl"
      }
    },
    "cli": "railway deploy --template HzYDtl",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1e4c0e2c-1dab-4297-ad3f-306f81c5c30e",
            "serializedConfig": {
              "services": {
                "5ebb002f-537b-418c-a70e-ec1d82f99301": {
                  "name": "tclip",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "ghcr.io/tailscale-dev/tclip:latest"
                  },
                  "variables": {
                    "DATA_DIR": {
                      "isOptional": false,
                      "defaultValue": "/data"
                    },
                    "TS_AUTHKEY": {
                      "isOptional": false,
                      "description": "Generate in admin panel",
                      "defaultValue": "{{TS_AUTHKEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "5ebb002f-537b-418c-a70e-ec1d82f99301": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:30:25.903Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c4f3aa5c07b242638bef",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 57,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "tclip"
  }
}
