{
  "manifest_version": "1.0.0",
  "template": {
    "id": "270fa4e6-a33d-466b-b29e-4b7baafd03d7",
    "slug": "0sqPWB",
    "name": "Enclosed",
    "description": "A minimalistic application designed for sending private and secure notes.",
    "url": "https://railway.com/deploy/0sqPWB",
    "upstream": {
      "image": "corentinth/enclosed"
    }
  },
  "services": [
    {
      "name": "Enclosed",
      "source": {
        "image": "corentinth/enclosed"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Enclosed",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AUTHENTICATION_JWT_SECRET",
      "service": "Enclosed",
      "description": "Provide a value for AUTHENTICATION_JWT_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "STORAGE_DRIVER_FS_LITE_PATH",
      "service": "Enclosed",
      "description": "Provide a value for STORAGE_DRIVER_FS_LITE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "0sqPWB"
      }
    },
    "cli": "railway deploy --template 0sqPWB",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "270fa4e6-a33d-466b-b29e-4b7baafd03d7",
            "serializedConfig": {
              "services": {
                "110f1da3-697f-430a-9ef6-3506f065f68f": {
                  "name": "Enclosed",
                  "source": {
                    "image": "corentinth/enclosed"
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0"
                    },
                    "AUTHENTICATION_JWT_SECRET": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{AUTHENTICATION_JWT_SECRET}}"
                    },
                    "STORAGE_DRIVER_FS_LITE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/data"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "110f1da3-697f-430a-9ef6-3506f065f68f": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T08:40:41.936Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d0a6bcf37162449999b2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 0,
    "typical_start_seconds": 5,
    "slowest_service": "Enclosed"
  }
}
