{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f7212901-7270-4ab5-9de5-c04809cd34a6",
    "slug": "bentopdf-1",
    "name": "BentoPDF",
    "description": "A Privacy First PDF Toolkit.",
    "url": "https://railway.com/deploy/bentopdf-1",
    "upstream": {
      "image": "ghcr.io/alam00000/bentopdf:v2.8.8@sha256:6ef493c8e3bdbaa26c9bfcec330377ae95116fa00660ca0342769063197b1952"
    }
  },
  "services": [
    {
      "name": "BentoPDF",
      "source": {
        "image": "ghcr.io/alam00000/bentopdf:v2.8.8@sha256:6ef493c8e3bdbaa26c9bfcec330377ae95116fa00660ca0342769063197b1952"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "BentoPDF",
      "description": "Application port.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bentopdf-1"
      }
    },
    "cli": "railway deploy --template bentopdf-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f7212901-7270-4ab5-9de5-c04809cd34a6",
            "serializedConfig": {
              "services": {
                "7e9eb9e1-fd62-4f51-880e-b46ec8925bf7": {
                  "icon": "https://raw.githubusercontent.com/alam00000/bentopdf/main/public/images/favicon-no-bg.svg",
                  "name": "BentoPDF",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "ghcr.io/alam00000/bentopdf:v2.8.8@sha256:6ef493c8e3bdbaa26c9bfcec330377ae95116fa00660ca0342769063197b1952"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Application port.",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "BentoPDF",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T14:29:27.453Z",
  "success_rate_30d": 0.8,
  "validation": {
    "last_run_id": "run_2ecb4615dc51418ea53e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 32,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "BentoPDF"
  }
}
