{
  "manifest_version": "1.0.0",
  "template": {
    "id": "86b54a2e-3b03-45e1-beea-daa104fc0f1a",
    "slug": "gotenberg-secured",
    "name": "Gotenberg (Secured)",
    "description": "API for PDF conversion | StirlingPDF, PDF.co alternative",
    "url": "https://railway.com/deploy/gotenberg-secured",
    "upstream": {
      "image": "gotenberg/gotenberg:8"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Gotenberg",
      "source": {
        "image": "gotenberg/gotenberg:8"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Gotenberg",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "API_ENABLE_BASIC_AUTH",
      "service": "Gotenberg",
      "description": "Provide a value for API_ENABLE_BASIC_AUTH.",
      "secret": false,
      "strategy": "default",
      "default": "TRUE"
    },
    {
      "key": "GOTENBERG_API_BASIC_AUTH_PASSWORD",
      "service": "Gotenberg",
      "description": "Provide a value for GOTENBERG_API_BASIC_AUTH_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "GOTENBERG_API_BASIC_AUTH_USERNAME",
      "service": "Gotenberg",
      "description": "Provide a value for GOTENBERG_API_BASIC_AUTH_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gotenberg-secured"
      }
    },
    "cli": "railway deploy --template gotenberg-secured",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "86b54a2e-3b03-45e1-beea-daa104fc0f1a",
            "serializedConfig": {
              "services": {
                "41814526-76d6-4ef9-9235-8664c25f8da4": {
                  "icon": "https://lhbaovhjuhitknbfclbg.supabase.co/storage/v1/object/public/logos/gotenberg.png",
                  "name": "Gotenberg",
                  "source": {
                    "image": "gotenberg/gotenberg:8"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "API_ENABLE_BASIC_AUTH": {
                      "defaultValue": "TRUE"
                    },
                    "GOTENBERG_API_BASIC_AUTH_PASSWORD": {
                      "defaultValue": "{{GOTENBERG_API_BASIC_AUTH_PASSWORD}}"
                    },
                    "GOTENBERG_API_BASIC_AUTH_USERNAME": {
                      "defaultValue": "{{GOTENBERG_API_BASIC_AUTH_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
