{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0f0ff923-6f57-4115-9b90-a25ff5d21e44",
    "slug": "plark",
    "name": "Plark",
    "description": "Self-hosted Website Builder",
    "url": "https://railway.com/deploy/plark",
    "upstream": {
      "image": "plarkinc/plark"
    }
  },
  "services": [
    {
      "name": "Plark",
      "source": {
        "image": "plarkinc/plark"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Plark",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "plark"
      }
    },
    "cli": "railway deploy --template plark",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0f0ff923-6f57-4115-9b90-a25ff5d21e44",
            "serializedConfig": {
              "services": {
                "9ff81319-f7c4-42db-961f-99502dcb00e0": {
                  "icon": "https://cli.plark.com/icon.svg",
                  "name": "Plark",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "image": "plarkinc/plark"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "9ff81319-f7c4-42db-961f-99502dcb00e0": {
                      "mountPath": "/var/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T20:03:03.452Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b7a04711689342378082",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 74,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Plark"
  }
}
