{
  "manifest_version": "1.0.0",
  "template": {
    "id": "baf9084f-696c-4be4-9f7c-9bc8c32d0afa",
    "slug": "bentoml-api-starter",
    "name": "BentoML API starter",
    "description": "Production-minded BentoML API starter with typed batch inference.",
    "url": "https://railway.com/deploy/bentoml-api-starter",
    "upstream": {
      "repo_url": "https://github.com/tech-progress/railway-template-bentoml"
    }
  },
  "services": [
    {
      "name": "BentoML API",
      "source": {
        "repo": "https://github.com/tech-progress/railway-template-bentoml"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "BentoML API",
      "description": "Railway HTTP routing port used by the BentoML server.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "BENTOML_DO_NOT_TRACK",
      "service": "BentoML API",
      "description": "Disables BentoML's anonymous framework usage telemetry.",
      "secret": false,
      "strategy": "default",
      "default": "True"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bentoml-api-starter"
      }
    },
    "cli": "railway deploy --template bentoml-api-starter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "baf9084f-696c-4be4-9f7c-9bc8c32d0afa",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "04dd7dbd-fdc4-4dee-8d74-290f7b447685": {
                  "icon": null,
                  "name": "BentoML API",
                  "build": {
                    "builder": "DOCKERFILE",
                    "watchPatterns": [
                      "/**",
                      "!/FINDINGS.md"
                    ],
                    "dockerfilePath": "Dockerfile"
                  },
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/readyz",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 120,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "tech-progress/railway-template-bentoml",
                    "branch": "release-v1",
                    "rootDirectory": "/"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway HTTP routing port used by the BentoML server.",
                      "defaultValue": "3000"
                    },
                    "BENTOML_DO_NOT_TRACK": {
                      "isOptional": false,
                      "description": "Disables BentoML's anonymous framework usage telemetry.",
                      "defaultValue": "True"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "BentoML API",
      "method": "GET",
      "path": "/readyz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T18:50:01.638Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bfbe0f9356ac45408ad0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 122,
    "typical_build_seconds": 53,
    "typical_start_seconds": 20,
    "slowest_service": "BentoML API"
  }
}
